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

michi at wyona.com michi at wyona.com
Tue Aug 19 16:28:13 CEST 2008


Author: michi
Date: 2008-08-19 16:28:12 +0200 (Tue, 19 Aug 2008)
New Revision: 38122

Modified:
   public/yanel/trunk/src/build/build.properties
Log:
jmeter property moved and testing properties added

Modified: public/yanel/trunk/src/build/build.properties
===================================================================
--- public/yanel/trunk/src/build/build.properties	2008-08-19 14:26:55 UTC (rev 38121)
+++ public/yanel/trunk/src/build/build.properties	2008-08-19 14:28:12 UTC (rev 38122)
@@ -79,8 +79,6 @@
 # Tomcat version shipped with Yanel
 tomcat.version=5.5.20
 
-# JMeter home dir (needed if you want to execute jmeter test plans)
-jmeter.home.dir=/opt/jakarta-jmeter-2.2
 
 # Wyona Maven Repo URL
 maven.url=http://maven2.wyona.org/
@@ -88,3 +86,15 @@
 # Java version
 source.java.version=1.5
 target.java.version=1.5
+
+#Testing
+
+# 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}
+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



More information about the Yanel-commits mailing list