[Yanel-commits] rev 31137 - public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data

michi at wyona.com michi at wyona.com
Fri Feb 1 23:16:13 CET 2008


Author: michi
Date: 2008-02-01 23:16:12 +0100 (Fri, 01 Feb 2008)
New Revision: 31137

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/introspection-index.xml
Log:
upgraded to Neutron 2

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/introspection-index.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/introspection-index.xml	2008-02-01 22:13:42 UTC (rev 31136)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/introspection-index.xml	2008-02-01 22:16:12 UTC (rev 31137)
@@ -1,12 +1,17 @@
 <?xml version="1.0"?>
 
-<introspection xmlns="http://www.wyona.org/neutron/1.0">
-<edit mime-type="application/xhtml+xml" name="Home">
-  <checkout url="index.html?yanel.resource.usecase=checkout" method="GET"/>
-  <checkin  url="index.html?yanel.resource.usecase=checkin"  method="PUT"/>
-</edit>
+<introspection xmlns="http://www.wyona.org/neutron/2.0">
+<resource name="Home">
+  <edit mime-type="application/xhtml+xml">
+    <checkout url="index.html?yanel.resource.usecase=checkout" method="GET"/>
+    <checkin  url="index.html?yanel.resource.usecase=checkin"  method="PUT"/>
+    <release-lock url="index.html?yanel.resource.usecase=release-lock" method="GET"/>
+  </edit>
+  <!-- No revisions! -->
+</resource>
 
 <navigation>
   <sitetree href="./" method="PROPFIND"/>
 </navigation>
+
 </introspection>



More information about the Yanel-commits mailing list