jvanzyl     02/04/18 10:54:50

  Modified:    src/templates/build build-docs.xml build.init.target
  Log:
  Move toward making the targets more discreet in prep for mr pluggo
  mechanism.
  
  Revision  Changes    Path
  1.53      +12 -0     jakarta-turbine-maven/src/templates/build/build-docs.xml
  
  Index: build-docs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-docs.xml,v
  retrieving revision 1.52
  retrieving revision 1.53
  diff -u -r1.52 -r1.53
  --- build-docs.xml    18 Apr 2002 17:43:34 -0000      1.52
  +++ build-docs.xml    18 Apr 2002 17:54:50 -0000      1.53
  @@ -58,6 +58,12 @@
       <!-- If the 'startDir' attribute changes we need to update
            CodeTransform.java in o.a.m.jxr, this will be fixed. -->
   
  +    <taskdef
  +      name="jxr"
  +      classname="org.apache.maven.Jxr">
  +      <classpath refid="maven-classpath"/>
  +    </taskdef>
  +
       <echo>${sourcesPresent}</echo>
   
       <jxr
  @@ -80,6 +86,12 @@
     <target
       name="cvs-change-log"
       depends="local-init">
  +
  +    <taskdef
  +      name="change-log"
  +      classname="org.apache.maven.ChangeLog">
  +      <classpath refid="maven-classpath"/>
  +    </taskdef>
   
       <change-log
         projectDescriptor="project.xml"
  
  
  
  1.18      +0 -12     jakarta-turbine-maven/src/templates/build/build.init.target
  
  Index: build.init.target
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build.init.target,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.init.target 11 Apr 2002 21:34:07 -0000      1.17
  +++ build.init.target 18 Apr 2002 17:54:50 -0000      1.18
  @@ -32,18 +32,6 @@
       name="init"
       depends="project-properties">
   
  -    <taskdef
  -      name="jxr"
  -      classname="org.apache.maven.Jxr">
  -      <classpath refid="maven-classpath"/>
  -    </taskdef>
  -
  -    <taskdef
  -      name="change-log"
  -      classname="org.apache.maven.ChangeLog">
  -      <classpath refid="maven-classpath"/>
  -    </taskdef>
  -
       <!-- Set default values for the build -->
       <property file="${maven.home}/default.properties" />
   
  
  
  


Reply via email to