update to Ant Integration zip of 20030325
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113189 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -12,6 +12,6 @@ maven.license.licenseFile=${basedir}/../../../LICENSE.txt
|
||||
# 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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -110,12 +110,6 @@
|
||||
<version>1.0.6</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>httpunit</groupId>
|
||||
<artifactId>httpunit</artifactId>
|
||||
<version>1.5.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
@@ -128,6 +122,32 @@
|
||||
<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>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user