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

michi at wyona.com michi at wyona.com
Wed Apr 15 09:43:04 CEST 2009


Author: michi
Date: 2009-04-15 09:43:04 +0200 (Wed, 15 Apr 2009)
New Revision: 42379

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

Modified: public/yanel/trunk/conf/resource-types.xml
===================================================================
--- public/yanel/trunk/conf/resource-types.xml	2009-04-15 07:20:47 UTC (rev 42378)
+++ public/yanel/trunk/conf/resource-types.xml	2009-04-15 07:43:04 UTC (rev 42379)
@@ -5,9 +5,10 @@
 <!-- NOTE: The attribute "package" is optional and if set, then all the relevant files (resource.xml, classes, etc.) are contained within a jar file, which will be copied to and loaded from WEB-INF/lib -->
 <!-- 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="2009020900">
+<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2009041500">
 
   <changes>
+    <change version="2009041500">lookup resource type added</change>
     <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>
@@ -22,6 +23,7 @@
   </changes>
 
   <!-- HEADSUP: Make sure to add the trailing slash (/) in the @src attribute! -->
+  <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/lookup/" compile="true"/>
   <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"/>



More information about the Yanel-commits mailing list