Update of /cvsroot/xdoclet/xdoclet/core
In directory sc8-pr-cvs1:/tmp/cvs-serv19239/xdoclet/core
Modified Files:
build.xml
Log Message:
o Updated build to produce jar files with proper version names.
o For the sake of reduced confusion, all modules and xjavadoc's version number is the
same as xdoclet.
o Improved the Maven XDoclet plugin. It now produces a jar file to drop into
$MAVEN/plugins.
o Included the unicode version of xjavadoc in the general build process.
Index: build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/core/build.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** build.xml 8 Nov 2002 02:44:18 -0000 1.16
--- build.xml 9 Dec 2002 23:19:56 -0000 1.17
***************
*** 45,51 ****
<available file="${xjavadoc.dir}/build.xml"/>
<not>
! <uptodate targetfile="${xjavadoc.jar}">
! <srcfiles dir="${xjavadoc.dir}"/>
! </uptodate>
</not>
</and>
--- 45,56 ----
<available file="${xjavadoc.dir}/build.xml"/>
<not>
! <or>
! <uptodate targetfile="${xjavadoc.jar}">
! <srcfiles dir="${xjavadoc.dir}"/>
! </uptodate>
! <uptodate targetfile="${xjavadoc.unicode.jar}">
! <srcfiles dir="${xjavadoc.dir}"/>
! </uptodate>
! </or>
</not>
</and>
***************
*** 88,91 ****
--- 93,100 ----
<ant dir="${xjavadoc.dir}" target="jar" inheritAll="false">
<property name="build.lib.dir" value="${dist.lib.dir}"/>
+ </ant>
+ <ant dir="${xjavadoc.dir}" target="jar" inheritAll="false">
+ <property name="build.lib.dir" value="${dist.lib.dir}"/>
+ <property name="xjavadoc.unicode" value="true"/>
</ant>
</target>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel