You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by th...@apache.org on 2006/10/30 14:25:21 UTC

svn commit: r469143 - /webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/build.xml

Author: thilina
Date: Mon Oct 30 05:25:21 2006
New Revision: 469143

URL: http://svn.apache.org/viewvc?view=rev&rev=469143
Log:
fixing the dir of the services.xml

Modified:
    webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/build.xml

Modified: webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/build.xml?view=diff&rev=469143&r1=469142&r2=469143
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/build.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/soapwithattachments/build.xml Mon Oct 30 05:25:21 2006
@@ -13,8 +13,8 @@
 
 	<target name="service" depends="compile">
 		<jar destfile="${build.dir}/swaSample.aar">	
-			<fileset dir="src/sample/soapwithattachments/service/">
-				<include name="meta-inf/services.xml" />
+			<fileset dir="resources/">
+				<include name="META-INF/services.xml" />
 			</fileset>
 			<fileset dir="${build.dir}/classes">
 				<include name="sample/soapwithattachments/service/**/*.class" />



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