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 2006/03/31 11:26:30 UTC

svn commit: r390378 - in /webservices/axis2/trunk/c: include/ modules/util/

Author: samisa
Date: Fri Mar 31 01:26:26 2006
New Revision: 390378

URL: http://svn.apache.org/viewcvs?rev=390378&view=rev
Log:
moved the include files to include to have them in dist

Added:
    webservices/axis2/trunk/c/include/axis2_file.h
      - copied unchanged from r390377, webservices/axis2/trunk/c/modules/util/axis2_file.h
    webservices/axis2/trunk/c/include/axis2_file_diff.h
      - copied unchanged from r390377, webservices/axis2/trunk/c/modules/util/axis2_file_diff.h
    webservices/axis2/trunk/c/include/axis2_hash.h
      - copied unchanged from r390377, webservices/axis2/trunk/c/modules/util/axis2_hash.h
    webservices/axis2/trunk/c/include/axis2_string.h
      - copied unchanged from r390377, webservices/axis2/trunk/c/modules/util/axis2_string.h
    webservices/axis2/trunk/c/include/axis2_types.h
      - copied unchanged from r390377, webservices/axis2/trunk/c/modules/util/axis2_types.h
    webservices/axis2/trunk/c/include/axis2_utils.h
      - copied unchanged from r390377, webservices/axis2/trunk/c/modules/util/axis2_utils.h
Removed:
    webservices/axis2/trunk/c/modules/util/axis2_file.h
    webservices/axis2/trunk/c/modules/util/axis2_file_diff.h
    webservices/axis2/trunk/c/modules/util/axis2_hash.h
    webservices/axis2/trunk/c/modules/util/axis2_string.h
    webservices/axis2/trunk/c/modules/util/axis2_types.h
    webservices/axis2/trunk/c/modules/util/axis2_utils.h
Modified:
    webservices/axis2/trunk/c/modules/util/Makefile.am

Modified: webservices/axis2/trunk/c/modules/util/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/util/Makefile.am?rev=390378&r1=390377&r2=390378&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/util/Makefile.am Fri Mar 31 01:26:26 2006
@@ -1,13 +1,5 @@
 TESTS =
 lib_LTLIBRARIES = libaxis2_util.la
-noinst_HEADERS = axis2_hash.h \
-				axis2_file_diff.h \
-				axis2_utils.h
-
-include_HEADERS = axis2_hash.h \
-					axis2_string.h
-
-                
 
 libaxis2_util_la_SOURCES = hash.c \
                         allocator.c \