[Yanel-commits] rev 21995 - public/yanel/trunk/src/realms/test/yanel/rti/use-cases

michi at wyona.com michi at wyona.com
Mon Jan 22 11:56:20 CET 2007


Author: michi
Date: 2007-01-22 11:56:18 +0100 (Mon, 22 Jan 2007)
New Revision: 21995

Modified:
   public/yanel/trunk/src/realms/test/yanel/rti/use-cases/resource-creator.html.yanel-rti
Log:
naming convention fixed

Modified: public/yanel/trunk/src/realms/test/yanel/rti/use-cases/resource-creator.html.yanel-rti
===================================================================
--- public/yanel/trunk/src/realms/test/yanel/rti/use-cases/resource-creator.html.yanel-rti	2007-01-22 10:55:46 UTC (rev 21994)
+++ public/yanel/trunk/src/realms/test/yanel/rti/use-cases/resource-creator.html.yanel-rti	2007-01-22 10:56:18 UTC (rev 21995)
@@ -1 +1,16 @@
 <{http://www.wyona.org/yanel/resource/1.0}resource-creator/>
+
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="resource-creator" namespace="http://www.wyona.org/yanel/resource/1.0">
+  <yanel:custom-config>
+    <rc:resource-types xmlns:rc="http://www.wyona.org/yanel/resource/resource-creator/1.0"/>
+      <rc:resource-type name="wiki" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+      <rc:resource-type name="xml" namespace="http://www.wyona.org/yanel/resource/1.0">
+        <rc:property name="xslt" value="/xslt/global.xsl"/>
+        <rc:property name="mime-type" value="application/xhtml+xml"/>
+      </rc:resource-type>
+    </rc:resources-types>
+  </yanel:custom-config>
+</yanel:resource-config>




More information about the Yanel-commits mailing list