You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by mm...@apache.org on 2004/10/29 02:28:06 UTC

svn commit: rev 55916 - incubator/beehive/branches/v1/alpha/wsm

Author: mmerz
Date: Thu Oct 28 17:28:05 2004
New Revision: 55916

Modified:
   incubator/beehive/branches/v1/alpha/wsm/build.xml
Log:
Bug fix: pick up wsdltypes.xml



Modified: incubator/beehive/branches/v1/alpha/wsm/build.xml
==============================================================================
--- incubator/beehive/branches/v1/alpha/wsm/build.xml	(original)
+++ incubator/beehive/branches/v1/alpha/wsm/build.xml	Thu Oct 28 17:28:05 2004
@@ -232,6 +232,12 @@
         <copy todir="${webapp.dist.dir}">
             <fileset dir="${template.dir}" includes="**" />
         </copy>
+        <!-- wsdltypes.jar -->
+        <copy todir="${webapp.dist.dir}/WEB-INF/lib">
+            <fileset dir="${lib.dir}">
+                <include name="wsdltypes.jar"/>
+            </fileset>
+        </copy>
         <!-- Axis files -->
         <copy todir="${webapp.dist.dir}/WEB-INF/lib">
             <fileset dir="${ext.lib.dir}">