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 di...@apache.org on 2007/02/16 07:41:33 UTC

svn commit: r508323 - in /webservices/axis2/trunk/c: axiom/ axiom/src/om/ axiom/src/soap/ guththila/ modules/core/ modules/core/context/ modules/core/description/ modules/core/engine/ test/

Author: dinesh
Date: Thu Feb 15 22:41:32 2007
New Revision: 508323

URL: http://svn.apache.org/viewvc?view=rev&rev=508323
Log:
axis2c-504:removed unwanted maven.xml files, for site generation we need only top directory maven.xml and project.xml, therefore removed others

Removed:
    webservices/axis2/trunk/c/axiom/maven.xml
    webservices/axis2/trunk/c/axiom/project.xml
    webservices/axis2/trunk/c/axiom/src/om/maven.xml
    webservices/axis2/trunk/c/axiom/src/om/project.xml
    webservices/axis2/trunk/c/axiom/src/soap/maven.xml
    webservices/axis2/trunk/c/axiom/src/soap/project.xml
    webservices/axis2/trunk/c/guththila/maven.xml
    webservices/axis2/trunk/c/guththila/project.xml
    webservices/axis2/trunk/c/modules/core/context/maven.xml
    webservices/axis2/trunk/c/modules/core/context/project.xml
    webservices/axis2/trunk/c/modules/core/description/maven.xml
    webservices/axis2/trunk/c/modules/core/description/project.xml
    webservices/axis2/trunk/c/modules/core/engine/maven.xml
    webservices/axis2/trunk/c/modules/core/engine/project.xml
    webservices/axis2/trunk/c/modules/core/maven.xml
    webservices/axis2/trunk/c/modules/core/project.xml
    webservices/axis2/trunk/c/test/maven.xml
    webservices/axis2/trunk/c/test/project.xml
Modified:
    webservices/axis2/trunk/c/axiom/Makefile.am
    webservices/axis2/trunk/c/axiom/src/soap/Makefile.am

Modified: webservices/axis2/trunk/c/axiom/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/Makefile.am?view=diff&rev=508323&r1=508322&r2=508323
==============================================================================
--- webservices/axis2/trunk/c/axiom/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/Makefile.am Thu Feb 15 22:41:32 2007
@@ -2,7 +2,7 @@
 SUBDIRS = src $(TESTDIR) include
 include_HEADERS=$(top_builddir)/include/*.h
 data_DATA= INSTALL README AUTHORS NEWS CREDITS LICENSE COPYING
-EXTRA_DIST = build.sh autogen.sh CREDITS LICENSE maven.xml project.xml
+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/src/soap/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/soap/Makefile.am?view=diff&rev=508323&r1=508322&r2=508323
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/soap/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/src/soap/Makefile.am Thu Feb 15 22:41:32 2007
@@ -22,7 +22,7 @@
             -I$(top_builddir)/src/om \
 			-I ../../../util/include
 
-EXTRA_DIST = maven.xml project.xml axiom_soap11_builder_helper.h \
+EXTRA_DIST =     axiom_soap11_builder_helper.h \
 		_axiom_soap_fault_code.h _axiom_soap_fault_reason.h \
 		_axiom_soap_fault_value.h axiom_soap12_builder_helper.h \
 		_axiom_soap_fault_detail.h _axiom_soap_fault_role.h \



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