Update of /cvsroot/xdoclet/xjavadoc
In directory sc8-pr-cvs1:/tmp/cvs-serv19239/xjavadoc
Modified Files:
build.properties 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.properties
===================================================================
RCS file: /cvsroot/xdoclet/xjavadoc/build.properties,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** build.properties 30 Oct 2002 22:36:43 -0000 1.2
--- build.properties 9 Dec 2002 23:19:56 -0000 1.3
***************
*** 52,57 ****
Name=XJavaDoc
! name=xjavadoc
! version=1.0-beta1
packages=${name}.*
--- 52,57 ----
Name=XJavaDoc
! name=xdoclet-xjavadoc
! version=1.2b2
packages=${name}.*
Index: build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xjavadoc/build.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** build.xml 22 Nov 2002 23:52:23 -0000 1.46
--- build.xml 9 Dec 2002 23:19:56 -0000 1.47
***************
*** 25,34 ****
<!-- jar name when xjavadoc.unicode=false -->
! <condition property="jar.file" value="${build.lib.dir}/${name}.jar">
<equals arg1="false" arg2="${xjavadoc.unicode}"/>
</condition>
<!-- jar name when xjavadoc.unicode=true -->
! <condition property="jar.file" value="${build.lib.dir}/${name}-unicode.jar">
<equals arg1="true" arg2="${xjavadoc.unicode}"/>
</condition>
--- 25,34 ----
<!-- jar name when xjavadoc.unicode=false -->
! <condition property="jar.file" value="${build.lib.dir}/${name}-${version}.jar">
<equals arg1="false" arg2="${xjavadoc.unicode}"/>
</condition>
<!-- jar name when xjavadoc.unicode=true -->
! <condition property="jar.file"
value="${build.lib.dir}/${name}-uc-${version}.jar">
<equals arg1="true" arg2="${xjavadoc.unicode}"/>
</condition>
-------------------------------------------------------
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