[Yanel-commits] rev 44121 - public/yanel/trunk/src/contributions/resources/atom-entry

michi at wyona.com michi at wyona.com
Tue Aug 11 11:25:29 CEST 2009


Author: michi
Date: 2009-08-11 11:25:29 +0200 (Tue, 11 Aug 2009)
New Revision: 44121

Modified:
   public/yanel/trunk/src/contributions/resources/atom-entry/build.xml
Log:
TODO added re generic import

Modified: public/yanel/trunk/src/contributions/resources/atom-entry/build.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/atom-entry/build.xml	2009-08-11 09:23:16 UTC (rev 44120)
+++ public/yanel/trunk/src/contributions/resources/atom-entry/build.xml	2009-08-11 09:25:29 UTC (rev 44121)
@@ -2,6 +2,17 @@
 
 <project name="yanel-resource" default="compile">
 
+  <!-- TODO: Check this build code for resource specific build instructions and possibly replace it with the generic import of resource-type.build.xml (src/resources/file/build.xml) -->
+
+  <!-- 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