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/10/03 17:15:11 UTC

svn commit: r452533 - /webservices/muse/trunk/samples/apache-httpd/build.xml

Author: danj
Date: Tue Oct  3 08:15:10 2006
New Revision: 452533

URL: http://svn.apache.org/viewvc?view=rev&rev=452533
Log:
Updated WAR creation so it includes XStream JAR file in WEB-INF/lib.

Modified:
    webservices/muse/trunk/samples/apache-httpd/build.xml

Modified: webservices/muse/trunk/samples/apache-httpd/build.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/samples/apache-httpd/build.xml?view=diff&rev=452533&r1=452532&r2=452533
==============================================================================
--- webservices/muse/trunk/samples/apache-httpd/build.xml (original)
+++ webservices/muse/trunk/samples/apache-httpd/build.xml Tue Oct  3 08:15:10 2006
@@ -61,6 +61,9 @@
 				<include name="ws-fx-impl/*.jar"/>
 				<include name="core/*.jar"/>
 			</fileset>
+			<fileset dir="${MUSE_HOME}/lib/common">
+				<include name="xstream*.jar"/>
+			</fileset>
         </copy>
     </target>
     



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