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

svn commit: r331214 - in /webservices/axis2/trunk/c/modules/core/handlers/src: Makefile.am axis2_handler.c handler.c

Author: samisa
Date: Sun Nov  6 21:38:08 2005
New Revision: 331214

URL: http://svn.apache.org/viewcvs?rev=331214&view=rev
Log:
Fixed naming convention

Added:
    webservices/axis2/trunk/c/modules/core/handlers/src/handler.c
      - copied unchanged from r331213, webservices/axis2/trunk/c/modules/core/handlers/src/axis2_handler.c
Removed:
    webservices/axis2/trunk/c/modules/core/handlers/src/axis2_handler.c
Modified:
    webservices/axis2/trunk/c/modules/core/handlers/src/Makefile.am

Modified: webservices/axis2/trunk/c/modules/core/handlers/src/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/handlers/src/Makefile.am?rev=331214&r1=331213&r2=331214&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/handlers/src/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/handlers/src/Makefile.am Sun Nov  6 21:38:08 2005
@@ -1,6 +1,6 @@
 lib_LTLIBRARIES = libaxis2_handlers.la
 AM_CPPFLAGS = $(CPPFLAGS)
-libaxis2_handlers_la_SOURCES = axis2_handler.c 
+libaxis2_handlers_la_SOURCES = handler.c 
 
 libaxis2_handlers_la_LIBADD = $(LDFLAGS)
 INCLUDES = -I${CUTEST_HOME}/include \