Skip to content

Commit

Permalink
Update Eclipse & SWT libraries from 3.4 to 3.6.2
Browse files Browse the repository at this point in the history
In addition to updating to the latest versions, also add a few more
Eclipse libraries to the prebuilts which will be needed by the new
propertysheet library.

Change-Id: I5959cb62be1662d29b07a63ce0bd57da892134cc
  • Loading branch information
tnorbye committed Mar 23, 2012
1 parent 8ea0921 commit 1b50a93
Show file tree
Hide file tree
Showing 25 changed files with 23 additions and 11 deletions.
13 changes: 10 additions & 3 deletions common/eclipse/Android.mk
Expand Up @@ -3,8 +3,15 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_PREBUILT_JAVA_LIBRARIES := \
org.eclipse.jface_3.4.2.M20090107-0800$(COMMON_JAVA_PACKAGE_SUFFIX) \
org.eclipse.equinox.common_3.4.0.v20080421-2006$(COMMON_JAVA_PACKAGE_SUFFIX) \
org.eclipse.core.commands_3.4.0.I20080509-2000$(COMMON_JAVA_PACKAGE_SUFFIX)
org.eclipse.jface_3.6.2.M20110210-1200$(COMMON_JAVA_PACKAGE_SUFFIX) \
org.eclipse.equinox.common_3.6.0.v20100503$(COMMON_JAVA_PACKAGE_SUFFIX) \
org.eclipse.osgi_3.6.2.R36x_v20110210$(COMMON_JAVA_PACKAGE_SUFFIX) \
org.eclipse.core.commands_3.6.0.I20100512-1500$(COMMON_JAVA_PACKAGE_SUFFIX) \
org.eclipse.core.expressions_3.4.200.v20100505$(COMMON_JAVA_PACKAGE_SUFFIX) \
org.eclipse.core.runtime_3.6.0.v20100505$(COMMON_JAVA_PACKAGE_SUFFIX) \
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800$(COMMON_JAVA_PACKAGE_SUFFIX) \
org.eclipse.ui.workbench_3.6.2.M20110210-1200$(COMMON_JAVA_PACKAGE_SUFFIX)

LOCAL_MODULE_TAGS := optional

include $(BUILD_HOST_PREBUILT)
9 changes: 7 additions & 2 deletions common/eclipse/PREBUILT
@@ -1,2 +1,7 @@
The objects in this prebuilt directory can be rebuilt
using the source archive hosted at <http://android.kernel.org/pub/>.
The binary packages for Eclipse 3.6.2 which these binaries were
extracted from can be found here:
http://www.eclipse.org/downloads/packages/release/helios/sr2

The source code download instructions to build the binaries from
source are provided here:
http://wiki.eclipse.org/CVS_Howto
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion darwin-x86/swt/PREBUILT
@@ -1,2 +1,2 @@
The original archive containing the objects in this prebuilt directory can be downloaded from
<http://archive.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/index.php#SWT>
<http://download.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/index.php#SWT>
Binary file modified darwin-x86/swt/swt.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion darwin-x86_64/swt/PREBUILT
@@ -1,2 +1,2 @@
The original archive containing the objects in this prebuilt directory can be downloaded from
<http://archive.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/index.php#SWT>
<http://download.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/index.php#SWT>
Binary file modified darwin-x86_64/swt/swt.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion linux-x86/swt/PREBUILT
@@ -1,2 +1,2 @@
The original archive containing the objects in this prebuilt directory can be downloaded from
<http://archive.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/index.php#SWT>
<http://download.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/index.php#SWT>
Binary file modified linux-x86/swt/swt.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion linux-x86_64/swt/PREBUILT
@@ -1,2 +1,2 @@
The original archive containing the objects in this prebuilt directory can be downloaded from
<http://archive.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/index.php#SWT>
<http://download.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/index.php#SWT>
Binary file modified linux-x86_64/swt/swt.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion windows-x86_64/swt/PREBUILT
@@ -1,2 +1,2 @@
The original archive containing the objects in this prebuilt directory can be downloaded from
<http://archive.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/index.php#SWT>
<http://download.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/index.php#SWT>
Binary file modified windows-x86_64/swt/swt.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion windows/swt/PREBUILT
@@ -1,2 +1,2 @@
The original archive containing the objects in this prebuilt directory can be downloaded from
<http://archive.eclipse.org/eclipse/downloads/drops/R-3.5-200906111540/index.php#SWT>
<http://download.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/index.php#SWT>
Binary file modified windows/swt/swt.jar
Binary file not shown.

0 comments on commit 1b50a93

Please sign in to comment.