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 2007/06/22 00:23:22 UTC

svn commit: r549634 - /logging/log4j/branches/v1_2-branch/build.xml

Author: carnold
Date: Thu Jun 21 15:23:21 2007
New Revision: 549634

URL: http://svn.apache.org/viewvc?view=rev&rev=549634
Log:
Bug 37930: Update clirr task for Maven build

Modified:
    logging/log4j/branches/v1_2-branch/build.xml

Modified: logging/log4j/branches/v1_2-branch/build.xml
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/build.xml?view=diff&rev=549634&r1=549633&r2=549634
==============================================================================
--- logging/log4j/branches/v1_2-branch/build.xml (original)
+++ logging/log4j/branches/v1_2-branch/build.xml Thu Jun 21 15:23:21 2007
@@ -624,7 +624,7 @@
 	       <property name="reference.version" value="1.2.14"/>
 	       <property name="reference.jar" value="${m2_repo}/log4j/log4j/${reference.version}/log4j-${reference.version}.jar"/>
 	       <available property="reference.jar-available" file="${reference.jar}"/>
-	       <fail unless="reference.jar-available">reference-${reference.version}.jar not in maven repo.  Run mvn clirr:check to download.</fail>
+	       <fail unless="reference.jar-available">log4j-${reference.version}.jar not in maven repo.  Run mvn clirr:check to download.</fail>
 	       <taskdef resource="clirrtask.properties" 
 	           classpath="${clirr-core.jar};${bcel.jar}"/>
 	       <delete dir="target/clirr"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org