[Yanel-commits] rev 27871 - public/yanel/trunk/src/realms/welcome-admin

michi at wyona.com michi at wyona.com
Tue Oct 2 09:40:13 CEST 2007


Author: michi
Date: 2007-10-02 09:40:13 +0200 (Tue, 02 Oct 2007)
New Revision: 27871

Modified:
   public/yanel/trunk/src/realms/welcome-admin/build.xml
Log:
copy dependencies added

Modified: public/yanel/trunk/src/realms/welcome-admin/build.xml
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/build.xml	2007-10-02 07:38:53 UTC (rev 27870)
+++ public/yanel/trunk/src/realms/welcome-admin/build.xml	2007-10-02 07:40:13 UTC (rev 27871)
@@ -37,4 +37,12 @@
     />
   </target>
 
+  <target name="copy-dependencies" depends="init">
+    <echo>Copy dependencies of realm Welcome</echo>
+    <copy todir="${build.dir}/webapps/${servlet.context.prefix}/WEB-INF/lib">
+      <fileset refid="maven2.realm.fileset"/>
+      <mapper type="flatten"/>
+    </copy>
+  </target>
+
 </project>



More information about the Yanel-commits mailing list