You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2007/05/08 08:05:51 UTC

svn commit: r536069 - in /webservices/sandesha/trunk/c: AUTHORS Makefile.am NEWS configure.ac src/storage/Makefile.am

Author: damitha
Date: Mon May  7 23:05:50 2007
New Revision: 536069

URL: http://svn.apache.org/viewvc?view=rev&rev=536069
Log:
preparing for release. Updated root Makefile.am for correctly making the dist

Modified:
    webservices/sandesha/trunk/c/AUTHORS
    webservices/sandesha/trunk/c/Makefile.am
    webservices/sandesha/trunk/c/NEWS
    webservices/sandesha/trunk/c/configure.ac
    webservices/sandesha/trunk/c/src/storage/Makefile.am

Modified: webservices/sandesha/trunk/c/AUTHORS
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/AUTHORS?view=diff&rev=536069&r1=536068&r2=536069
==============================================================================
--- webservices/sandesha/trunk/c/AUTHORS (original)
+++ webservices/sandesha/trunk/c/AUTHORS Mon May  7 23:05:50 2007
@@ -0,0 +1,2 @@
+Sahan Gamage
+Damitha Kumarage

Modified: webservices/sandesha/trunk/c/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/Makefile.am?view=diff&rev=536069&r1=536068&r2=536069
==============================================================================
--- webservices/sandesha/trunk/c/Makefile.am (original)
+++ webservices/sandesha/trunk/c/Makefile.am Mon May  7 23:05:50 2007
@@ -1,8 +1,9 @@
 datadir=$(prefix)/modules/sandesha2
 includedir=$(prefix)/include/sandesha2-0.90
 docsdir=$(prefix)/docs
+prgbindir=$(prefix)/bin
 SUBDIRS = src
-docs_DATA=INSTALL
+docs_DATA=INSTALL README
 include_HEADERS= \
 			include/sandesha2_client_constants.h \
 			include/sandesha2_constants.h \
@@ -10,4 +11,6 @@
 			include/sandesha2_seq_report.h \
 			include/sandesha2_report.h
 data_DATA = LICENSE config/module.xml
+prgbin_DATA = config/mysql_schema.sh config/init_mysql.sh config/sqlite_schema.sh
+EXTRA_DIST=config include
 

Modified: webservices/sandesha/trunk/c/NEWS
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/NEWS?view=diff&rev=536069&r1=536068&r2=536069
==============================================================================
--- webservices/sandesha/trunk/c/NEWS (original)
+++ webservices/sandesha/trunk/c/NEWS Mon May  7 23:05:50 2007
@@ -1,6 +1 @@
-We have following features working at the moment
-
-1. Complete build system (based on GNU automake).
-2. Defined folder structure.
-3. OM RM interface code is in place (not tested yet).
 

Modified: webservices/sandesha/trunk/c/configure.ac
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/configure.ac?view=diff&rev=536069&r1=536068&r2=536069
==============================================================================
--- webservices/sandesha/trunk/c/configure.ac (original)
+++ webservices/sandesha/trunk/c/configure.ac Mon May  7 23:05:50 2007
@@ -1,8 +1,7 @@
 dnl run autogen.sh to generate the configure script.
 
 AC_PREREQ(2.59)
-
-AC_INIT(sandesha2c-src, M1_pre)
+AC_INIT(sandesha2c-src, 0.90)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)

Modified: webservices/sandesha/trunk/c/src/storage/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/storage/Makefile.am?view=diff&rev=536069&r1=536068&r2=536069
==============================================================================
--- webservices/sandesha/trunk/c/src/storage/Makefile.am (original)
+++ webservices/sandesha/trunk/c/src/storage/Makefile.am Mon May  7 23:05:50 2007
@@ -12,3 +12,4 @@
 
 INCLUDES = -I$(top_builddir)/include \
 		   	@AXIS2INC@
+EXTRA_DIST=mysql



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