Update of /cvsroot/xdoclet/xdoclet/modules
In directory sc8-pr-cvs1:/tmp/cvs-serv19239/xdoclet/modules

Modified Files:
        build.xml modules-common.ent 
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/modules/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** build.xml   5 Sep 2002 06:57:15 -0000       1.7
--- build.xml   9 Dec 2002 23:19:56 -0000       1.8
***************
*** 3,10 ****
  <!-- The project element's name attribute will be used in the name of the module's 
jar file/ -->
  <project name="XDoclet Modules" default="dist" basedir=".">
  
      <!-- Define classpath required for compiling modules -->
      <path id="modules.grand.builder.class.path">
!         <pathelement location="..\target\lib\xdoclet.jar"/>
      </path>
  
--- 3,12 ----
  <!-- The project element's name attribute will be used in the name of the module's 
jar file/ -->
  <project name="XDoclet Modules" default="dist" basedir=".">
+     <property name="xdoclet.root.dir" value="${basedir}/.."/>
+     <property file="${xdoclet.root.dir}/build.properties"/>
  
      <!-- Define classpath required for compiling modules -->
      <path id="modules.grand.builder.class.path">
!         <pathelement location="..\target\lib\xdoclet-${version}.jar"/>
      </path>
  

Index: modules-common.ent
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/modules/modules-common.ent,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** modules-common.ent  30 Oct 2002 02:02:31 -0000      1.9
--- modules-common.ent  9 Dec 2002 23:19:56 -0000       1.10
***************
*** 12,16 ****
      <property name="module.build.dir"         
value="${modules.build.dir}/${ant.project.name}"/>
      <property name="module.classes.dir"       value="${module.build.dir}/classes"/>
!     <property name="module.jar.file"          
value="${dist.lib.dir}/xdoclet-${ant.project.name}-module.jar"/>
      <property name="xdoclet-xml.dir"          
value="${module.classes.dir}/META-INF"/>
      <property name="xtags.file"               
value="${module.src.dir}/META-INF/xtags.xml"/>
--- 12,16 ----
      <property name="module.build.dir"         
value="${modules.build.dir}/${ant.project.name}"/>
      <property name="module.classes.dir"       value="${module.build.dir}/classes"/>
!     <property name="module.jar.file"          
value="${dist.lib.dir}/xdoclet-${ant.project.name}-module-${version}.jar"/>
      <property name="xdoclet-xml.dir"          
value="${module.classes.dir}/META-INF"/>
      <property name="xtags.file"               
value="${module.src.dir}/META-INF/xtags.xml"/>



-------------------------------------------------------
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

Reply via email to