Fix ant build
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1671032 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9e575c4da2
commit
6039dd3196
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
# Repository base path - unnecessary if full jar paths are provided below
|
# Repository base path - unnecessary if full jar paths are provided below
|
||||||
repository=${user.home}/.m2/repository
|
repository=${user.home}/.m2/repository
|
||||||
junit.home=${repository}/junit/junit/4.11/
|
junit.home=${repository}/junit/junit/4.12/
|
||||||
easymock.home=${repository}/org/easymock/easymock/3.2/
|
hamcrest.home=${repository}/org/hamcrest/hamcrest-all/1.3/
|
||||||
commons-io.home=${repository}/commons-io/commons-io/2.4/
|
commons-io.home=${repository}/commons-io/commons-io/2.4/
|
||||||
hamcrest.home=${repository}/org/hamcrest/hamcrest-core/1.3/
|
easymock.home=${repository}/org/easymock/easymock/3.3.1/
|
||||||
|
|
|
@ -18,16 +18,16 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
# The location of the "junit.jar" JAR file
|
# The location of the "junit.jar" JAR file
|
||||||
junit.jar = ${junit.home}/junit-4.11.jar
|
junit.jar = ${junit.home}/junit-4.12.jar
|
||||||
|
|
||||||
# The location of the Easymock jar
|
# The location of the Easymock jar
|
||||||
easymock.jar = ${easymock.home}/easymock-3.2.jar
|
easymock.jar = ${easymock.home}/easymock-3.3.1.jar
|
||||||
|
|
||||||
# The location of the Commons-IO jar
|
# The location of the Commons-IO jar
|
||||||
commons-io.jar = ${commons-io.home}/commons-io-2.4.jar
|
commons-io.jar = ${commons-io.home}/commons-io-2.4.jar
|
||||||
|
|
||||||
# The location of Hamcrest jar
|
# The location of Hamcrest jar
|
||||||
hamcrest.jar = ${hamcrest.home}/hamcrest-core-1.3.jar
|
hamcrest.jar = ${hamcrest.home}/hamcrest-all-1.3.jar
|
||||||
|
|
||||||
# Whether or not to fork tests
|
# Whether or not to fork tests
|
||||||
junit.fork = true
|
junit.fork = true
|
||||||
|
|
Loading…
Reference in New Issue