Author: britter Date: Fri Apr 3 11:38:53 2015 New Revision: 1671032 URL: http://svn.apache.org/r1671032 Log: Fix ant build
Modified: commons/proper/lang/trunk/build.properties.sample commons/proper/lang/trunk/default.properties Modified: commons/proper/lang/trunk/build.properties.sample URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/build.properties.sample?rev=1671032&r1=1671031&r2=1671032&view=diff ============================================================================== --- commons/proper/lang/trunk/build.properties.sample (original) +++ commons/proper/lang/trunk/build.properties.sample Fri Apr 3 11:38:53 2015 @@ -22,7 +22,7 @@ # Repository base path - unnecessary if full jar paths are provided below repository=${user.home}/.m2/repository -junit.home=${repository}/junit/junit/4.11/ -easymock.home=${repository}/org/easymock/easymock/3.2/ +junit.home=${repository}/junit/junit/4.12/ +hamcrest.home=${repository}/org/hamcrest/hamcrest-all/1.3/ 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/ Modified: commons/proper/lang/trunk/default.properties URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/default.properties?rev=1671032&r1=1671031&r2=1671032&view=diff ============================================================================== --- commons/proper/lang/trunk/default.properties (original) +++ commons/proper/lang/trunk/default.properties Fri Apr 3 11:38:53 2015 @@ -18,16 +18,16 @@ # $Id$ # 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 -easymock.jar = ${easymock.home}/easymock-3.2.jar +easymock.jar = ${easymock.home}/easymock-3.3.1.jar # The location of the Commons-IO jar commons-io.jar = ${commons-io.home}/commons-io-2.4.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 junit.fork = true