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 sa...@apache.org on 2005/11/11 06:58:15 UTC

svn commit: r332459 - in /webservices/axis2/trunk/c/modules/xml: Makefile.am parser/ parser/Makefile.am parser/axis2_pull_parser.h parser/guththila/ parser/guththila/Makefile.am parser/libxml2/ parser/libxml2/Makefile.am

Author: samisa
Date: Thu Nov 10 21:58:05 2005
New Revision: 332459

URL: http://svn.apache.org/viewcvs?rev=332459&view=rev
Log:
folder structure for parser abstraction

Added:
    webservices/axis2/trunk/c/modules/xml/parser/
    webservices/axis2/trunk/c/modules/xml/parser/Makefile.am
    webservices/axis2/trunk/c/modules/xml/parser/axis2_pull_parser.h
    webservices/axis2/trunk/c/modules/xml/parser/guththila/
    webservices/axis2/trunk/c/modules/xml/parser/guththila/Makefile.am
    webservices/axis2/trunk/c/modules/xml/parser/libxml2/
    webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.am
Modified:
    webservices/axis2/trunk/c/modules/xml/Makefile.am

Modified: webservices/axis2/trunk/c/modules/xml/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/Makefile.am?rev=332459&r1=332458&r2=332459&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/xml/Makefile.am Thu Nov 10 21:58:05 2005
@@ -1,5 +1 @@
-if COND_GUTHTHILA
-  MAYBE_GUTHTHILA = guththila
-endif
-
-SUBDIRS = $(MAYBE_GUTHTHILA) om soap
+SUBDIRS = om soap

Added: webservices/axis2/trunk/c/modules/xml/parser/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/parser/Makefile.am?rev=332459&view=auto
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/parser/Makefile.am (added)
+++ webservices/axis2/trunk/c/modules/xml/parser/Makefile.am Thu Nov 10 21:58:05 2005
@@ -0,0 +1,8 @@
+if COND_GUTHTHILA
+  MAYBE_GUTHTHILA = guththila
+endif
+if COND_LIBXML2
+  MAYBE_LIBXML2 = libxml2
+endif
+
+SUBDIRS = src test $(MAYBE_GUTHTHILA) $(MAYBE_LIBXML2)

Added: webservices/axis2/trunk/c/modules/xml/parser/axis2_pull_parser.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/parser/axis2_pull_parser.h?rev=332459&view=auto
==============================================================================
    (empty)

Added: webservices/axis2/trunk/c/modules/xml/parser/guththila/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/parser/guththila/Makefile.am?rev=332459&view=auto
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/parser/guththila/Makefile.am (added)
+++ webservices/axis2/trunk/c/modules/xml/parser/guththila/Makefile.am Thu Nov 10 21:58:05 2005
@@ -0,0 +1 @@
+SUBDIRS = src test

Added: webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.am?rev=332459&view=auto
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.am (added)
+++ webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.am Thu Nov 10 21:58:05 2005
@@ -0,0 +1 @@
+SUBDIRS = src test