[Yanel-commits] rev 43766 - in public/yanel/trunk: conf src/contributions/resources/forgotpw/src/build

michi at wyona.com michi at wyona.com
Thu Jul 23 14:01:03 CEST 2009


Author: michi
Date: 2009-07-23 14:01:03 +0200 (Thu, 23 Jul 2009)
New Revision: 43766

Modified:
   public/yanel/trunk/conf/resource-types.xml
   public/yanel/trunk/src/contributions/resources/forgotpw/src/build/dependencies.xml
Log:
dependency fixed

Modified: public/yanel/trunk/conf/resource-types.xml
===================================================================
--- public/yanel/trunk/conf/resource-types.xml	2009-07-23 12:00:12 UTC (rev 43765)
+++ public/yanel/trunk/conf/resource-types.xml	2009-07-23 12:01:03 UTC (rev 43766)
@@ -31,7 +31,6 @@
   </changes>
 
   <!-- HEADSUP: Make sure to add the trailing slash (/) in the @src attribute! -->
-  <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/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"/>
@@ -57,6 +56,8 @@
   <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" copy-dir-name="yanel-contact-form"/>
+  <!-- Please note forgotpw depends on contact-form -->
+  <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/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"/>
   <resource-type src="@YANEL_SRC_DIR@/src/contributions/resources/calendar/" compile="true" copy-dir-name="yanel-calendar"/>

Modified: public/yanel/trunk/src/contributions/resources/forgotpw/src/build/dependencies.xml
===================================================================
--- public/yanel/trunk/src/contributions/resources/forgotpw/src/build/dependencies.xml	2009-07-23 12:00:12 UTC (rev 43765)
+++ public/yanel/trunk/src/contributions/resources/forgotpw/src/build/dependencies.xml	2009-07-23 12:01:03 UTC (rev 43766)
@@ -12,6 +12,7 @@
       <dependency groupId="javax.servlet" artifactId="servlet-api" version="2.3"/>
       <dependency groupId="xml-resolver" artifactId="xml-resolver" version="1.1"/>
       <dependency groupId="xalan" artifactId="xalan" version="2.7.0"/>
+      <dependency groupId="wyona-org-yanel" artifactId="yanel-resource-contact-form" version="1.0-dev-r43764"/>
     </artifact:dependencies>
 
     <artifact:dependencies pathId="maven2.resource.classpath" filesetId="maven2.resource.fileset">
@@ -20,7 +21,6 @@
       <dependency groupId="javax.mail" artifactId="mail" version="1.4"/>
       <dependency groupId="commons-validator" artifactId="commons-validator" version="1.3.1"/>
       <dependency groupId="wyona-org-security" artifactId="wyona-org-security-util" version="0.2-dev-r42034"/>
-      <dependency groupId="wyona-org-yanel" artifactId="yanel-resource-contact-form" version="1.0-dev-r43764"/>
       <!-- No resource specific libs yet -->
     </artifact:dependencies>
 



More information about the Yanel-commits mailing list