jvanzyl     2002/07/08 17:55:51

  Modified:    .        build-bootstrap.xml
  Log:
  o package -> project map is now taken care of by a jelly plugin.
  
  Revision  Changes    Path
  1.118     +0 -48     jakarta-turbine-maven/build-bootstrap.xml
  
  Index: build-bootstrap.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build-bootstrap.xml,v
  retrieving revision 1.117
  retrieving revision 1.118
  diff -u -r1.117 -r1.118
  --- build-bootstrap.xml       7 Jul 2002 17:44:07 -0000       1.117
  +++ build-bootstrap.xml       9 Jul 2002 00:55:51 -0000       1.118
  @@ -464,54 +464,6 @@
     </target>
   
     <!-- ================================================================== -->
  -  <!-- P A C K A G E  T O  P R O J E C T  M A P                           -->
  -  <!-- ================================================================== -->
  -  <!-- Create the map used to resolve package references into             -->
  -  <!-- project references. Used in the process of analysing sources to    -->
  -  <!-- determine overall project dependencies.                            -->
  -  <!--                                                                    -->
  -  <!-- In order to run this target you must have the jakarta-alexandria   -->
  -  <!-- module checked out in parallel with the jakarta-turbine-maven      -->
  -  <!-- module. The Gump descriptors are transformed first and the         -->
  -  <!-- resultant Maven descriptors are processed.                         -->
  -  <!-- ================================================================== -->
  -
  -  <target
  -    name="project-map">
  -
  -    <taskdef
  -      name="create-classpath"
  -      classname="org.apache.maven.ant.CreateClasspath">
  -      <classpath>
  -        <pathelement location="target/maven.jar"/>
  -      </classpath>
  -    </taskdef>
  -
  -    <create-classpath
  -      listFile="jars.list"
  -      reference="bootstrap-classpath"
  -      baseDir="${maven.repo.local}"
  -    />
  -
  -    <taskdef
  -      name="package-project-map"
  -      classname="org.apache.maven.PackageProjectMap">
  -      <classpath refid="bootstrap-classpath"/>
  -      <classpath>
  -        <pathelement location="target/maven.jar"/>
  -      </classpath>
  -    </taskdef>
  -
  -    <ant dir="src/descriptors"/>
  -
  -    <package-project-map
  -      descriptorDir="src/descriptors/project"
  -      map="${maven.home}/package-project.map"
  -    />
  -
  -  </target>
  -
  -  <!-- ================================================================== -->
     <!-- U T I L I T Y  T A R G E T S                                       -->
     <!-- ================================================================== -->
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to