jon 02/01/07 13:30:06
Modified: . build.xml
Log:
1) gump has no way of distinguishing between jakarta-site2 (which has no
java code but a build.xml) from modules which contain java code.
Revision Changes Path
1.8 +8 -0 jakarta-site2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build.xml 27 Jul 2001 18:54:01 -0000 1.7
+++ build.xml 7 Jan 2002 21:30:06 -0000 1.8
@@ -131,5 +131,13 @@
</target>
+ <target name="javadocs"
+ description="Javadocs is a noop"
+
+ <echo>
+ This project has no Java code, therefore, it has no
+ javadocs. This target is here to make Gumpy happy.
+ </echo>
+ </target>
</project>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>