You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2002/02/17 22:34:38 UTC

cvs commit: jakarta-turbine-3 maven.jar build.xml tdk.jar

jvanzyl     02/02/17 13:34:38

  Modified:    .        Tag: rundata_security_changes build.xml
  Added:       .        Tag: rundata_security_changes maven.jar
  Removed:     .        Tag: rundata_security_changes tdk.jar
  Log:
  - using a stripped down maven.jar, no java parser inside. by tonight i should
    have the proposal together along with most of the builds working with
    a single build.xml file.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.20.2.15 +3 -3      jakarta-turbine-3/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-3/build.xml,v
  retrieving revision 1.20.2.14
  retrieving revision 1.20.2.15
  diff -u -r1.20.2.14 -r1.20.2.15
  --- build.xml	17 Feb 2002 21:25:14 -0000	1.20.2.14
  +++ build.xml	17 Feb 2002 21:34:37 -0000	1.20.2.15
  @@ -20,7 +20,7 @@
     -->
   
     <path id="tool-classpath">
  -    <pathelement location="tdk.jar"/>
  +    <pathelement location="maven.jar"/>
     </path>
   
     <!-- ================================================================== -->
  @@ -40,13 +40,13 @@
   
       <taskdef
         name="create-path"
  -      classname="org.apache.tdk.task.CreatePath">
  +      classname="org.apache.maven.CreatePath">
         <classpath refid="tool-classpath"/>
       </taskdef>
       
       <taskdef
         name="create-patternset"
  -      classname="org.apache.tdk.task.CreatePatternSet">
  +      classname="org.apache.maven.CreatePatternSet">
         <classpath refid="tool-classpath"/>
       </taskdef>
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +112 -0    jakarta-turbine-3/Attic/maven.jar
  
  	<<Binary file>>
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>