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

michi at wyona.com michi at wyona.com
Wed Dec 23 09:00:06 CET 2009


Author: michi
Date: 2009-12-23 09:00:06 +0100 (Wed, 23 Dec 2009)
New Revision: 46800

Modified:
   public/yanel/trunk/conf/resource-types.xml
Log:
search resource type is already unique and hence does not need copy-dir-name

Modified: public/yanel/trunk/conf/resource-types.xml
===================================================================
--- public/yanel/trunk/conf/resource-types.xml	2009-12-23 07:57:28 UTC (rev 46799)
+++ public/yanel/trunk/conf/resource-types.xml	2009-12-23 08:00:06 UTC (rev 46800)
@@ -31,7 +31,7 @@
   </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/search/" compile="true"/>
   <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"/>



More information about the Yanel-commits mailing list