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 pi...@apache.org on 2006/06/05 13:41:55 UTC

svn commit: r411751 - in /webservices/axis2/trunk/c/axiom: Makefile.am src/Makefile.am src/attachments/Makefile.am src/om/Makefile.am src/parser/Makefile.am src/parser/guththila/Makefile.am src/parser/libxml2/Makefile.am

Author: pini
Date: Mon Jun  5 04:41:54 2006
New Revision: 411751

URL: http://svn.apache.org/viewvc?rev=411751&view=rev
Log:
removed unwanted line from Makefile.am's in source directories.

Modified:
    webservices/axis2/trunk/c/axiom/Makefile.am
    webservices/axis2/trunk/c/axiom/src/Makefile.am
    webservices/axis2/trunk/c/axiom/src/attachments/Makefile.am
    webservices/axis2/trunk/c/axiom/src/om/Makefile.am
    webservices/axis2/trunk/c/axiom/src/parser/Makefile.am
    webservices/axis2/trunk/c/axiom/src/parser/guththila/Makefile.am
    webservices/axis2/trunk/c/axiom/src/parser/libxml2/Makefile.am

Modified: webservices/axis2/trunk/c/axiom/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/Makefile.am?rev=411751&r1=411750&r2=411751&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/Makefile.am Mon Jun  5 04:41:54 2006
@@ -1,4 +1,3 @@
-TESTS =
 datadir=$(prefix)
 SUBDIRS = src $(TESTDIR) include
 include_HEADERS=$(top_builddir)/include/*.h

Modified: webservices/axis2/trunk/c/axiom/src/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/Makefile.am?rev=411751&r1=411750&r2=411751&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/src/Makefile.am Mon Jun  5 04:41:54 2006
@@ -1,3 +1,2 @@
-TESTS =
 SUBDIRS = parser attachments soap om
 

Modified: webservices/axis2/trunk/c/axiom/src/attachments/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/attachments/Makefile.am?rev=411751&r1=411750&r2=411751&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/attachments/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/src/attachments/Makefile.am Mon Jun  5 04:41:54 2006
@@ -1,4 +1,3 @@
-TESTS =
 noinst_LTLIBRARIES = libaxis2_attachments.la
 AM_CPPFLAGS = $(CPPFLAGS)
 libaxis2_attachments_la_SOURCES = mime_output.c \

Modified: webservices/axis2/trunk/c/axiom/src/om/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/Makefile.am?rev=411751&r1=411750&r2=411751&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/src/om/Makefile.am Mon Jun  5 04:41:54 2006
@@ -1,4 +1,3 @@
-TESTS =
 lib_LTLIBRARIES = libaxis2_axiom.la
 libaxis2_axiom_la_SOURCES = om_attribute.c \
                         om_document.c \

Modified: webservices/axis2/trunk/c/axiom/src/parser/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/parser/Makefile.am?rev=411751&r1=411750&r2=411751&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/parser/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/src/parser/Makefile.am Mon Jun  5 04:41:54 2006
@@ -1,2 +1 @@
-TESTS =
 SUBDIRS = $(LIBXML2_DIR) $(GUTHTHILA_DIR)

Modified: webservices/axis2/trunk/c/axiom/src/parser/guththila/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/parser/guththila/Makefile.am?rev=411751&r1=411750&r2=411751&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/parser/guththila/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/src/parser/guththila/Makefile.am Mon Jun  5 04:41:54 2006
@@ -1,4 +1,3 @@
-TESTS =
 lib_LTLIBRARIES = libaxis2_guththila.la
 SUBDIRS = impl
 libaxis2_guththila_la_SOURCES = guththila_xml_writer_wrapper.c \

Modified: webservices/axis2/trunk/c/axiom/src/parser/libxml2/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/parser/libxml2/Makefile.am?rev=411751&r1=411750&r2=411751&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/parser/libxml2/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/src/parser/libxml2/Makefile.am Mon Jun  5 04:41:54 2006
@@ -1,4 +1,3 @@
-TESTS =
 lib_LTLIBRARIES = libaxis2_libxml2.la libaxis2_parser.la
 libaxis2_libxml2_la_SOURCES = libxml2_reader_wrapper.c \
                               libxml2_writer_wrapper.c



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