You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2006/12/10 13:46:32 UTC

svn commit: r485166 - /velocity/tools/trunk/build.properties

Author: henning
Date: Sun Dec 10 04:46:31 2006
New Revision: 485166

URL: http://svn.apache.org/viewvc?view=rev&rev=485166
Log:
tools never unpacks the oro/c-c/c-l jars, so we don't need the names
configurable (that is just a gump kludge in the engine)


Modified:
    velocity/tools/trunk/build.properties

Modified: velocity/tools/trunk/build.properties
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/build.properties?view=diff&rev=485166&r1=485165&r2=485166
==============================================================================
--- velocity/tools/trunk/build.properties (original)
+++ velocity/tools/trunk/build.properties Sun Dec 10 04:46:31 2006
@@ -106,25 +106,15 @@
 jar.dom4j.version= 1.1
 jar.velocity-dvsl.version= 0.43
 
-########################################################################
-# Gump wants to override these names, so make
-# it configurable...
-#
-jar.oro.name= oro
-jar.commons-collections.name= commons-collections
-jar.commons-lang.name = commons-lang
-#
-########################################################################
-
 # Full paths to the jars for building the examples
 commons-beanutils.jar=${lib.dir}/commons-beanutils-${jar.commons-beanutils.version}.jar
-commons-collections.jar=${lib.dir}/${jar.commons-collections.name}-${jar.commons-collections.version}.jar
+commons-collections.jar=${lib.dir}/commons-collections-${jar.commons-collections.version}.jar
 commons-digester.jar=${lib.dir}/commons-digester-${jar.commons-digester.version}.jar
-commons-lang.jar=${lib.dir}/${jar.commons-lang.name}-${jar.commons-lang.version}.jar
+commons-lang.jar=${lib.dir}/commons-lang-${jar.commons-lang.version}.jar
 commons-logging.jar=${lib.dir}/commons-logging-${jar.commons-logging.version}.jar
 commons-validator.jar=${lib.dir}/commons-validator-${jar.commons-validator.version}.jar
 servlet.jar=${lib.dir}/servletapi-${jar.servletapi.version}.jar
 struts.jar=${lib.dir}/struts-${jar.struts.version}.jar
 sslext.jar=${lib.dir}/sslext-${jar.sslext.version}.jar
-oro.jar=${lib.dir}/${jar.oro.name}-${jar.oro.version}.jar
+oro.jar=${lib.dir}/oro-${jar.oro.version}.jar
 velocity.jar=${lib.dir}/velocity-${jar.velocity.version}.jar