summaryrefslogtreecommitdiffstats
path: root/eclipse/plugins
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-12-15 10:26:08 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-12-15 10:26:08 -0800
commit2758c672a9d5bb9ef66e4aed5db1183be28b192c (patch)
tree8c589d8ac70bc9f39d19718926edb51a0e5c7f38 /eclipse/plugins
parent783561a1b4f77305ef37f590a6d0950c1b5c5d8d (diff)
parent3465d95d5d8feaf97a81e8d3afbfd339f0d0e6c6 (diff)
downloaddevice_generic_opengl-transport-2758c672a9d5bb9ef66e4aed5db1183be28b192c.tar.gz
device_generic_opengl-transport-2758c672a9d5bb9ef66e4aed5db1183be28b192c.tar.bz2
device_generic_opengl-transport-2758c672a9d5bb9ef66e4aed5db1183be28b192c.zip
Merge change I4d043716 into eclair
* changes: GLE2: Add groovy.jar to ADT and ADT-tests
Diffstat (limited to 'eclipse/plugins')
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/.classpath1
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF3
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.adt/build.properties3
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.tests/.classpath1
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.tests/META-INF/MANIFEST.MF3
-rw-r--r--eclipse/plugins/com.android.ide.eclipse.tests/build.properties3
6 files changed, 10 insertions, 4 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/.classpath b/eclipse/plugins/com.android.ide.eclipse.adt/.classpath
index 568419595..23d84a733 100644
--- a/eclipse/plugins/com.android.ide.eclipse.adt/.classpath
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/.classpath
@@ -13,5 +13,6 @@
<classpathentry kind="lib" path="sdklib.jar" sourcepath="/SdkLib"/>
<classpathentry kind="lib" path="sdkuilib.jar" sourcepath="/SdkUiLib"/>
<classpathentry kind="lib" path="commons-compress-1.0.jar"/>
+ <classpathentry kind="lib" path="groovy-all-1.6.5.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF b/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF
index 035486674..31ad50142 100644
--- a/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF
@@ -13,7 +13,8 @@ Bundle-ClassPath: .,
layoutlib_utils.jar,
sdklib.jar,
sdkuilib.jar,
- commons-compress-1.0.jar
+ commons-compress-1.0.jar,
+ groovy-all-1.6.5.jar
Bundle-Activator: com.android.ide.eclipse.adt.AdtPlugin
Bundle-Vendor: The Android Open Source Project
Require-Bundle: com.android.ide.eclipse.ddms,
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/build.properties b/eclipse/plugins/com.android.ide.eclipse.adt/build.properties
index af6383bbf..01dc8c666 100644
--- a/eclipse/plugins/com.android.ide.eclipse.adt/build.properties
+++ b/eclipse/plugins/com.android.ide.eclipse.adt/build.properties
@@ -13,6 +13,7 @@ bin.includes = plugin.xml,\
ninepatch.jar,\
sdklib.jar,\
sdkuilib.jar,\
- commons-compress-1.0.jar
+ commons-compress-1.0.jar,\
+ groovy-all-1.6.5.jar
source.. = src/
output.. = bin/
diff --git a/eclipse/plugins/com.android.ide.eclipse.tests/.classpath b/eclipse/plugins/com.android.ide.eclipse.tests/.classpath
index 120919177..73e886d4b 100644
--- a/eclipse/plugins/com.android.ide.eclipse.tests/.classpath
+++ b/eclipse/plugins/com.android.ide.eclipse.tests/.classpath
@@ -10,5 +10,6 @@
<classpathentry kind="lib" path="/adt/ninepatch.jar"/>
<classpathentry kind="lib" path="layoutlib.jar"/>
<classpathentry kind="lib" path="kxml2-2.3.0.jar"/>
+ <classpathentry kind="lib" path="groovy-all-1.6.5.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/MANIFEST.MF b/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/MANIFEST.MF
index ecbf115cb..bba5b10a2 100644
--- a/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/MANIFEST.MF
+++ b/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/MANIFEST.MF
@@ -19,4 +19,5 @@ Bundle-ClassPath: kxml2-2.3.0.jar,
.,
layoutlib_api.jar,
sdklib.jar,
- layoutlib.jar
+ layoutlib.jar,
+ groovy-all-1.6.5.jar
diff --git a/eclipse/plugins/com.android.ide.eclipse.tests/build.properties b/eclipse/plugins/com.android.ide.eclipse.tests/build.properties
index a97e14723..0609485af 100644
--- a/eclipse/plugins/com.android.ide.eclipse.tests/build.properties
+++ b/eclipse/plugins/com.android.ide.eclipse.tests/build.properties
@@ -12,5 +12,6 @@ bin.includes = META-INF/,\
layoutlib.jar,\
unittests/com/android/sdklib/testdata/,\
unittests/com/android/layoutlib/testdata/,\
- unittests/com/android/ide/eclipse/testdata/
+ unittests/com/android/ide/eclipse/testdata/,\
+ groovy-all-1.6.5.jar