aboutsummaryrefslogtreecommitdiffstats
path: root/eclipse/plugins/com.android.ide.eclipse.adt
diff options
context:
space:
mode:
authorRaphael <raphael@google.com>2009-12-10 16:50:29 -0800
committerRaphael <raphael@google.com>2009-12-14 16:15:23 -0800
commit3465d95d5d8feaf97a81e8d3afbfd339f0d0e6c6 (patch)
tree252c7f6c62a83e39e2875a17caefc0bd4030518c /eclipse/plugins/com.android.ide.eclipse.adt
parentb8cc9f3659c467afb6da36e11a9cda2c57479e0b (diff)
downloadsdk-3465d95d5d8feaf97a81e8d3afbfd339f0d0e6c6.zip
sdk-3465d95d5d8feaf97a81e8d3afbfd339f0d0e6c6.tar.gz
sdk-3465d95d5d8feaf97a81e8d3afbfd339f0d0e6c6.tar.bz2
GLE2: Add groovy.jar to ADT and ADT-tests
Change-Id: I4d0437161b582ae23c23606a8bfa16b04ae508c0
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt')
-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
3 files changed, 5 insertions, 2 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/.classpath b/eclipse/plugins/com.android.ide.eclipse.adt/.classpath
index 5684195..23d84a7 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 0354866..31ad501 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 af6383b..01dc8c6 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/