You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by th...@apache.org on 2006/11/13 13:03:03 UTC

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

Author: thilina
Date: Mon Nov 13 04:03:02 2006
New Revision: 474268

URL: http://svn.apache.org/viewvc?view=rev&rev=474268
Log:
adding the application context to the correct location

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

Modified: webservices/axis2/branches/java/1_1/modules/samples/pojoguidespring/build.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/pojoguidespring/build.xml?view=diff&rev=474268&r1=474267&r2=474268
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/pojoguidespring/build.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/pojoguidespring/build.xml Mon Nov 13 04:03:02 2006
@@ -50,7 +50,8 @@
 		<mkdir dir="${dest.dir.classes}" />
 		<mkdir dir="${dest.dir.classes}/META-INF" />
 
-		<copy file="src/META-INF/services.xml" tofile="${dest.dir.classes}/META-INF/services.xml" overwrite="true" />
+		<copy file="src/META-INF/services.xml" tofile="${dest.dir.classes}/META-INF/services.xml" overwrite="true" />
+		<copy file="src/applicationContext.xml" tofile="${dest.dir.classes}/applicationContext.xml" overwrite="true" />
 
 		<javac debug="on" srcdir="src" destdir="${dest.dir.classes}" includes="sample/**">
 			<classpath refid="build.class.path" />



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