OSDN Git Service

[added] zip to ant
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Mon, 25 Oct 2010 00:05:17 +0000 (00:05 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Mon, 25 Oct 2010 00:05:17 +0000 (00:05 +0000)
build.xml

index 42a230b..3d415dc 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -20,7 +20,7 @@
        <property name="version" value="0.71"/>\r
        \r
        <!-- output directory for distribution -->\r
-       <property name="stable" value="libgdx-${version}"/>\r
+       <property name="stable" value="libgdx-${version}-nightly"/>\r
        \r
        <!-- clean output directories -->\r
        <target name="clean">\r
                <copy tofile="${stable}/gdx-dependencies-applet.jar" file="backends/gdx-backend-applet/libs/gdx-dependencies-applet.jar"/>              \r
                <copy tofile="${stable}/README" file="gdx/dist/README"/>\r
                <copy tofile="${stable}/LICENSE-2.0.html" file="gdx/dist/LICENSE-2.0.html"/>\r
+               <zip destfile="${stable}.zip" basedir="${stable}"/>\r
        </target>\r
        \r
        <!-- updates dependencies of hello-world, invaders and tests android-->\r