[Yanel-commits] rev 40947 - public/yanel/trunk/src/realms/yanel-website

michi at wyona.com michi at wyona.com
Wed Jan 14 16:03:05 CET 2009


Author: michi
Date: 2009-01-14 16:03:05 +0100 (Wed, 14 Jan 2009)
New Revision: 40947

Modified:
   public/yanel/trunk/src/realms/yanel-website/build.xml
Log:
yanel home stuff added

Modified: public/yanel/trunk/src/realms/yanel-website/build.xml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/build.xml	2009-01-14 14:54:52 UTC (rev 40946)
+++ public/yanel/trunk/src/realms/yanel-website/build.xml	2009-01-14 15:03:05 UTC (rev 40947)
@@ -2,6 +2,15 @@
 
 <project name="yanel-realm" default="compile">
 
+  <!-- For example set within build.sh ... -->
+  <property name="yanel.home" value="${yanel.source.home}"/>
+  <!-- See yanel.home ... -->
+  <property file="${user.home}/.ant-global.properties"/>
+  <echo>YANEL_HOME is set to: ${yanel.home}</echo>
+
+  <property file="${yanel.home}/src/build/local.build.properties"/>
+  <property file="${yanel.home}/src/build/build.properties"/>
+
   <import file="src/build/dependencies.xml"/>
 
   <target name="init" depends="dependencies">



More information about the Yanel-commits mailing list