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 da...@apache.org on 2006/05/19 07:53:01 UTC

svn commit: r407722 - in /webservices/axis2/trunk/c/axiom: Makefile.am attachments/ src/attachments/ test/unit/Makefile.am

Author: damitha
Date: Thu May 18 22:53:01 2006
New Revision: 407722

URL: http://svn.apache.org/viewvc?rev=407722&view=rev
Log:
More changes due to test folder moves into respective projects

Added:
    webservices/axis2/trunk/c/axiom/src/attachments/
      - copied from r407720, webservices/axis2/trunk/c/axiom/attachments/
Removed:
    webservices/axis2/trunk/c/axiom/attachments/
Modified:
    webservices/axis2/trunk/c/axiom/Makefile.am
    webservices/axis2/trunk/c/axiom/test/unit/Makefile.am

Modified: webservices/axis2/trunk/c/axiom/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/Makefile.am?rev=407722&r1=407721&r2=407722&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/Makefile.am Thu May 18 22:53:01 2006
@@ -1,3 +1,9 @@
 TESTS =
+datadir=$(prefix)
+SUBDIRS = src $(TESTDIR) include
 include_HEADERS=$(top_builddir)/include/*.h
-SUBDIRS = parser attachments om soap include
+data_DATA= INSTALL README AUTHORS NEWS CREDITS LICENSE COPYING
+EXTRA_DIST = build.sh autogen.sh CREDITS LICENSE
+dist-hook:
+	rm -rf `find $(distdir)/ -type d -name .svn`
+	rm -rf `find $(distdir)/ -type d -name .deps`

Modified: webservices/axis2/trunk/c/axiom/test/unit/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/unit/Makefile.am?rev=407722&r1=407721&r2=407722&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/unit/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/test/unit/Makefile.am Thu May 18 22:53:01 2006
@@ -1,7 +1,7 @@
 TESTS =
 prgbindir=$(prefix)/bin/unit_test
 prgbin_PROGRAMS = main_unit_test_suite
-SUBDIRS = util
+SUBDIRS = om
 main_unit_test_suite_SOURCES = main.c
 
 main_unit_test_suite_LDADD   =   \



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