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

michi at wyona.com michi at wyona.com
Sun Jul 26 23:25:57 CEST 2009


Author: michi
Date: 2009-07-26 23:25:57 +0200 (Sun, 26 Jul 2009)
New Revision: 43880

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

Modified: public/yanel/trunk/conf/resource-types.xml
===================================================================
--- public/yanel/trunk/conf/resource-types.xml	2009-07-26 21:21:30 UTC (rev 43879)
+++ public/yanel/trunk/conf/resource-types.xml	2009-07-26 21:25:57 UTC (rev 43880)
@@ -10,9 +10,10 @@
 
 <!-- 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="2009072300">
+<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2009072600">
 
   <changes>
+    <change version="2009072600">search resource type added</change>
     <change version="2009070800">forgotpw resource type added</change>
     <change version="2009051900">copy-dir-name attribute to all resources added</change>
     <change version="2009042700">welcome realm resources commented, because already contained by welcome realm itself</change>
@@ -31,6 +32,8 @@
   </changes>
 
   <!-- HEADSUP: Make sure to add the trailing slash (/) in the @src attribute! -->
+  <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/search/" compile="true" copy-dir-name="yanel-search"/>
+  <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/nutch/" compile="true" copy-dir-name="yanel-nutch"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/lookup/" compile="true" copy-dir-name="yanel-lookup"/>
   <resource-type src="@YANEL_SRC_DIR@/src/resources/tinymce/" compile="true" copy-dir-name="yanel-tinymce"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/image/" compile="true" copy-dir-name="yanel-image"/>
@@ -62,7 +65,6 @@
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/zip/" compile="true" copy-dir-name="yanel-zip"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/calendar/" compile="true" copy-dir-name="yanel-calendar"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/resource-creator/" compile="true" copy-dir-name="yanel-resource-creator"/>
-  <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/nutch/" compile="true" copy-dir-name="yanel-nutch"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/davcollection/" compile="true" copy-dir-name="yanel-davcollection"/>
 
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/pdf/" compile="true" copy-dir-name="yanel-pdf"/>



More information about the Yanel-commits mailing list