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

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


Author: michi
Date: 2008-09-22 11:57:21 +0200 (Mon, 22 Sep 2008)
New Revision: 38810

Modified:
   public/yanel/trunk/src/build/build.properties
Log:
shipped tomcat version moved down again and some formatting

Modified: public/yanel/trunk/src/build/build.properties
===================================================================
--- public/yanel/trunk/src/build/build.properties	2008-09-22 09:43:11 UTC (rev 38809)
+++ public/yanel/trunk/src/build/build.properties	2008-09-22 09:57:21 UTC (rev 38810)
@@ -12,9 +12,6 @@
 # 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)
 
@@ -35,9 +32,12 @@
 tomcat2.endorsed-libs.dir=${tomcat2.home.dir}/common/endorsed
 tomcat2.work.dir=${tomcat2.home.dir}/work/Catalina/localhost
 
-# --------------------------------------------------------
+
+
+
+# ==================================================================
 # Properties below might be rather for the advanced user ;-)
-# --------------------------------------------------------
+# ==================================================================
 
 # Current Yanel Version
 yanel.version=1.0-dev
@@ -85,6 +85,9 @@
 # Wyona Maven Repo URL
 maven.url=http://maven2.wyona.org/
 
+# Tomcat version shipped with Yanel
+tomcat.version=5.5.20
+
 # Java version
 source.java.version=1.5
 target.java.version=1.5
@@ -94,7 +97,6 @@
 # JMeter home dir (needed if you want to execute jmeter test plans)
 jmeter.home.dir=/opt/jakarta-jmeter-2.2
 
-
 yanel.source.version=${yanel.version}-r${yanel.revision}
 yanel.conf.dir=${yanel.source.home}/conf
 yanel.local.conf.dir=${yanel.source.home}/${local.config.dir}



More information about the Yanel-commits mailing list