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

michi at wyona.com michi at wyona.com
Tue Sep 1 14:39:25 CEST 2009


Author: michi
Date: 2009-09-01 14:39:25 +0200 (Tue, 01 Sep 2009)
New Revision: 44538

Modified:
   public/yanel/trunk/src/build/build.properties
Log:
comment added

Modified: public/yanel/trunk/src/build/build.properties
===================================================================
--- public/yanel/trunk/src/build/build.properties	2009-09-01 12:14:02 UTC (rev 44537)
+++ public/yanel/trunk/src/build/build.properties	2009-09-01 12:39:25 UTC (rev 44538)
@@ -135,8 +135,9 @@
 # WebTest home dir (needed if you want to execute WebTest-based tests, they will be skipped if this is left undefined)
 #webtest.home.dir=/opt/canoo-webtest-3.0-R_1758
 
+# Please note yanel.source.version is also used for binary releases and actually should rather be called yanel.version.revision instead, but for backwards compatibility reasons we cannot just replace it (third-party resource types and realms are using this property within their dependencies files)!
+yanel.source.version=${yanel.version}-r${yanel.revision}
 
-yanel.source.version=${yanel.version}-r${yanel.revision}
 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



More information about the Yanel-commits mailing list