OSDN Git Service

added a cope command to the deploy-hudson jME2 target
authorskye.book <skye.book@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Mon, 12 Apr 2010 05:10:26 +0000 (05:10 +0000)
committerskye.book <skye.book@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Mon, 12 Apr 2010 05:10:26 +0000 (05:10 +0000)
git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@5083 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

build.xml

index 5904384..be59310 100644 (file)
--- a/build.xml
+++ b/build.xml
                                <include name="lib/**/*.*"/>
                                <include name="data/doc/**/*.*"/>
                        </fileset>
-                  </zip>
+                       </zip>
+               <copy file="${jme2zip}" toDir="/var/www/nightly" overwrite="true" failonerror="true" verbose="true"/>
            </target>
        
        <target name="sign-jars" depends="dist-all" description="sign JARs for JNLP distribution">