2002/05/04 06:00:38
[org.ibex.core.git] / build.xml
index 767fa2c..ad6fcea 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -85,8 +85,6 @@
         <uptodate property="javasrc_ok" targetfile="www/html/javasrc/index.html">
             <srcfiles dir= "src/" includes="**/*.java"/>
         </uptodate>
-        <antcall target="genjavadoc"/>
-        <antcall target="genjavasrc"/>
         <bash>
             # throw on the prefix/suffix where needed
             for A in `find www/html -name \*.html_`
     </target>
 
     <target name="production">
+        <antcall target="genjavadoc"/>
+        <antcall target="genjavasrc"/>
         <property name="staging-flag" value=""/>
         <property name="host" value="xwt.org"/>
         <antcall target="really-push"/>