[Yanel-commits] rev 43157 - public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases

michi at wyona.com michi at wyona.com
Mon Jun 8 10:15:47 CEST 2009


Author: michi
Date: 2009-06-08 10:15:46 +0200 (Mon, 08 Jun 2009)
New Revision: 43157

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce-lookup.html.yanel-rc
   public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce.html.yanel-rc
   public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/xinha.html.yanel-rc
Log:
app dir fixed

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce-lookup.html.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce-lookup.html.yanel-rc	2009-06-08 08:14:14 UTC (rev 43156)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce-lookup.html.yanel-rc	2009-06-08 08:15:46 UTC (rev 43157)
@@ -12,7 +12,7 @@
   <yanel:custom-config>
     <views xmlns="http://www.wyona.org/yanel/rti/1.0">
       <view id="default" type="jelly">
-        <template>/app/jelly/tinymce-lookup.jelly</template>
+        <template>/app1/jelly/tinymce-lookup.jelly</template>
         <mime-type>text/html</mime-type>
       </view>
 

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce.html.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce.html.yanel-rc	2009-06-08 08:14:14 UTC (rev 43156)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce.html.yanel-rc	2009-06-08 08:15:46 UTC (rev 43157)
@@ -5,25 +5,25 @@
      <views>
       <view id="default" type="jelly">
         <template>rthtdocs:/tinymce.jelly</template>
-        <xslt>/app/xslt/global.xsl</xslt>
+        <xslt>/app1/xslt/global.xsl</xslt>
         <mime-type>text/html</mime-type>
       </view>
       <view id="fix-wellformness" type="jelly">
         <template>rthtdocs:/tinymce-fix.jelly</template>
-        <xslt>/app/xslt/global.xsl</xslt>
+        <xslt>/app1/xslt/global.xsl</xslt>
         <mime-type>text/html</mime-type>
       </view>
       <view id="done" type="jelly">
         <template>rthtdocs:/tinymce-status.jelly</template>
-        <xslt>/app/xslt/global.xsl</xslt>
+        <xslt>/app1/xslt/global.xsl</xslt>
       </view>
       <view id="cancel" type="jelly">
         <template>rthtdocs:/tinymce-status.jelly</template>
-        <xslt>/app/xslt/global.xsl</xslt>
+        <xslt>/app1/xslt/global.xsl</xslt>
       </view>
       <view id="error" type="jelly">
         <template>rthtdocs:/tinymce-status.jelly</template>
-        <xslt>/app/xslt/global.xsl</xslt>
+        <xslt>/app1/xslt/global.xsl</xslt>
       </view>
     </views>
   </yanel:custom-config>

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/xinha.html.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/xinha.html.yanel-rc	2009-06-08 08:14:14 UTC (rev 43156)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/xinha.html.yanel-rc	2009-06-08 08:15:46 UTC (rev 43157)
@@ -5,25 +5,25 @@
      <views>
       <view id="default" type="jelly">
         <template>rthtdocs:/xinha.jelly</template>
-        <xslt>/app/xslt/global.xsl</xslt> <!-- Optional -->
+        <xslt>/app1/xslt/global.xsl</xslt> <!-- Optional -->
         <mime-type>text/html</mime-type>
       </view>
       <view id="fix-wellformness" type="jelly">
         <template>rthtdocs:/xinha-fix.jelly</template>
-        <xslt>/app/xslt/global.xsl</xslt>
+        <xslt>/app1/xslt/global.xsl</xslt>
         <mime-type>text/html</mime-type>
       </view>
       <view id="done" type="jelly">
         <template>rthtdocs:/xinha-status.jelly</template>
-        <xslt>/app/xslt/global.xsl</xslt>
+        <xslt>/app1/xslt/global.xsl</xslt>
       </view>
       <view id="cancel" type="jelly">
         <template>rthtdocs:/xinha-status.jelly</template>
-        <xslt>/app/xslt/global.xsl</xslt>
+        <xslt>/app1/xslt/global.xsl</xslt>
       </view>
       <view id="error" type="jelly">
         <template>rthtdocs:/xinha-status.jelly</template>
-        <xslt>/app/xslt/global.xsl</xslt>
+        <xslt>/app1/xslt/global.xsl</xslt>
       </view>
     </views>
   </yanel:custom-config>



More information about the Yanel-commits mailing list