Browse Source

- add missing depend in build file

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8772 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 years ago
parent
commit
7d91cb391d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      engine/build.xml

+ 1 - 1
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"/>