Prechádzať zdrojové kódy

- add missing depend in build file

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8772 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 rokov pred
rodič
commit
7d91cb391d
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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"/>