[Yanel-commits] rev 42444 - public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp

guillaume at wyona.com guillaume at wyona.com
Mon Apr 20 17:04:28 CEST 2009


Author: guillaume
Date: 2009-04-20 17:04:28 +0200 (Mon, 20 Apr 2009)
New Revision: 42444

Modified:
   public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/build.xml
Log:
Minor update: renamed abstract task from "yanel-resource" to "yanel-resource-type" to demonstrate the deemed-correct naming convention (that was already correctly used in from-scratch resource-type template).

Forgetting to update that together with revision 42442 broke the build, sorry... :(

Issue: 6898

Modified: public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/build.xml
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/build.xml	2009-04-20 14:23:22 UTC (rev 42443)
+++ public/yanel/trunk/src/realms/welcome-admin/yanel/resources/update-webapp/build.xml	2009-04-20 15:04:28 UTC (rev 42444)
@@ -1,7 +1,7 @@
 <project name="yanel-update-webapp-resource">
   <import file="${yanel.source.home}/src/build/resource-types/resource-type.build.xml"/>
 
-  <target name="copy-dependencies" depends="yanel-resource.copy-dependencies">
+  <target name="copy-dependencies" depends="yanel-resource-type.copy-dependencies">
     <copy todir="${build.dir}/webapps/${servlet.context.prefix}/WEB-INF/classes">
       <fileset dir="config" includes="update_*.properties"/>
     </copy>



More information about the Yanel-commits mailing list