diff options
author | Tor Norbye <tnorbye@google.com> | 2012-03-19 09:39:56 -0700 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2012-04-02 16:12:15 -0700 |
commit | b0c819f896b3c579633849e3fa674a30e6978dd7 (patch) | |
tree | 312f2cdccb1dc7ec2bbefcd303934848c14c6ac2 /traceview | |
parent | dfe7233d24be55c64cf5f0344f3f97d6aba48bbd (diff) | |
download | sdk-b0c819f896b3c579633849e3fa674a30e6978dd7.zip sdk-b0c819f896b3c579633849e3fa674a30e6978dd7.tar.gz sdk-b0c819f896b3c579633849e3fa674a30e6978dd7.tar.bz2 |
Switch libraries from Eclipse 3.4 to Eclipse 3.6.2
This updates the org.eclipse.core.command, org.eclipse.jface and
org.eclipse.equinox libraries from Eclipse 3.4 to Eclipse 3.6.2.
It also updates SWT from 3.4 to 3.6.2 (and this drops the Carbon
support from the SwtMenuBar library since SWT 3.5 switched to Cocoa by
default.)
Change-Id: I7e8a6e3b8cb473f90eca3b90e3f3dc5fa5099b71
Diffstat (limited to 'traceview')
-rw-r--r-- | traceview/src/Android.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/traceview/src/Android.mk b/traceview/src/Android.mk index fd901f1..cd63141 100644 --- a/traceview/src/Android.mk +++ b/traceview/src/Android.mk @@ -11,9 +11,9 @@ LOCAL_JAVA_LIBRARIES := \ androidprefs \ sdkstats \ swt \ - org.eclipse.jface_3.4.2.M20090107-0800 \ - org.eclipse.equinox.common_3.4.0.v20080421-2006 \ - org.eclipse.core.commands_3.4.0.I20080509-2000 + org.eclipse.jface_3.6.2.M20110210-1200 \ + org.eclipse.equinox.common_3.6.0.v20100503 \ + org.eclipse.core.commands_3.6.0.I20100512-1500 LOCAL_MODULE := traceview include $(BUILD_HOST_JAVA_LIBRARY) |