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 na...@apache.org on 2008/04/03 12:51:21 UTC

svn commit: r644256 - /webservices/axis2/trunk/c/build/win32/makefile

Author: nandika
Date: Thu Apr  3 03:51:07 2008
New Revision: 644256

URL: http://svn.apache.org/viewvc?rev=644256&view=rev
Log:
makefile updated

Modified:
    webservices/axis2/trunk/c/build/win32/makefile

Modified: webservices/axis2/trunk/c/build/win32/makefile
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/build/win32/makefile?rev=644256&r1=644255&r2=644256&view=diff
==============================================================================
--- webservices/axis2/trunk/c/build/win32/makefile (original)
+++ webservices/axis2/trunk/c/build/win32/makefile Thu Apr  3 03:51:07 2008
@@ -1406,7 +1406,10 @@
 
 tcpmon: $(AXIS2_TOOLS)\tcpmon.exe
 
-
+##############################################################################################
+#Copy axis2 xml
+copy_axis2_xml:
+	@copy $(AXIS2_SOURCE_DIR)\samples\server\axis2.xml $(AXIS2_BINDIR)\
 
 ##############################################################################################
 
@@ -1426,5 +1429,5 @@
 
 dist: install axis2_apache_module axis2_IIS_module tcpmon copy_samples copy_vc_projects clean_manifest mv_dist
 
-dist_as_lib : deploy $(AXIS2_WITHOUT_SERVER) copy_include clean_manifest mv_dist
+dist_as_lib : deploy $(AXIS2_WITHOUT_SERVER) copy_axis2_xml copy_include clean_manifest mv_dist
 



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