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

michi at wyona.com michi at wyona.com
Mon Sep 22 11:43:11 CEST 2008


Author: michi
Date: 2008-09-22 11:43:11 +0200 (Mon, 22 Sep 2008)
New Revision: 38809

Modified:
   public/yanel/trunk/src/build/build.properties
Log:
shipped tomcat version moved up and note re local.build.properties added

Modified: public/yanel/trunk/src/build/build.properties
===================================================================
--- public/yanel/trunk/src/build/build.properties	2008-09-22 09:38:47 UTC (rev 38808)
+++ public/yanel/trunk/src/build/build.properties	2008-09-22 09:43:11 UTC (rev 38809)
@@ -1,6 +1,9 @@
-# -----------------
+# --------------------------------------------------------------------------
 # Build Properties
-# -----------------
+#
+# Do not edit this file, but rather make a local copy local.build.properties
+# or run configure.sh/configure.bat
+# --------------------------------------------------------------------------
 
 # Servlet context prefix
 servlet.context.prefix=yanel
@@ -9,6 +12,9 @@
 # Tomcat, Jetty, WLS, JBoss, WebSphere
 servlet.container=Tomcat
 
+# Tomcat version shipped with Yanel
+tomcat.version=5.5.20
+
 # Tomcat cluster nodes 1 and 2
 # IMPORTANT: Within build.properties these properties should always be commented, because otherwise one cannot disable these properties within local.build.properties (TODO: Introduce on/off switch)
 
@@ -76,10 +82,6 @@
 # Dir name of local configuration
 local.config.dir=conf/local
 
-# Tomcat version shipped with Yanel
-tomcat.version=5.5.20
-
-
 # Wyona Maven Repo URL
 maven.url=http://maven2.wyona.org/
 



More information about the Yanel-commits mailing list