[Yanel-commits] rev 41393 - public/yanel/trunk/src/contributions/resources/data-repo-sitetree

michi at wyona.com michi at wyona.com
Fri Feb 6 12:05:00 CET 2009


Author: michi
Date: 2009-02-06 12:05:00 +0100 (Fri, 06 Feb 2009)
New Revision: 41393

Modified:
   public/yanel/trunk/src/contributions/resources/data-repo-sitetree/build.xml
Log:
yanel home added

Modified: public/yanel/trunk/src/contributions/resources/data-repo-sitetree/build.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/data-repo-sitetree/build.xml	2009-02-06 11:01:21 UTC (rev 41392)
+++ public/yanel/trunk/src/contributions/resources/data-repo-sitetree/build.xml	2009-02-06 11:05:00 UTC (rev 41393)
@@ -2,6 +2,14 @@
 
 <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