Author: carnold
Date: Fri Sep 19 20:56:39 2008
New Revision: 697320
URL: http://svn.apache.org/viewvc?rev=697320&view=rev
Log:
Bug 45635: Lost junit.jar when supporting non-default Maven repo location
Modified:
logging/log4j/trunk/tests/build.xml
Modified: logging/log4j/trunk/tests/build.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/trunk/tests/build.xml?rev=697320&r1=697319&r2=697320&view=diff
==============================================================================
--- logging/log4j/trunk/tests/build.xml (original)
+++ logging/log4j/trunk/tests/build.xml Fri Sep 19 20:56:39 2008
@@ -36,6 +36,8 @@
<property name="checkstyle.jar"
location="${m2_repo}/checkstyle/checkstyle/${checkstyle.version}/checkstyle-${checkstyle.version}.jar"/>
<property name="javamail.jar"
location="${m2_repo}/javax/mail/mail/1.4/mail-1.4.jar"/>
<property name="activation.jar"
location="${m2_repo}/javax/activation/activation/1.1/activation-1.1.jar"/>
+ <property name="junit.version" value="3.8.1"/>
+ <property name="junit.jar"
location="${m2_repo}/junit/junit/${junit.version}/junit-${junit.version}.jar"/>
<!-- Read the system environment variables and stores them in properties, -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]