OSDN Git Service

removed robovm binaries from repo, included in fetch script
authorbadlogic <badlogicgames@gmail.com>
Sat, 7 Sep 2013 10:15:53 +0000 (12:15 +0200)
committerbadlogic <badlogicgames@gmail.com>
Sat, 7 Sep 2013 10:15:53 +0000 (12:15 +0200)
backends/gdx-backend-robovm/libs/robovm-cacerts-full.jar [deleted file]
backends/gdx-backend-robovm/libs/robovm-cocoatouch.jar [deleted file]
backends/gdx-backend-robovm/libs/robovm-objc.jar [deleted file]
backends/gdx-backend-robovm/libs/robovm-rt.jar [deleted file]
build-mac-ios.xml
fetch.xml

diff --git a/backends/gdx-backend-robovm/libs/robovm-cacerts-full.jar b/backends/gdx-backend-robovm/libs/robovm-cacerts-full.jar
deleted file mode 100644 (file)
index ada66b9..0000000
Binary files a/backends/gdx-backend-robovm/libs/robovm-cacerts-full.jar and /dev/null differ
diff --git a/backends/gdx-backend-robovm/libs/robovm-cocoatouch.jar b/backends/gdx-backend-robovm/libs/robovm-cocoatouch.jar
deleted file mode 100644 (file)
index 021569f..0000000
Binary files a/backends/gdx-backend-robovm/libs/robovm-cocoatouch.jar and /dev/null differ
diff --git a/backends/gdx-backend-robovm/libs/robovm-objc.jar b/backends/gdx-backend-robovm/libs/robovm-objc.jar
deleted file mode 100644 (file)
index a331e02..0000000
Binary files a/backends/gdx-backend-robovm/libs/robovm-objc.jar and /dev/null differ
diff --git a/backends/gdx-backend-robovm/libs/robovm-rt.jar b/backends/gdx-backend-robovm/libs/robovm-rt.jar
deleted file mode 100644 (file)
index 7b67ac6..0000000
Binary files a/backends/gdx-backend-robovm/libs/robovm-rt.jar and /dev/null differ
index 88e4da3..08f731f 100644 (file)
@@ -25,6 +25,7 @@
                        <target name="clean"/>
                        <target name="postcompile"/>
                </ant>
+        
                <ant antfile="build-ios32.xml" dir="gdx/jni"/>
                <ant antfile="convert-ikvm.xml" dir=".">
                        <property name="IN" value="-srcpath:gdx/src/ dist/gdx.jar"/>
index 427d641..1fc41e6 100755 (executable)
--- a/fetch.xml
+++ b/fetch.xml
@@ -1,6 +1,7 @@
 <!-- Call this to fetch all the natives from the build server -->\r
 <project name="fetch-natives" default="all">\r
        <property name="domain" value="http://libgdx.badlogicgames.com/nightlies/dist"/>\r
+    <property name="robovm" value="http://libgdx.badlogicgames.com/robovm/robovm/lib/">\r
        <target name="fetch">           \r
                <!-- create a temporary directory for all android and ios natives, to be distributed\r
                     across demos and tests. The xxx-natives.jar files are put into the respective \r
                <!-- ios backend -->\r
                <mkdir dir="backends/gdx-backend-iosmonotouch/libs/ios32"/>\r
                <get src="${domain}/ios/gdx-backend-ios.dll" dest="backends/gdx-backend-iosmonotouch/libs/ios32"/>\r
-               <get src="${domain}/ios/gdx-backend-ios.dll.mdb" dest="backends/gdx-backend-iosmonotouch/libs/ios32"/>          \r
+               <get src="${domain}/ios/gdx-backend-ios.dll.mdb" dest="backends/gdx-backend-iosmonotouch/libs/ios32"/>\r
+               \r
+        <!-- robovm snapshot jars for robovm backend -->\r
+        <get src="${robovm}/robovm-cacerts-full.jar" dest="backends/backends/gdx-backend-robovm/libs/"/>\r
+        <get src="${robovm}/robovm-cocoatouch.jar" dest="backends/backends/gdx-backend-robovm/libs/"/>\r
+        <get src="${robovm}/robovm-objc.jar" dest="backends/backends/gdx-backend-robovm/libs/"/>\r
+        <get src="${robovm}/robovm-rt.jar" dest="backends/backends/gdx-backend-robovm/libs/"/>\r
                \r
                <!-- audio natives -->\r
                <mkdir dir="extensions/gdx-audio/libs/ios32"/>\r