User: rinkrank
  Date: 02/05/15 11:55:33

  Modified:    modules  Tag: MODULE_REFACTORING_BRANCH build.xml
                        modules-common.xml
  Removed:     modules  Tag: MODULE_REFACTORING_BRANCH common.xml
  Log:
  -xdoclet.web.WebDocletTask -> xdoclet.modules.bweb.WebDocletTask in various places
  -introduced ${xdoclet.root.dir} in stead of relative paths from ${basedir}
  -modified classpath used when building xdoclet.xml (include previously built module 
jars)
  -removed common.xml. obsolete
  -simplified module build scripts
  -renamed deploymentdescriptor subtask (in ejb and web) to ejbjarxml and webxml. due 
to duplicate key lookup in DocletTask
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.5   +0 -2      xdoclet/modules/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/modules/Attic/build.xml,v
  retrieving revision 1.1.2.4
  retrieving revision 1.1.2.5
  diff -u -w -r1.1.2.4 -r1.1.2.5
  --- build.xml 14 May 2002 09:58:51 -0000      1.1.2.4
  +++ build.xml 15 May 2002 18:55:32 -0000      1.1.2.5
  @@ -3,8 +3,6 @@
   <!-- 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 file="../build.properties"/>
  -
       <target name="apache">
           <ant dir="${basedir}/apache"/>
       </target>
  
  
  
  1.1.2.8   +5 -3      xdoclet/modules/Attic/modules-common.xml
  
  Index: modules-common.xml
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/modules/Attic/modules-common.xml,v
  retrieving revision 1.1.2.7
  retrieving revision 1.1.2.8
  diff -u -w -r1.1.2.7 -r1.1.2.8
  --- modules-common.xml        14 May 2002 13:31:08 -0000      1.1.2.7
  +++ modules-common.xml        15 May 2002 18:55:32 -0000      1.1.2.8
  @@ -5,6 +5,9 @@
       <!-- author: aslak hellesoy                                                -->
       <!-- ===================================================================== -->
   
  +    <property name="xdoclet.root.dir" value="${basedir}/../.."/>
  +    <property file="${xdoclet.root.dir}/build.properties"/>
  +
       <property name="module.dir" value="${modules.dir}/${ant.project.name}"/>
       <property name="module.src.dir" value="${module.dir}/src"/>
       <property name="module.build.dir" 
value="${modules.dir}/build/${ant.project.name}"/>
  @@ -29,10 +32,9 @@
                   <include name="*.jar"/>
               </fileset>
           </path>
  -
           <!-- Define the xdoclet task -->
           <taskdef name="xdoclet" classname="xdoclet.DocletTask"
  -                 classpathref="xdoclet.class.path"
  +            classpathref="module.class.path"
           />
       </target>
   
  
  
  


_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to