[Yanel-commits] rev 41959 - public/yanel/trunk/src/contributions/resources/policymanager

michi at wyona.com michi at wyona.com
Mon Mar 16 10:50:42 CET 2009


Author: michi
Date: 2009-03-16 10:50:42 +0100 (Mon, 16 Mar 2009)
New Revision: 41959

Modified:
   public/yanel/trunk/src/contributions/resources/policymanager/build.xml
Log:
yanel.home added

Modified: public/yanel/trunk/src/contributions/resources/policymanager/build.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/policymanager/build.xml	2009-03-16 09:19:45 UTC (rev 41958)
+++ public/yanel/trunk/src/contributions/resources/policymanager/build.xml	2009-03-16 09:50:42 UTC (rev 41959)
@@ -2,6 +2,15 @@
 
 <project name="yanel-resource" 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" description="Initialize build" depends="dependencies">



More information about the Yanel-commits mailing list