Author: cbrisson
Date: Fri Jan 5 08:37:59 2007
New Revision: 493071
URL: http://svn.apache.org/viewvc?view=rev&rev=493071
Log:
Added some inline doc for skip/force jar loading
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=493071&r1=493070&r2=493071
==============================================================================
--- velocity/engine/trunk/build/build.properties (original)
+++ velocity/engine/trunk/build/build.properties Fri Jan 5 08:37:59 2007
@@ -68,10 +68,6 @@
test.haltonerror= true
test.haltonfailure= true
-#downloading dependency jars
-skip.jar.loading= false
-force.jar.loading= false
-
# Building the distribution
dist.root= ${build.dir}/dist
dist.dir= ${dist.root}/${final.name}
@@ -88,6 +84,14 @@
# Downloading jars from ibiblio repository
#
# #######################################################################
+
+# The default behaviour is to download dependency jars only when
+# they are not already present.
+# Set skip.jar.loading to true to never download any dependency jar,
+# or force.jar.loading to true to always download all dependency jars.
+skip.jar.loading= false
+force.jar.loading= false
+
#
# Settings for the proxy to use for download. Change this if you must