You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2006/12/10 01:46:44 UTC

svn commit: r485111 - /webservices/muse/trunk/build.xml

Author: danj
Date: Sat Dec  9 16:46:44 2006
New Revision: 485111

URL: http://svn.apache.org/viewvc?view=rev&rev=485111
Log:
Updated build to copy over generic web.xml into each J2EE project.

Modified:
    webservices/muse/trunk/build.xml

Modified: webservices/muse/trunk/build.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/build.xml?view=diff&rev=485111&r1=485110&r2=485111
==============================================================================
--- webservices/muse/trunk/build.xml (original)
+++ webservices/muse/trunk/build.xml Sat Dec  9 16:46:44 2006
@@ -223,6 +223,13 @@
             </fileset>
         </copy>
 
+        <!-- copy in Mini SOAP Engine modules -->
+        <copy todir="${MUSE_MINI_DIR}" flatten="true">
+            <fileset dir="${MUSE_SVN_MODULES}">
+                <include name="muse*/**/muse-platform-mini-${VERSION}.jar"/>
+            </fileset>
+        </copy>
+
         <!-- copy in tools modules -->
         <copy todir="${MUSE_TOOLS_DIR}" flatten="true">
             <fileset dir="${MUSE_SVN_MODULES}">
@@ -287,6 +294,14 @@
         <copy file="${J2EE_SAMPLE_DIR}/build.xml" todir="${J2EE_SAMPLE_DIR}/wsn-producer"/>
         <copy file="${J2EE_SAMPLE_DIR}/build.xml" todir="${J2EE_SAMPLE_DIR}/wsrf"/>
     	<delete file="${J2EE_SAMPLE_DIR}/build.xml"/>
+    	
+    	<!-- copy web.xml file into each J2EE sample's config dir -->
+    	<copy file="${J2EE_SAMPLE_DIR}/web.xml" todir="${J2EE_SAMPLE_DIR}/apache-httpd/config"/>
+    	<copy file="${J2EE_SAMPLE_DIR}/web.xml" todir="${J2EE_SAMPLE_DIR}/simple/config"/>
+        <copy file="${J2EE_SAMPLE_DIR}/web.xml" todir="${J2EE_SAMPLE_DIR}/wsn-consumer/config"/>
+        <copy file="${J2EE_SAMPLE_DIR}/web.xml" todir="${J2EE_SAMPLE_DIR}/wsn-producer/config"/>
+        <copy file="${J2EE_SAMPLE_DIR}/web.xml" todir="${J2EE_SAMPLE_DIR}/wsrf/config"/>
+    	<delete file="${J2EE_SAMPLE_DIR}/web.xml"/>
 
         <!-- copy in scripts -->
         <copy todir="${MUSE_TOOLS_BIN}">



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org