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:
Benedikt Ritter 2015-04-03 11:38:53 +00:00
parent 9e575c4da2
commit 6039dd3196
2 changed files with 6 additions and 6 deletions

View File

@ -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/

View File

@ -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