[Yanel-commits] rev 39471 - public/yanel/trunk/src/resources/file

michi at wyona.com michi at wyona.com
Wed Oct 22 15:13:39 CEST 2008


Author: michi
Date: 2008-10-22 15:13:39 +0200 (Wed, 22 Oct 2008)
New Revision: 39471

Modified:
   public/yanel/trunk/src/resources/file/build.xml
Log:
allow building the node/file resource standalone

Modified: public/yanel/trunk/src/resources/file/build.xml
===================================================================
--- public/yanel/trunk/src/resources/file/build.xml	2008-10-22 12:52:29 UTC (rev 39470)
+++ public/yanel/trunk/src/resources/file/build.xml	2008-10-22 13:13:39 UTC (rev 39471)
@@ -1,7 +1,15 @@
 <?xml version="1.0"?>
 
-<project name="yanel-resource" default="compile">
+<project name="yanel-node-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