Update of /cvsroot/xdoclet/xdoclet
In directory sc8-pr-cvs1:/tmp/cvs-serv19239/xdoclet
Modified Files:
build.properties build.xml
Removed Files:
build-maven-plugin.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/xdoclet/build.properties,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** build.properties 25 Nov 2002 22:41:22 -0000 1.23
--- build.properties 9 Dec 2002 23:19:55 -0000 1.24
***************
*** 80,84 ****
xtags.dtd = ${docs.src.dir}/dtds/xtags_1_1.dtd
- maven.plugin.dist.dir = ${dist.dir}/maven
dist.src.dir = ${docs.build.dir}/src
--- 80,83 ----
***************
*** 90,100 ****
Name=XDoclet
name=xdoclet
! version=1.2.0-beta2
packages=${name}.*
# JAR PROPERTIES
! xdoclet.jar = ${dist.lib.dir}/${name}.jar
! xjavadoc.jar = ${dist.lib.dir}/xjavadoc.jar
commons-logging.jar = ${lib.dir}/commons-logging.jar
commons-collections.jar = ${lib.dir}/commons-collections-2.0.jar
--- 89,102 ----
Name=XDoclet
name=xdoclet
! version=1.2b2
! # Remember to update version number in xjavadoc/build.properties too
! xjavadoc.version=1.2b1
packages=${name}.*
# JAR PROPERTIES
! xdoclet.jar = ${dist.lib.dir}/${name}-${version}.jar
! xjavadoc.jar = ${dist.lib.dir}/xjavadoc-${xjavadoc.version}.jar
! xjavadoc.unicode.jar = ${dist.lib.dir}/xjavadoc-uc-${xjavadoc.version}.jar
commons-logging.jar = ${lib.dir}/commons-logging.jar
commons-collections.jar = ${lib.dir}/commons-collections-2.0.jar
Index: build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/build.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** build.xml 1 Dec 2002 13:35:01 -0000 1.17
--- build.xml 9 Dec 2002 23:19:55 -0000 1.18
***************
*** 16,20 ****
<target name="maven" unless="omit.maven">
! <ant dir="${xdoclet.root.dir}" antfile="build-maven-plugin.xml"/>
</target>
--- 16,20 ----
<target name="maven" unless="omit.maven">
! <ant dir="maven"/>
</target>
***************
*** 86,89 ****
--- 86,90 ----
<ant dir="${basedir}/modules" target="clean"/>
<ant dir="${basedir}/samples" target="clean"/>
+ <ant dir="${basedir}/maven" target="clean"/>
<delete dir="${dist.dir}"/>
<delete>
--- build-maven-plugin.xml DELETED ---
-------------------------------------------------------
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