You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by sm...@apache.org on 2002/12/24 00:50:30 UTC

cvs commit: jakarta-turbine-maven build.xml

smor        2002/12/23 15:50:30

  Modified:    .        build.xml
  Log:
  regenerated the ant build file
  
  Revision  Changes    Path
  1.50      +10 -30    jakarta-turbine-maven/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build.xml,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- build.xml	26 Nov 2002 04:40:49 -0000	1.49
  +++ build.xml	23 Dec 2002 23:50:30 -0000	1.50
  @@ -12,9 +12,11 @@
     
     	
   		
  +		  
  +		
     
     
  -  <property name="resourcedir" value="src/conf"></property>
  +  <property name="resourcedir" value="."></property>
     
     <property name="distdir" value="dist"></property>
     <property name="javadocdir" value="target/docs/apidocs"></property>
  @@ -43,31 +45,6 @@
       </javac>
       
       
  - 
  -    
  - 
  -    <copy todir="${classesdir}">
  -      
  -      <fileset dir="${resourcedir}">
  -      
  -      
  -        <include name="*.xsd"></include>
  -      
  -        <include name="*.dtd"></include>
  -      
  -        <include name="*.mod"></include>
  -      
  -        <include name="log4j.properties"></include>
  -      
  -        <include name="driver.jelly"></include>
  -      
  -        <include name="driver.properties"></include>
  -      
  -      
  -      </fileset>
  -    </copy>
  - 
  -    
   
       
   		
  @@ -100,7 +77,7 @@
         <mkdir dir="${testreportdir}"></mkdir>
         <junit dir="./" failureproperty="test.failure" printSummary="yes" fork="true" haltonerror="true">
           
  -        <sysproperty key="basedir" value="C:\source\jakarta\jakarta-turbine-maven"></sysproperty>
  +        <sysproperty key="basedir" value="/opt/cvs/jakarta-turbine-maven"></sysproperty>
           <formatter type="xml"></formatter>
           <formatter usefile="true" type="plain"></formatter>
           <classpath>
  @@ -118,6 +95,8 @@
               
                 <exclude name="**/RepositoryTest.java"></exclude>
               
  +              <exclude name="**/JAXPTest.java"></exclude>
  +            
               
               
               
  @@ -177,8 +156,8 @@
     
       
       <get dest="lib/dom4j-1.4-dev-8.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/dom4j/jars/dom4j-1.4-dev-8.jar"></get>
  -    <get dest="lib/ant-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/ant/jars/ant-1.5.jar"></get>
  -    <get dest="lib/ant-optional-1.5.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/ant/jars/ant-optional-1.5.jar"></get>
  +    <get dest="lib/ant-1.5.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/ant/jars/ant-1.5.1.jar"></get>
  +    <get dest="lib/ant-optional-1.5.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/ant/jars/ant-optional-1.5.1.jar"></get>
       <get dest="lib/commons-betwixt-SNAPSHOT.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-betwixt/jars/commons-betwixt-SNAPSHOT.jar"></get>
       <get dest="lib/commons-digester-1.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-digester/jars/commons-digester-1.2.jar"></get>
       <get dest="lib/commons-jelly-SNAPSHOT.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/commons-jelly/jars/commons-jelly-SNAPSHOT.jar"></get>
  @@ -198,9 +177,10 @@
       <get dest="lib/logkit-1.0.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/logkit/jars/logkit-1.0.1.jar"></get>
       <get dest="lib/piccolo-1.0.3.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/piccolo/jars/piccolo-1.0.3.jar"></get>
       <get dest="lib/log4j-1.1.3.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/log4j/jars/log4j-1.1.3.jar"></get>
  +    <get dest="lib/velocity-1.3.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/velocity/jars/velocity-1.3.jar"></get>
       <get dest="lib/which-1.0.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/which/jars/which-1.0.jar"></get>
       <get dest="lib/xml-apis-1.0.b2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/xml-apis/jars/xml-apis-1.0.b2.jar"></get>
  -    <get dest="lib/xerces-2.2.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/xerces/jars/xerces-2.2.1.jar"></get>
  +    <get dest="lib/xerces-2.0.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/xerces/jars/xerces-2.0.2.jar"></get>
       <get dest="lib/jdepend-2.2.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/jdepend/jars/jdepend-2.2.jar"></get>
       
       <get dest="lib/junit-3.8.1.jar" usetimestamp="true" ignoreerrors="true" src="http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar"></get>