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

michi at wyona.com michi at wyona.com
Fri Mar 12 14:53:53 CET 2010


Author: michi
Date: 2010-03-12 14:53:53 +0100 (Fri, 12 Mar 2010)
New Revision: 48065

Modified:
   public/yanel/trunk/src/build/build.properties
Log:
default realms dir property introduced

Modified: public/yanel/trunk/src/build/build.properties
===================================================================
--- public/yanel/trunk/src/build/build.properties	2010-03-12 13:53:29 UTC (rev 48064)
+++ public/yanel/trunk/src/build/build.properties	2010-03-12 13:53:53 UTC (rev 48065)
@@ -10,6 +10,7 @@
 #
 # IMPORTANT: Because of the changes listed below, one might has to re-configure the local.build.properties file (and in particular synchronize the build.properties.version number
 #
+# Change 20100312: Property default.realms.dir introduced
 # Change 20100207: Property tomcat1.webapps.dir, etc. moved to targets/webapp/cluster.xml because property tomcat1.home.dir is commented by default
 # Change 20100202: Java version upgraded to 1.6
 # Change 20100125: log-access property removed because it can now be configured within src/webapp/WEB-INF/local.web.xml
@@ -138,3 +139,6 @@
 yanel.conf.dir=${yanel.source.home}/conf
 yanel.build.webapp.classes.dir=${yanel.source.home}/build/webapps/${servlet.context.prefix}/WEB-INF/classes
 yanel.build.webapp.lib.dir=${yanel.source.home}/build/webapps/${servlet.context.prefix}/WEB-INF/lib
+
+# Default realms dir
+default.realms.dir= src/realms



More information about the Yanel-commits mailing list