You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2007/01/02 13:32:05 UTC

svn commit: r491785 - /velocity/engine/trunk/build/build.properties

Author: cbrisson
Date: Tue Jan  2 04:32:04 2007
New Revision: 491785

URL: http://svn.apache.org/viewvc?view=rev&rev=491785
Log:
oops, default value of force must be false

Modified:
    velocity/engine/trunk/build/build.properties

Modified: velocity/engine/trunk/build/build.properties
URL: http://svn.apache.org/viewvc/velocity/engine/trunk/build/build.properties?view=diff&rev=491785&r1=491784&r2=491785
==============================================================================
--- velocity/engine/trunk/build/build.properties (original)
+++ velocity/engine/trunk/build/build.properties Tue Jan  2 04:32:04 2007
@@ -70,7 +70,7 @@
 
 #downloading dependency jars
 skip.jar.loading= false
-force.jar.loading= true
+force.jar.loading= false
 
 # Building the distribution
 dist.root= ${build.dir}/dist