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

michi at wyona.com michi at wyona.com
Wed Jul 30 12:35:03 CEST 2008


Author: michi
Date: 2008-07-30 12:35:03 +0200 (Wed, 30 Jul 2008)
New Revision: 37744

Modified:
   public/yanel/trunk/src/realms/use-cases/yanel/rti/resource-creator.html.yanel-rc
Log:
display name added

Modified: public/yanel/trunk/src/realms/use-cases/yanel/rti/resource-creator.html.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/use-cases/yanel/rti/resource-creator.html.yanel-rc	2008-07-30 10:02:32 UTC (rev 37743)
+++ public/yanel/trunk/src/realms/use-cases/yanel/rti/resource-creator.html.yanel-rc	2008-07-30 10:35:03 UTC (rev 37744)
@@ -5,11 +5,14 @@
 
   <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="wiki" namespace="http://www.wyona.org/yanel/resource/1.0">
+        <rc:display-name>Wiki page</rc:display-name>
+      </rc:resource-type>
 
       <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:display-name>XML page</rc:display-name>
       </rc:resource-type>
     </rc:resource-types>
   </yanel:custom-config>



More information about the Yanel-commits mailing list