[Yanel-commits] rev 44191 - public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms

michi at wyona.com michi at wyona.com
Fri Aug 14 00:06:51 CEST 2009


Author: michi
Date: 2009-08-14 00:06:51 +0200 (Fri, 14 Aug 2009)
New Revision: 44191

Modified:
   public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/build.xml
Log:
set yanel home

Modified: public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/build.xml
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/build.xml	2009-08-13 21:59:23 UTC (rev 44190)
+++ public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/build.xml	2009-08-13 22:06:51 UTC (rev 44191)
@@ -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