[Yanel-commits] rev 26584 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Tue Aug 7 21:19:13 CEST 2007


Author: michi
Date: 2007-08-07 21:19:13 +0200 (Tue, 07 Aug 2007)
New Revision: 26584

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/b8dc10b4-38da-4a09-9daf-2e9fadc19ba4
Log:
introspection of roadmap fixed

Modified: public/yanel/trunk/src/realms/yanel-website/content/b8dc10b4-38da-4a09-9daf-2e9fadc19ba4
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/b8dc10b4-38da-4a09-9daf-2e9fadc19ba4	2007-08-07 19:18:45 UTC (rev 26583)
+++ public/yanel/trunk/src/realms/yanel-website/content/b8dc10b4-38da-4a09-9daf-2e9fadc19ba4	2007-08-07 19:19:13 UTC (rev 26584)
@@ -1,9 +1,12 @@
 <?xml version="1.0"?>
 
-<introspection xmlns="http://www.wyona.org/neutron/1.0">
+<introspection xmlns="http://www.wyona.org/neutron/2.0">
 
-  <edit mime-type="application/xhtml+xml" name="Roadmap">
-    <checkout url="roadmap.xhtml?yanel.resource.usecase=checkout" method="GET"/>
-    <checkin  url="roadmap.xhtml?yanel.resource.usecase=checkin" method="PUT"/>
+<resource name="Roadmap">
+  <edit mime-type="application/xml">
+    <checkout url="roadmap-2.xml?yanel.resource.usecase=checkout" method="GET"/>
+    <checkin url="roadmap-2.xml?yanel.resource.usecase=checkin" method="PUT"/>
+    <release-lock url="roadmap-2.xml?yanel.resource.usecase=release-lock" method="GET"/>
   </edit>
+</resource>
 </introspection>



More information about the Yanel-commits mailing list