[Yanel-commits] rev 41426 - public/yanel/trunk/conf

michi at wyona.com michi at wyona.com
Mon Feb 9 12:35:22 CET 2009


Author: michi
Date: 2009-02-09 12:35:22 +0100 (Mon, 09 Feb 2009)
New Revision: 41426

Modified:
   public/yanel/trunk/conf/resource-types.xml
Log:
tinymce resource added

Modified: public/yanel/trunk/conf/resource-types.xml
===================================================================
--- public/yanel/trunk/conf/resource-types.xml	2009-02-09 11:28:58 UTC (rev 41425)
+++ public/yanel/trunk/conf/resource-types.xml	2009-02-09 11:35:22 UTC (rev 41426)
@@ -3,9 +3,10 @@
 <!-- NOTE: The "compile" attribute is true by default -->
 <!-- NOTE: Do not use relative paths to reference resource types, because the paths are not being resolved re the location of (local.)resource-types.xml -->
 
-<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2009020400">
+<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2009020900">
 
   <changes>
+    <change version="2009020900">tinymce resource type added</change>
     <change version="2009020400">scaled image resource type added</change>
     <change version="2009012300">xinha resource type added</change>
     <change version="2008081300">redirect resource type added</change>
@@ -19,6 +20,7 @@
   </changes>
 
   <!-- HEADSUP: Make sure to add the trailing slash (/) in the @src attribute! -->
+  <resource-type src="@YANEL_SRC_DIR@/src/resources/tinymce/" compile="true"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/image/" compile="true"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/xinha/" compile="true"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/sessionmanager/" compile="true"/>



More information about the Yanel-commits mailing list