You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2008/09/20 05:56:39 UTC

svn commit: r697320 - /logging/log4j/trunk/tests/build.xml

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: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org