[Yanel-commits] rev 42784 - public/yanel/trunk/src/build

michi at wyona.com michi at wyona.com
Mon May 11 09:53:07 CEST 2009


Author: michi
Date: 2009-05-11 09:53:07 +0200 (Mon, 11 May 2009)
New Revision: 42784

Modified:
   public/yanel/trunk/src/build/build.properties
Log:
copy resource-type configs property introduced

Modified: public/yanel/trunk/src/build/build.properties
===================================================================
--- public/yanel/trunk/src/build/build.properties	2009-05-11 07:32:43 UTC (rev 42783)
+++ public/yanel/trunk/src/build/build.properties	2009-05-11 07:53:07 UTC (rev 42784)
@@ -85,6 +85,9 @@
 #proxy.user=username
 #proxy.pass=password
 
+# A Yanel distribution should be self-contained and hence the resource-type configs should be part of the webapp, therefore if one creates a distribution, then this parameter should be set to true, but for development it's more convenient that the configs are not copied and hence false in the case of development
+copy.resource-type-configs.to.webapp=false
+
 # Force clean property in order to allow Cruisecontrol making automatic builds
 force-clean=false
 



More information about the Yanel-commits mailing list