[Yanel-commits] rev 40003 - public/yanel/trunk/src/build/targets/webapp

michi at wyona.com michi at wyona.com
Mon Nov 17 20:27:50 CET 2008


Author: michi
Date: 2008-11-17 20:27:49 +0100 (Mon, 17 Nov 2008)
New Revision: 40003

Modified:
   public/yanel/trunk/src/build/targets/webapp/webapp.xml
Log:
obsolete condition removed

Modified: public/yanel/trunk/src/build/targets/webapp/webapp.xml
===================================================================
--- public/yanel/trunk/src/build/targets/webapp/webapp.xml	2008-11-17 19:21:59 UTC (rev 40002)
+++ public/yanel/trunk/src/build/targets/webapp/webapp.xml	2008-11-17 19:27:49 UTC (rev 40003)
@@ -125,12 +125,6 @@
       <mapper type="flatten"/>
     </copy>
 
-    <!-- TODO: So far only the javadoc of the core is being built -->
-    <condition property="javadoc-does-not-exist-yet">
-      <not>
-        <available file="${build.dir}/javadoc" type="dir"/>
-      </not>
-    </condition>
     <antcall target="generate-javadoc"/>
 
     <ant antfile="${yanel.source.home}/build/build-resource-types.xml" target="copy-resources-dependencies"/>



More information about the Yanel-commits mailing list