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 da...@apache.org on 2006/02/07 11:39:02 UTC

svn commit: r375570 - in /webservices/axis2/trunk/c/samples/server: Makefile.am echo/Makefile.am math/Makefile.am

Author: damitha
Date: Tue Feb  7 02:38:59 2006
New Revision: 375570

URL: http://svn.apache.org/viewcvs?rev=375570&view=rev
Log:
added xml files to make dist

Modified:
    webservices/axis2/trunk/c/samples/server/Makefile.am
    webservices/axis2/trunk/c/samples/server/echo/Makefile.am
    webservices/axis2/trunk/c/samples/server/math/Makefile.am

Modified: webservices/axis2/trunk/c/samples/server/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/server/Makefile.am?rev=375570&r1=375569&r2=375570&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/server/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/server/Makefile.am Tue Feb  7 02:38:59 2006
@@ -1 +1,2 @@
 SUBDIRS = echo math
+EXTRA_DIST = axis2.xml

Modified: webservices/axis2/trunk/c/samples/server/echo/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/server/echo/Makefile.am?rev=375570&r1=375569&r2=375570&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/server/echo/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/server/echo/Makefile.am Tue Feb  7 02:38:59 2006
@@ -1,6 +1,6 @@
 prglibdir=$(prefix)/services/echo
 prglib_LTLIBRARIES = libecho.la
-#prglib_DATA= services.xml
+prglib_DATA= services.xml
 EXTRA_DIST = services.xml
 noinst_HEADERS = echo.h
 SUBDIRS =

Modified: webservices/axis2/trunk/c/samples/server/math/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/server/math/Makefile.am?rev=375570&r1=375569&r2=375570&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/server/math/Makefile.am (original)
+++ webservices/axis2/trunk/c/samples/server/math/Makefile.am Tue Feb  7 02:38:59 2006
@@ -1,6 +1,6 @@
 prglibdir=$(prefix)/services/math
 prglib_LTLIBRARIES = libmath.la
-#prglib_DATA=services.xml
+prglib_DATA=services.xml
 EXTRA_DIST = services.xml
 noinst_HEADERS = math.h
 SUBDIRS =