Author: thomas.diesler(a)jboss.com
Date: 2007-08-04 16:04:48 -0400 (Sat, 04 Aug 2007)
New Revision: 4213
Modified:
stack/cxf/trunk/build.xml
stack/metro/trunk/build.xml
stack/native/trunk/build.xml
Log:
Disable javadoc
Modified: stack/cxf/trunk/build.xml
===================================================================
--- stack/cxf/trunk/build.xml 2007-08-04 20:00:54 UTC (rev 4212)
+++ stack/cxf/trunk/build.xml 2007-08-04 20:04:48 UTC (rev 4213)
@@ -234,7 +234,7 @@
</target>
<!-- Generate the JavaDoc -->
- <target name="javadoc" depends="init" description="Generate
the Javadoc" unless="nojavadoc">
+ <target name="javadoc" depends="init" description="Generate
the Javadoc" if="javadoc">
<!-- expand the xfire sources -->
<mkdir dir="${xfire.output.dir}/thirdparty-sources"/>
Modified: stack/metro/trunk/build.xml
===================================================================
--- stack/metro/trunk/build.xml 2007-08-04 20:00:54 UTC (rev 4212)
+++ stack/metro/trunk/build.xml 2007-08-04 20:04:48 UTC (rev 4213)
@@ -241,7 +241,7 @@
</target>
<!-- Generate the JavaDoc -->
- <target name="javadoc" depends="init" description="Generate
the Javadoc" unless="nojavadoc">
+ <target name="javadoc" depends="init" description="Generate
the Javadoc" if="javadoc">
<!-- expand the sunri sources -->
<mkdir dir="${sunri.output.dir}/thirdparty-sources"/>
Modified: stack/native/trunk/build.xml
===================================================================
--- stack/native/trunk/build.xml 2007-08-04 20:00:54 UTC (rev 4212)
+++ stack/native/trunk/build.xml 2007-08-04 20:04:48 UTC (rev 4213)
@@ -346,7 +346,7 @@
<!-- ================================================================== -->
<!-- Generate the JavaDoc -->
- <target name="javadoc" depends="init" description="Generate
the Javadoc" unless="nojavadoc">
+ <target name="javadoc" depends="init" description="Generate
the Javadoc" if="javadoc">
<mkdir dir="${core.output.apidocs.dir}"/>
<javadoc destdir="${core.output.apidocs.dir}" author="true"
version="true" use="true" windowtitle="JBossWS API">
Show replies by date