You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by he...@apache.org on 2006/10/10 21:27:09 UTC

svn commit: r462510 - /jakarta/velocity/engine/trunk/build/build.xml

Author: henning
Date: Tue Oct 10 12:27:09 2006
New Revision: 462510

URL: http://svn.apache.org/viewvc?view=rev&rev=462510
Log:
Remove the avalon log kit from the dependency jar. JDKs 1.4 and above will now use
JDK Logging by default. JDK 1.3 will use the Stdout logging. Bye bye velocity.log

Modified:
    jakarta/velocity/engine/trunk/build/build.xml

Modified: jakarta/velocity/engine/trunk/build/build.xml
URL: http://svn.apache.org/viewvc/jakarta/velocity/engine/trunk/build/build.xml?view=diff&rev=462510&r1=462509&r2=462510
==============================================================================
--- jakarta/velocity/engine/trunk/build/build.xml (original)
+++ jakarta/velocity/engine/trunk/build/build.xml Tue Oct 10 12:27:09 2006
@@ -389,7 +389,7 @@
         <include name="org/apache/commons/collections/ResettableIterator.class" />
       </patternset>
     </unzip>
-    <unzip src="${build.lib}/avalon-logkit-${jar.avalon-logkit.version}.jar"  dest="${build.deps}"/>
+
     <unzip src="${build.lib}/oro-${jar.oro.version}.jar"  dest="${build.deps}"/>
     <unzip src="${build.lib}/commons-lang-${jar.commons-lang.version}.jar" dest="${build.deps}"/>
     <delete dir="${build.deps}/META-INF" quiet="true"/>



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