[Yanel-commits] rev 24675 - public/yanel/trunk/src/build

michi at wyona.com michi at wyona.com
Sat May 26 01:35:53 CEST 2007


Author: michi
Date: 2007-05-26 01:35:53 +0200 (Sat, 26 May 2007)
New Revision: 24675

Modified:
   public/yanel/trunk/src/build/yanel2realms.xsl
Log:
use the correct config dir

Modified: public/yanel/trunk/src/build/yanel2realms.xsl
===================================================================
--- public/yanel/trunk/src/build/yanel2realms.xsl	2007-05-25 23:23:09 UTC (rev 24674)
+++ public/yanel/trunk/src/build/yanel2realms.xsl	2007-05-25 23:35:53 UTC (rev 24675)
@@ -25,13 +25,13 @@
     <echo>Build realm with id "<xsl:value-of select="@id"/>"</echo>
 <!--
       <xsl:choose>
-        <xsl:when test="starts-with(@src, '/') or string-length(substring-before(@src, ':/'))='1'">
-    <ant inheritAll="false" antfile="{@src}/build.xml" target="compile">
+        <xsl:when test="starts-with(yanel:config/@src, '/') or string-length(substring-before(yanel:config/@src, ':/'))='1'">
+    <ant inheritAll="false" antfile="{yanel:config/@src}/build.xml" target="compile">
       <property name="yanel.source.version" value="{$yanel.source.version}"/>
     </ant>
         </xsl:when>
         <xsl:otherwise>
-    <ant inheritAll="false" antfile="${{build.dir}}/{@src}/build.xml" target="compile">
+    <ant inheritAll="false" antfile="${{build.dir}}/{yanel:config/@src}/build.xml" target="compile">
       <property name="yanel.source.version" value="{$yanel.source.version}"/>
     </ant>
         </xsl:otherwise>




More information about the Yanel-commits mailing list