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 08:57:34 UTC

svn commit: r407731 - in /webservices/axis2/trunk/c/axiom: CREDITS LICENSE build.sh configure.ac src/attachments/Makefile.am src/om/Makefile.am src/soap/Makefile.am

Author: damitha
Date: Thu May 18 23:57:31 2006
New Revision: 407731

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

Added:
    webservices/axis2/trunk/c/axiom/CREDITS
    webservices/axis2/trunk/c/axiom/LICENSE
Modified:
    webservices/axis2/trunk/c/axiom/build.sh
    webservices/axis2/trunk/c/axiom/configure.ac
    webservices/axis2/trunk/c/axiom/src/attachments/Makefile.am
    webservices/axis2/trunk/c/axiom/src/om/Makefile.am
    webservices/axis2/trunk/c/axiom/src/soap/Makefile.am

Added: webservices/axis2/trunk/c/axiom/CREDITS
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/CREDITS?rev=407731&view=auto
==============================================================================
    (empty)

Added: webservices/axis2/trunk/c/axiom/LICENSE
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/LICENSE?rev=407731&view=auto
==============================================================================
    (empty)

Modified: webservices/axis2/trunk/c/axiom/build.sh
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/build.sh?rev=407731&r1=407730&r2=407731&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/build.sh (original)
+++ webservices/axis2/trunk/c/axiom/build.sh Thu May 18 23:57:31 2006
@@ -1,5 +1,5 @@
 #!/bin/bash
 ./autogen.sh
-./configure --prefix=${AXIS2C_HOME} --enable-static=no --with-axis2_util=${AXIS2C_HOME}/include
+./configure --prefix=${AXIS2C_HOME} --enable-static=no --with-axis2_util=${AXIS2C_HOME}/include --enable-tests=yes
 make
 make install

Modified: webservices/axis2/trunk/c/axiom/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/configure.ac?rev=407731&r1=407730&r2=407731&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/configure.ac (original)
+++ webservices/axis2/trunk/c/axiom/configure.ac Thu May 18 23:57:31 2006
@@ -140,11 +140,11 @@
     src/soap/Makefile \
     src/om/Makefile \
     src/attachments/Makefile \
-    test/xml/Makefile \
-    test/xml/om/Makefile \
-    test/xml/soap/Makefile \
-    test/unit/xml/Makefile \
-    test/unit/xml/om/Makefile\
+    test/Makefile \
+    test/om/Makefile \
+    test/soap/Makefile \
+    test/unit/Makefile \
+    test/unit/om/Makefile\
     include/Makefile
     ])
     

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=407731&r1=407730&r2=407731&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/attachments/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/src/attachments/Makefile.am Thu May 18 23:57:31 2006
@@ -5,7 +5,7 @@
 					data_handler.c \
 					mime_body_part.c	
 
-libaxis2_attachments_la_LIBADD =  ../../util/libaxis2_util.la 
+libaxis2_attachments_la_LIBADD =  -laxis2_util 
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/parser \
 			@UTILINC@ \

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=407731&r1=407730&r2=407731&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/src/om/Makefile.am Thu May 18 23:57:31 2006
@@ -18,11 +18,11 @@
                         om_navigator.c
 
 libaxis2_om_la_LIBADD = \
-					$(top_builddir)/attachments/libaxis2_attachments.la
+					$(top_builddir)/src/attachments/libaxis2_attachments.la
 INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/parser \
-            -I$(top_builddir)/om \
-            -I$(top_builddir)/attachments \
+            -I$(top_builddir)/src/parser \
+            -I$(top_builddir)/src/om \
+            -I$(top_builddir)/src/attachments \
 			@UTILINC@ \
 			@UTILINC@/platforms
 

Modified: webservices/axis2/trunk/c/axiom/src/soap/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/soap/Makefile.am?rev=407731&r1=407730&r2=407731&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/soap/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/src/soap/Makefile.am Thu May 18 23:57:31 2006
@@ -18,8 +18,8 @@
 
 libaxis2_soap_la_LIBADD = 
 INCLUDES = -I$(top_builddir)/include \
-            -I$(top_builddir)/parser \
-            -I$(top_builddir)/om \
+            -I$(top_builddir)/src/parser \
+            -I$(top_builddir)/src/om \
 			@UTILINC@ \
 			@UTILINC@/platforms
 



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