[Yanel-commits] rev 43361 - public/yanel/trunk/src/realms/welcome-admin

michi at wyona.com michi at wyona.com
Mon Jun 29 12:44:02 CEST 2009


Author: michi
Date: 2009-06-29 12:44:01 +0200 (Mon, 29 Jun 2009)
New Revision: 43361

Modified:
   public/yanel/trunk/src/realms/welcome-admin/build.xml
Log:
YANEL_HOME added

Modified: public/yanel/trunk/src/realms/welcome-admin/build.xml
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/build.xml	2009-06-29 10:43:21 UTC (rev 43360)
+++ public/yanel/trunk/src/realms/welcome-admin/build.xml	2009-06-29 10:44:01 UTC (rev 43361)
@@ -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