You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2005/07/30 01:32:29 UTC

svn commit: r226429 - /struts/shale/trunk/default.properties

Author: craigmcc
Date: Fri Jul 29 16:32:27 2005
New Revision: 226429

URL: http://svn.apache.org/viewcvs?rev=226429&view=rev
Log:
Define "lib.dir" in the default properties so that downloaded dependencies
get put in the correct place.

Modified:
    struts/shale/trunk/default.properties

Modified: struts/shale/trunk/default.properties
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/default.properties?rev=226429&r1=226428&r2=226429&view=diff
==============================================================================
--- struts/shale/trunk/default.properties (original)
+++ struts/shale/trunk/default.properties Fri Jul 29 16:32:27 2005
@@ -48,6 +48,9 @@
 # State for the "optimize" attribute of the "javac" task
 compile.optimize=true
 
+# Directory (relative to Shale home) containing downloaded dependencies
+lib.dir=lib
+
 # State for the "halt on error" attribute for JUnit tests
 test.haltonerror=true
 



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