diff options
author | Raphael <raphael@google.com> | 2010-02-10 15:25:57 -0800 |
---|---|---|
committer | Raphael <raphael@google.com> | 2010-02-11 13:40:37 -0800 |
commit | 045ce029eb83e8cb35d9fa0d0fac50d380ca06a0 (patch) | |
tree | 2c54d60e69f58638cb4c206a17cefa439f92f6d7 /eclipse/plugins/com.android.ide.eclipse.adt/.classpath | |
parent | 9aefc33d152479079646809e1572541aab1ced10 (diff) | |
download | sdk-045ce029eb83e8cb35d9fa0d0fac50d380ca06a0.zip sdk-045ce029eb83e8cb35d9fa0d0fac50d380ca06a0.tar.gz sdk-045ce029eb83e8cb35d9fa0d0fac50d380ca06a0.tar.bz2 |
Update prebuilt Groovy JAR to 1.7.0
Depends on Change Ie2684212
Change-Id: I3c269c7e972b8fcb207409732c450fab1544b508
Diffstat (limited to 'eclipse/plugins/com.android.ide.eclipse.adt/.classpath')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/.classpath b/eclipse/plugins/com.android.ide.eclipse.adt/.classpath index 23d84a7..2fd96a4 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/.classpath +++ b/eclipse/plugins/com.android.ide.eclipse.adt/.classpath @@ -13,6 +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="lib" path="groovy-all-1.7.0.jar" sourcepath="/GroovySrc/groovy-src-1.7.0.zip"/> <classpathentry kind="output" path="bin"/> </classpath> |