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

guillaume at wyona.com guillaume at wyona.com
Mon Apr 26 18:00:51 CEST 2010


Author: guillaume
Date: 2010-04-26 18:00:50 +0200 (Mon, 26 Apr 2010)
New Revision: 49036

Modified:
   public/yanel/trunk/conf/resource-types.xml
Log:
Added back 'copy-dir-name' attribute to 'contact-form' resource-type:
 it is still needed because because the resource Java class uses
 org.wyona.yanel.core.ResourceTypeDefinition#getConfigFile
 which only works properly when the 'copy.resource-type-configs.to.webapp' build property is set to false!


Modified: public/yanel/trunk/conf/resource-types.xml
===================================================================
--- public/yanel/trunk/conf/resource-types.xml	2010-04-26 15:59:39 UTC (rev 49035)
+++ public/yanel/trunk/conf/resource-types.xml	2010-04-26 16:00:50 UTC (rev 49036)
@@ -8,9 +8,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="2010021600">
+<resource-types xmlns="http://www.wyona.org/yanel/1.0" version="2010052600">
 
   <changes>
+    <change version="2010052600">'copy-dir-name' attribute added back to 'contact-form' resource-type</change>
     <change version="2010021600">security-api resource type added</change>
     <change version="2009082500">package attribute removed from xml and node/file resources</change>
     <change version="2009072600">search resource type added</change>
@@ -60,7 +61,7 @@
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/atom/" compile="true" copy-dir-name="yanel-atom"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/atom-entry/" compile="true" copy-dir-name="yanel-atom-entry"/>
 
-  <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/contact-form/" compile="true"/>
+  <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"/>
 



More information about the Yanel-commits mailing list