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

michi at wyona.com michi at wyona.com
Thu Aug 27 23:07:48 CEST 2009


Author: michi
Date: 2009-08-27 23:07:47 +0200 (Thu, 27 Aug 2009)
New Revision: 44452

Modified:
   public/yanel/trunk/conf/resource-types.xml
Log:
copy-dir-name is not necessary for forgotpw resource

Modified: public/yanel/trunk/conf/resource-types.xml
===================================================================
--- public/yanel/trunk/conf/resource-types.xml	2009-08-27 20:53:36 UTC (rev 44451)
+++ public/yanel/trunk/conf/resource-types.xml	2009-08-27 21:07:47 UTC (rev 44452)
@@ -60,7 +60,7 @@
 
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/contact-form/" compile="true" copy-dir-name="yanel-contact-form"/>
   <!-- IMPORTANT: Please note that forgotpw depends on contact-form and hence the build order matters! -->
-  <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/forgotpw/" compile="true" copy-dir-name="yanel-forgotpw"/>
+  <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/forgotpw/" compile="true"/>
 
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/wiki/" compile="true" copy-dir-name="yanel-wiki"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/zip/" compile="true" copy-dir-name="yanel-zip"/>



More information about the Yanel-commits mailing list