- add missing depend in build file

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8772 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 13 years ago
parent 00014816f3
commit 7d91cb391d
  1. 2
      engine/build.xml

@ -300,7 +300,7 @@
-->
<!-- puts jme3 jars, libs, source and javadoc in a dated zip file -->
<target name="create-zip-distribution" description="puts jme3 jars, libs, source and javadoc in a dated zip file">
<target depends="init" name="create-zip-distribution" description="puts jme3 jars, libs, source and javadoc in a dated zip file">
<!-- create date in the format MM-dd-yyyy -->
<tstamp>
<format property="date" pattern="yyyy-MM-dd" locale="en,US"/>

Loading…
Cancel
Save