aboutsummaryrefslogtreecommitdiffstats
path: root/swtmenubar/Android.mk
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2012-03-19 09:39:56 -0700
committerTor Norbye <tnorbye@google.com>2012-04-02 16:12:15 -0700
commitb0c819f896b3c579633849e3fa674a30e6978dd7 (patch)
tree312f2cdccb1dc7ec2bbefcd303934848c14c6ac2 /swtmenubar/Android.mk
parentdfe7233d24be55c64cf5f0344f3f97d6aba48bbd (diff)
downloadsdk-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 'swtmenubar/Android.mk')
-rw-r--r--swtmenubar/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/swtmenubar/Android.mk b/swtmenubar/Android.mk
index 25e80da..321a78a 100644
--- a/swtmenubar/Android.mk
+++ b/swtmenubar/Android.mk
@@ -29,7 +29,7 @@ LOCAL_MODULE_TAGS := optional
LOCAL_JAVA_LIBRARIES := \
swt \
- org.eclipse.jface_3.4.2.M20090107-0800
+ org.eclipse.jface_3.6.2.M20110210-1200
include $(BUILD_HOST_JAVA_LIBRARY)