This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SFCB - Small Footprint CIM Broker".
The branch, master has been updated
via 3033b7e4cb6f118a3da052118cc885a47d61929b (commit)
from 094ef1ba89e6e374a548d2f591d857fa246e73d1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3033b7e4cb6f118a3da052118cc885a47d61929b
Author: buccella <buc...@li...>
Date: Sat Apr 2 16:25:42 2011 -0400
More bits from [ 3175888 ] Remove JDBC support from SFCB 1.4.x
-----------------------------------------------------------------------
Summary of changes:
diff --git a/ChangeLog b/ChangeLog
index d5ea900..3c5d0fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-02 Chris Buccella <buc...@li...>
+
+ * sqlLexer.l, sqlParser.y, sqlStatement.c, sqlStatement.h, Makefile.am:
+ [ 3175888 ] Remove JDBC support from SFCB 1.4.x
+
2011-04-01 Chris Buccella <buc...@li...>
* elementCapabilitiesProvider.c:
diff --git a/Makefile.am b/Makefile.am
index c6f322d..828863c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,7 +34,7 @@ MANFILES=man/genSslCert.1 man/getSchema.1 man/sfcbd.1 man/sfcbmof.1 \
man/sfcbrepos.1 man/sfcbstage.1 man/sfcbunstage.1 man/sfcbuuid.1 \
man/wbemcat.1 man/xmltest.1
-BUILT_SOURCES=queryParser.c queryLexer.c sqlParser.c sqlLexer.c cimXmlOps.c cimXmlParserProcessed.c $(MANFILES)
+BUILT_SOURCES=queryParser.c queryLexer.c cimXmlOps.c cimXmlParserProcessed.c $(MANFILES)
AM_YFLAGS=-d
AM_CPPFLAGS=-DSFCB_CONFDIR=\"$(sfcbconfdir)\" \
@@ -416,7 +416,7 @@ noinst_HEADERS=array.h $(SLP_INC) httpComm.h control.h providerMgr.h \
cmpiftx.h cmpimacsx.h \
fileRepository.h internalProvider.h \
selectexp.h queryOperation.h \
- sfcVersion.h mrwlock.h sqlStatement.h avltree.h \
+ sfcVersion.h mrwlock.h avltree.h \
cimcClientSfcbLocal.h $(QUALREP_HEADER) cmpidtx.h classSchemaMem.h \
objectpath.h instance.h $(SLP_HEADER) classProviderCommon.h
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|