OSDN Git Service

Update prebuilt Groovy JAR to 1.7.0.
authorRaphael <raphael@google.com>
Wed, 10 Feb 2010 20:32:26 +0000 (12:32 -0800)
committerRaphael <raphael@google.com>
Wed, 10 Feb 2010 20:32:26 +0000 (12:32 -0800)
This also adds the zip with the sources and a small dummy
Eclipse project to wrap them and use them in ADT.

Change-Id: Ie268421213158ecc1a31b44da4a6c8ddff702dc8

common/groovy/.classpath [new file with mode: 0755]
common/groovy/.project [new file with mode: 0755]
common/groovy/Android.mk
common/groovy/PREBUILT
common/groovy/groovy-all-1.7.0.jar [moved from common/groovy/groovy-all-1.6.5.jar with 50% similarity, mode: 0755]
common/groovy/groovy-src-1.7.0.zip [new file with mode: 0755]

diff --git a/common/groovy/.classpath b/common/groovy/.classpath
new file mode 100755 (executable)
index 0000000..233be1d
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" path=""/>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry kind="output" path=""/>
+</classpath>
diff --git a/common/groovy/.project b/common/groovy/.project
new file mode 100755 (executable)
index 0000000..2fb0c4e
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<projectDescription>\r
+       <name>GroovySrc</name>\r
+       <comment></comment>\r
+       <projects>\r
+       </projects>\r
+       <buildSpec>\r
+               <buildCommand>\r
+                       <name>org.eclipse.jdt.core.javabuilder</name>\r
+                       <arguments>\r
+                       </arguments>\r
+               </buildCommand>\r
+       </buildSpec>\r
+       <natures>\r
+               <nature>org.eclipse.jdt.core.javanature</nature>\r
+       </natures>\r
+</projectDescription>\r
index 6d34665..be03c7d 100644 (file)
@@ -17,6 +17,6 @@ LOCAL_PATH:= $(call my-dir)
 include $(CLEAR_VARS)
 
 LOCAL_PREBUILT_JAVA_LIBRARIES := \
-       groovy-all-1.6.5$(COMMON_JAVA_PACKAGE_SUFFIX)
+       groovy-all-1.7.0$(COMMON_JAVA_PACKAGE_SUFFIX)
 
 include $(BUILD_HOST_PREBUILT)
index 8076446..e15062f 100644 (file)
@@ -1,7 +1,7 @@
 The objects in this prebuilt directory can be rebuilt
 using the source archive
 
-groovy-src-1.6.5.zip
+groovy-src-1.7.0.zip
 
 hosted at <http://groovy.codehaus.org/Download>.
 
old mode 100644 (file)
new mode 100755 (executable)
similarity index 50%
rename from common/groovy/groovy-all-1.6.5.jar
rename to common/groovy/groovy-all-1.7.0.jar
index 307f487..936a24b
Binary files a/common/groovy/groovy-all-1.6.5.jar and b/common/groovy/groovy-all-1.7.0.jar differ
diff --git a/common/groovy/groovy-src-1.7.0.zip b/common/groovy/groovy-src-1.7.0.zip
new file mode 100755 (executable)
index 0000000..84115d6
Binary files /dev/null and b/common/groovy/groovy-src-1.7.0.zip differ