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

michi at wyona.com michi at wyona.com
Fri Dec 11 11:16:45 CET 2009


Author: michi
Date: 2009-12-11 11:16:44 +0100 (Fri, 11 Dec 2009)
New Revision: 45964

Modified:
   public/yanel/trunk/src/build/yanel2properties.xsl
Log:
note improved and scheduler added

Modified: public/yanel/trunk/src/build/yanel2properties.xsl
===================================================================
--- public/yanel/trunk/src/build/yanel2properties.xsl	2009-12-11 10:14:19 UTC (rev 45963)
+++ public/yanel/trunk/src/build/yanel2properties.xsl	2009-12-11 10:16:44 UTC (rev 45964)
@@ -13,11 +13,12 @@
   
   <xsl:template match="/">
     <yanel>
-      <xsl:comment> NOTE: This file has been generated automatically from conf/yanel.xml!</xsl:comment>
+      <xsl:comment> NOTE: This file has been generated automatically from conf/yanel.xml by src/build/yanel2properties.xsl</xsl:comment>
       <version version="{$yanel.version}" revision="{$yanel.revision}"/>
       <xsl:copy-of select="/yanel:yanel/yanel:realms-config"/>
       <xsl:copy-of select="/yanel:yanel/yanel:resource-types-config"/>
       <xsl:copy-of select="/yanel:yanel/yanel:reserved-prefix"/>
+      <xsl:copy-of select="/yanel:yanel/yanel:scheduler"/>
     </yanel>
   </xsl:template>
 



More information about the Yanel-commits mailing list