You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vm...@apache.org on 2003/03/25 20:47:33 UTC

cvs commit: maven/src/plugins-build/cactus project.xml project.properties plugin.jelly

vmassol     2003/03/25 11:47:33

  Modified:    src/plugins-build/cactus project.xml project.properties
                        plugin.jelly
  Log:
  update to Ant Integration zip of 20030325
  
  Revision  Changes    Path
  1.16      +27 -7     maven/src/plugins-build/cactus/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	23 Mar 2003 15:27:16 -0000	1.15
  +++ project.xml	25 Mar 2003 19:47:33 -0000	1.16
  @@ -74,7 +74,7 @@
       <dependency>
         <groupId>cactus</groupId>
         <artifactId>jakarta-cactus-integration-ant</artifactId>
  -      <version>13-1.5dev-20030323</version>
  +      <version>13-1.5dev-20030325</version>
         <type>zip</type>
       </dependency>
    
  @@ -111,12 +111,6 @@
       </dependency>
   
       <dependency>
  -      <groupId>httpunit</groupId>
  -      <artifactId>httpunit</artifactId>
  -      <version>1.5.1</version>
  -    </dependency>
  -
  -    <dependency>
         <groupId>log4j</groupId>
         <artifactId>log4j</artifactId>
         <version>1.2.7</version>
  @@ -126,6 +120,32 @@
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>3.8.1</version>
  +    </dependency>
  +
  +    <dependency>
  +      <groupId>httpunit</groupId>
  +      <artifactId>httpunit</artifactId>
  +      <version>1.5.1</version>
  +    </dependency>
  +
  +    <!-- Note: NekoHTML and Xerces are needed by HttpUnit -->
  +
  +    <dependency>
  +      <groupId>nekohtml</groupId>
  +      <artifactId>nekohtml</artifactId>
  +      <version>0.7.4</version>
  +    </dependency>
  +    
  +    <dependency>
  +      <groupId>xerces</groupId>
  +      <artifactId>xercesImpl</artifactId>
  +      <version>2.3.0</version>
  +    </dependency>
  +
  +    <dependency>
  +      <groupId>xerces</groupId>
  +      <artifactId>xmlParserAPIs</artifactId>
  +      <version>2.2.1</version>
       </dependency>
   
     </dependencies>
  
  
  
  1.5       +1 -1      maven/src/plugins-build/cactus/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties	23 Mar 2003 15:27:16 -0000	1.4
  +++ project.properties	25 Mar 2003 19:47:33 -0000	1.5
  @@ -12,6 +12,6 @@
   # mechanism is finalized.
   
   maven.cactus.artifacts.zips.dir = ${maven.repo.local}/cactus/zips
  -maven.cactus.antintegration.version = 13-1.5dev-20030323
  +maven.cactus.antintegration.version = 13-1.5dev-20030325
   maven.cactus.antintegration.name = jakarta-cactus-integration-ant-${maven.cactus.antintegration.version}
   maven.cactus.antintegration.zip = ${maven.cactus.artifacts.zips.dir}/${maven.cactus.antintegration.name}.zip
  
  
  
  1.11      +8 -2      maven/src/plugins-build/cactus/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/cactus/plugin.jelly,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- plugin.jelly	23 Mar 2003 12:54:59 -0000	1.10
  +++ plugin.jelly	25 Mar 2003 19:47:33 -0000	1.11
  @@ -51,10 +51,16 @@
         value="${plugin.getDependencyPath('commons-logging')}"/>
       <property name="cactus.junit.jar" 
         value="${plugin.getDependencyPath('junit')}"/>
  -    <property name="cactus.httpunit.jar" 
  -      value="${plugin.getDependencyPath('httpunit')}"/>
       <property name="cactus.commons.httpclient.jar" 
         value="${plugin.getDependencyPath('commons-httpclient')}"/>
  +    <property name="cactus.httpunit.jar" 
  +      value="${plugin.getDependencyPath('httpunit')}"/>
  +    <property name="cactus.nekohtml.jar" 
  +      value="${plugin.getDependencyPath('nekohtml')}"/>
  +    <property name="cactus.xerces.jar" 
  +      value="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
  +    <property name="cactus.xmlapis.jar" 
  +      value="${plugin.getDependencyPath('xerces:xmlParserAPIs')}"/>
   
       <taskdef name="junit"
         classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTask"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org