diff options
author | Raphael <raphael@google.com> | 2009-12-10 16:50:29 -0800 |
---|---|---|
committer | Raphael <raphael@google.com> | 2009-12-14 16:15:23 -0800 |
commit | 3465d95d5d8feaf97a81e8d3afbfd339f0d0e6c6 (patch) | |
tree | 252c7f6c62a83e39e2875a17caefc0bd4030518c /eclipse/plugins/com.android.ide.eclipse.adt/.classpath | |
parent | b8cc9f3659c467afb6da36e11a9cda2c57479e0b (diff) | |
download | sdk-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/.classpath')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/.classpath | 1 |
1 files changed, 1 insertions, 0 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> |