antoine 2004/03/30 11:46:14
Modified: project xdoclet.xml
Log:
changed the name of the property to set for the location of the
xjavadoc jar to xjavadoc.jar, in accordance with the main build.xml
there is now no need anymore to force the build of xdoclet to believe
that xjavadoc is up to date.
I am wondering why the property name xjavadoc.unicode.jar was used
previously, I cannot find this string in the build files of xdoclet
Revision Changes Path
1.65 +3 -5 gump/project/xdoclet.xml
Index: xdoclet.xml
===================================================================
RCS file: /home/cvs/gump/project/xdoclet.xml,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- xdoclet.xml 24 Mar 2004 22:26:04 -0000 1.64
+++ xdoclet.xml 30 Mar 2004 19:46:14 -0000 1.65
@@ -31,7 +31,7 @@
<ant basedir="core" target="compile">
<property name="ant.home" project="ant" reference="home"/>
<property name="version" value="@@DATE@@"/>
- <depend name="xjavadoc.unicode.jar" project="xjavadoc"/>
+ <depend name="xjavadoc.jar" project="xjavadoc"/>
</ant>
<depend project="ant" runtime="true"/>
@@ -143,10 +143,8 @@
<ant target="docs">
<property name="ant.home" project="ant" reference="home"/>
- <!-- squeeze dependency checking for xjavadoc until build file allows us to
say where xjavadoc is living -->
- <property name="xjavadoc.uptodate" value="true"/>
<property name="version" value="@@DATE@@"/>
- <depend name="xjavadoc.unicode.jar" project="xjavadoc"/>
+ <depend name="xjavadoc.jar" project="xjavadoc"/>
</ant>
<depend project="ant" inherit="all" />
@@ -221,7 +219,7 @@
<ant target="samples">
<property name="ant.home" project="ant" reference="home"/>
- <depend name="xjavadoc.unicode.jar" project="xjavadoc"/>
+ <depend name="xjavadoc.jar" project="xjavadoc"/>
</ant>
<depend project="xdoclet" inherit="all"/>
<depend project="javacc"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]