Author: niallp
Date: Mon Oct 4 20:17:33 2010
New Revision: 1004392
URL: http://svn.apache.org/viewvc?rev=1004392&view=rev
Log:
Rename "test" profile to "test-distribution" and change JUnit version in Ant
build be inline with pom.xml
Modified:
commons/proper/exec/trunk/build.xml
commons/proper/exec/trunk/pom.xml
Modified: commons/proper/exec/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/exec/trunk/build.xml?rev=1004392&r1=1004391&r2=1004392&view=diff
==============================================================================
--- commons/proper/exec/trunk/build.xml (original)
+++ commons/proper/exec/trunk/build.xml Mon Oct 4 20:17:33 2010
@@ -31,7 +31,7 @@
<property name="maven.test.output" value="target/test-classes"/>
<property name="maven.repo.local" value="${user.home}/.m2/repository"/>
<!-- JUnit version should agree with the version in pom.xml -->
- <property name="maven.junit.jar"
value="${maven.repo.local}/junit/junit/3.8.2/junit-3.8.2.jar"/>
+ <property name="maven.junit.jar"
value="${maven.repo.local}/junit/junit/3.8.1/junit-3.8.1.jar"/>
<!-- These must agree with the versions in pom.xml -->
<property name="maven.compile.source" value="1.3"/>
<property name="maven.compile.target" value="1.3"/>
Modified: commons/proper/exec/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1004392&r1=1004391&r2=1004392&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Mon Oct 4 20:17:33 2010
@@ -204,7 +204,7 @@
</distributionManagement>
</profile>
<profile>
- <id>tests</id>
+ <id>test-distribution</id>
<build>
<plugins>
<plugin>