[Yanel-commits] rev 25259 - in public/yanel/trunk: conf src/build

michi at wyona.com michi at wyona.com
Wed Jun 20 17:39:50 CEST 2007


Author: michi
Date: 2007-06-20 17:39:49 +0200 (Wed, 20 Jun 2007)
New Revision: 25259

Modified:
   public/yanel/trunk/conf/yanel.xml
   public/yanel/trunk/src/build/yanel2properties.xsl
Log:
reserved prefix added

Modified: public/yanel/trunk/conf/yanel.xml
===================================================================
--- public/yanel/trunk/conf/yanel.xml	2007-06-20 15:37:17 UTC (rev 25258)
+++ public/yanel/trunk/conf/yanel.xml	2007-06-20 15:39:49 UTC (rev 25259)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 
-<yanel xmlns="http://www.wyona.org/yanel/1.0" version="2007031300">
+<yanel xmlns="http://www.wyona.org/yanel/1.0" version="2007061900">
   
   <!-- # Realms configuration -->
   <realms-config src="realms.xml"/>
@@ -8,4 +8,7 @@
   <!-- # ResourceTypes configuration -->
   <resource-types-config src="resource-types.xml"/>
   
+  <!-- # Reserved-Prefix configuration -->
+  <reserved-prefix>yanel</reserved-prefix>
+
 </yanel>

Modified: public/yanel/trunk/src/build/yanel2properties.xsl
===================================================================
--- public/yanel/trunk/src/build/yanel2properties.xsl	2007-06-20 15:37:17 UTC (rev 25258)
+++ public/yanel/trunk/src/build/yanel2properties.xsl	2007-06-20 15:39:49 UTC (rev 25259)
@@ -17,6 +17,7 @@
       <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"/>
     </yanel>
   </xsl:template>
 




More information about the Yanel-commits mailing list