Author: sahan
Date: Tue Jun 26 02:43:20 2007
New Revision: 550755

URL: http://svn.apache.org/viewvc?view=rev&rev=550755
Log:
1. Changing folder structure in storage (rearrangement in r550751 didn't work 
:( )

Added:
    webservices/sandesha/trunk/c/src/storage/common/
    webservices/sandesha/trunk/c/src/storage/common/Makefile.am
    webservices/sandesha/trunk/c/src/storage/common/create_seq_mgr.c
      - copied unchanged from r550748, 
webservices/sandesha/trunk/c/src/storage/create_seq_mgr.c
    webservices/sandesha/trunk/c/src/storage/common/invoker_mgr.c
      - copied unchanged from r550748, 
webservices/sandesha/trunk/c/src/storage/invoker_mgr.c
    webservices/sandesha/trunk/c/src/storage/common/next_msg_mgr.c
      - copied unchanged from r550748, 
webservices/sandesha/trunk/c/src/storage/next_msg_mgr.c
    webservices/sandesha/trunk/c/src/storage/common/sender_mgr.c
      - copied unchanged from r550748, 
webservices/sandesha/trunk/c/src/storage/sender_mgr.c
    webservices/sandesha/trunk/c/src/storage/common/seq_property_mgr.c
      - copied unchanged from r550748, 
webservices/sandesha/trunk/c/src/storage/seq_property_mgr.c
    webservices/sandesha/trunk/c/src/storage/common/storage_mgr.c
      - copied unchanged from r550748, 
webservices/sandesha/trunk/c/src/storage/storage_mgr.c
    webservices/sandesha/trunk/c/src/storage/common/transaction.c
      - copied unchanged from r550748, 
webservices/sandesha/trunk/c/src/storage/transaction.c
Removed:
    webservices/sandesha/trunk/c/src/storage/create_seq_mgr.c
    webservices/sandesha/trunk/c/src/storage/invoker_mgr.c
    webservices/sandesha/trunk/c/src/storage/next_msg_mgr.c
    webservices/sandesha/trunk/c/src/storage/sender_mgr.c
    webservices/sandesha/trunk/c/src/storage/seq_property_mgr.c
    webservices/sandesha/trunk/c/src/storage/storage_mgr.c
    webservices/sandesha/trunk/c/src/storage/transaction.c

Added: webservices/sandesha/trunk/c/src/storage/common/Makefile.am
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/common/Makefile.am?view=auto&rev=550755
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/common/Makefile.am (added)
+++ webservices/sandesha/trunk/c/src/storage/common/Makefile.am Tue Jun 26 
02:43:20 2007
@@ -0,0 +1,15 @@
+noinst_LTLIBRARIES = libsandesha2_storage.la
+
+libsandesha2_storage_la_SOURCES = \
+                                                               storage_mgr.c \
+                                                               transaction.c \
+                                                               
create_seq_mgr.c \
+                                                               invoker_mgr.c \
+                                                               sender_mgr.c \
+                                                               next_msg_mgr.c \
+                                                               
seq_property_mgr.c
+
+INCLUDES = -I$(top_builddir)/include \
+                       @AXIS2INC@ \
+                       @AXIOMINC@ \
+                       @UTILINC@



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to