[Yanel-commits] rev 33657 - public/yanel/contributions/resources/soap

michi at wyona.com michi at wyona.com
Wed Mar 19 10:44:37 CET 2008


Author: michi
Date: 2008-03-19 10:44:36 +0100 (Wed, 19 Mar 2008)
New Revision: 33657

Modified:
   public/yanel/contributions/resources/soap/build.xml
Log:
also copy yanel htdocs

Modified: public/yanel/contributions/resources/soap/build.xml
===================================================================
--- public/yanel/contributions/resources/soap/build.xml	2008-03-19 09:44:17 UTC (rev 33656)
+++ public/yanel/contributions/resources/soap/build.xml	2008-03-19 09:44:36 UTC (rev 33657)
@@ -29,7 +29,9 @@
       classpathref="classpath"
       debug="true"
     />
-    <copy file="${resource.home.dir}/resource.xml" todir="${resource.classes.dir}/org/wyona/yanel/impl/resources/soap"/>
+    <copy todir="${resource.classes.dir}/org/wyona/yanel/impl/resources/soap">
+      <fileset dir="${resource.home.dir}" includes="resource.xml,htdocs/**,yanel-htdocs/**"/>
+    </copy>
     <mkdir dir="${resource.lib.dir}"/>
     <jar destfile="${resource.lib.dir}/yanel-resource-${resource.name}-${resource.version}.jar"
       basedir="${resource.classes.dir}"



More information about the Yanel-commits mailing list