summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/configure.ac
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-09-10 18:11:07 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-09-10 18:11:07 +0000
commitb37688077276bd362764b42af655a667502d7410 (patch)
tree8dbc7e9e47fe1863f852300a3cd98b622ab58dd1 /sca-cpp/trunk/configure.ac
parent4be6e6a0226c629fe14315e6269262bb102dfd3a (diff)
Rename nosqldb component to constdb.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1167575 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/configure.ac')
-rw-r--r--sca-cpp/trunk/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/configure.ac b/sca-cpp/trunk/configure.ac
index d0f5a29a9e..92805a6f92 100644
--- a/sca-cpp/trunk/configure.ac
+++ b/sca-cpp/trunk/configure.ac
@@ -995,7 +995,7 @@ AC_CONFIG_FILES([Makefile
components/cache/Makefile
components/log/Makefile
components/chat/Makefile
- components/nosqldb/Makefile
+ components/constdb/Makefile
components/filedb/Makefile
components/http/Makefile
components/queue/Makefile
@@ -1008,7 +1008,7 @@ AC_CONFIG_FILES([Makefile
samples/store-java/Makefile
samples/store-gae/Makefile
samples/store-sql/Makefile
- samples/store-nosql/Makefile
+ samples/store-constdb/Makefile
samples/store-vhost/Makefile
samples/store-cluster/Makefile
samples/relay-python/Makefile