[Yanel-commits] rev 45570 - public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt

michi at wyona.com michi at wyona.com
Wed Nov 18 13:49:07 CET 2009


Author: michi
Date: 2009-11-18 13:49:07 +0100 (Wed, 18 Nov 2009)
New Revision: 45570

Modified:
   public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/create-group_yanel-rc.xml
   public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/delete-group_yanel-rc.xml
   public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/list-groups_yanel-rc.xml
   public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/update-user_yanel-rc.xml
   public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/view-group_yanel-rc.xml
Log:
use jelly-XML in order to escape special characters

Modified: public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/create-group_yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/create-group_yanel-rc.xml	2009-11-18 12:46:35 UTC (rev 45569)
+++ public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/create-group_yanel-rc.xml	2009-11-18 12:49:07 UTC (rev 45570)
@@ -7,13 +7,13 @@
   
   <yanel:custom-config>
     <views>
-      <view id="default" type="jelly">
+      <view id="default" type="jelly-XML">
         <template>rthtdocs:/create-group.jelly</template>
       </view>
-      <view id="done" type="jelly">
+      <view id="done" type="jelly-XML">
         <template>rthtdocs:/usecase-done.jelly</template>
       </view>
-      <view id="cancel" type="jelly">
+      <view id="cancel" type="jelly-XML">
         <template>rthtdocs:/usecase-cancel.jelly</template>
       </view>
     </views>

Modified: public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/delete-group_yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/delete-group_yanel-rc.xml	2009-11-18 12:46:35 UTC (rev 45569)
+++ public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/delete-group_yanel-rc.xml	2009-11-18 12:49:07 UTC (rev 45570)
@@ -7,13 +7,13 @@
   
   <yanel:custom-config>
     <views>
-      <view id="default" type="jelly">
+      <view id="default" type="jelly-XML">
         <template>rthtdocs:/delete-group.jelly</template>
       </view>
-      <view id="done" type="jelly">
+      <view id="done" type="jelly-XML">
         <template>rthtdocs:/usecase-done.jelly</template>
       </view>
-      <view id="cancel" type="jelly">
+      <view id="cancel" type="jelly-XML">
         <template>rthtdocs:/usecase-cancel.jelly</template>
       </view>
     </views>

Modified: public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/list-groups_yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/list-groups_yanel-rc.xml	2009-11-18 12:46:35 UTC (rev 45569)
+++ public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/list-groups_yanel-rc.xml	2009-11-18 12:49:07 UTC (rev 45570)
@@ -7,7 +7,7 @@
   
   <yanel:custom-config>
     <views>
-      <view id="default" type="jelly">
+      <view id="default" type="jelly-XML">
         <template>rthtdocs:/list-groups.jelly</template>
       </view>
     </views>

Modified: public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/update-user_yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/update-user_yanel-rc.xml	2009-11-18 12:46:35 UTC (rev 45569)
+++ public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/update-user_yanel-rc.xml	2009-11-18 12:49:07 UTC (rev 45570)
@@ -9,13 +9,13 @@
   
   <yanel:custom-config>
     <views>
-      <view id="default" type="jelly">
+      <view id="default" type="jelly-XML">
         <template>rthtdocs:/update-user.jelly</template>
       </view>
-      <view id="done" type="jelly">
+      <view id="done" type="jelly-XML">
         <template>rthtdocs:/usecase-done.jelly</template>
       </view>
-      <view id="cancel" type="jelly">
+      <view id="cancel" type="jelly-XML">
         <template>rthtdocs:/usecase-cancel.jelly</template>
       </view>
     </views>

Modified: public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/view-group_yanel-rc.xml
===================================================================
--- public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/view-group_yanel-rc.xml	2009-11-18 12:46:35 UTC (rev 45569)
+++ public/yanel/trunk/src/webapp/global-resource-configs/user-mgmt/view-group_yanel-rc.xml	2009-11-18 12:49:07 UTC (rev 45570)
@@ -7,7 +7,7 @@
   
   <yanel:custom-config>
     <views>
-      <view id="default" type="jelly">
+      <view id="default" type="jelly-XML">
         <template>rthtdocs:/view-group.jelly</template>
       </view>
     </views>



More information about the Yanel-commits mailing list