- update build copy location

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6994 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 14 years ago
parent 67a7c1cf22
commit 4d3ebfdf14
  1. 15
      engine/build.xml

@ -200,23 +200,14 @@
<replace file="${jmp_dir}/build/jme3-tests-svn.properties" token=" " value=""/>
</target>
<!-- upload jme3 zip to jmonkeyengine.com/nightly -->
<target name="deploy" depends="dist">
<scp todir="${sshpath}:/var/www/nightly" verbose="yes" trust="yes">
<fileset dir=".">
<include name="${jme3zip}"/>
</fileset>
</scp>
</target>
<!-- upload jme3 zip to jmonkeyengine.com/nightly -->
<!-- copy jme3 zip to jmonkeyengine.com/nightly -->
<target name="deploy-hudson" depends="dist">
<copy
file="${jme3zip}"
toDir="/var/www/nightly" overwrite="true" failonerror="true" verbose="true"
toDir="/var/www/com/nightly" overwrite="true" failonerror="true" verbose="true"
/>
<copydir
src="dist/javadoc/" dest="/var/wwworg/javadoc/" forceoverwrite="true"
src="dist/javadoc/" dest="/var/www/org/javadoc/" forceoverwrite="true"
/>
</target>

Loading…
Cancel
Save