summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/store-cpp
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-05-13 05:28:37 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-05-13 05:28:37 +0000
commitd97c0ec46c554920350403623d70938216b5a2b0 (patch)
treed9b5c381b64bae295b407353685207a02bd7f772 /sca-cpp/trunk/samples/store-cpp
parent1e5e2e13bee367edc36aa6ee94be4ddfb34378ec (diff)
Move samples to samples directory.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943805 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-cpp/trunk/samples/store-cpp/Makefile.am (renamed from sca-cpp/trunk/test/store-cpp/Makefile.am)4
-rw-r--r--sca-cpp/trunk/samples/store-cpp/currency-converter.cpp (renamed from sca-cpp/trunk/test/store-cpp/currency-converter.cpp)0
-rw-r--r--sca-cpp/trunk/samples/store-cpp/fruits-catalog.cpp (renamed from sca-cpp/trunk/test/store-cpp/fruits-catalog.cpp)0
-rw-r--r--sca-cpp/trunk/samples/store-cpp/htdocs/.htaccess (renamed from sca-cpp/trunk/test/store-cpp/htdocs/.htaccess)0
-rw-r--r--sca-cpp/trunk/samples/store-cpp/htdocs/store.html (renamed from sca-cpp/trunk/test/store-cpp/htdocs/store.html)0
-rw-r--r--sca-cpp/trunk/samples/store-cpp/htdocs/store.js (renamed from sca-cpp/trunk/test/store-cpp/htdocs/store.js)0
-rwxr-xr-xsca-cpp/trunk/samples/store-cpp/server-test (renamed from sca-cpp/trunk/test/store-cpp/server-test)0
-rw-r--r--sca-cpp/trunk/samples/store-cpp/shopping-cart.cpp (renamed from sca-cpp/trunk/test/store-cpp/shopping-cart.cpp)0
-rwxr-xr-xsca-cpp/trunk/samples/store-cpp/ssl-start (renamed from sca-cpp/trunk/test/store-cpp/ssl-start)0
-rwxr-xr-xsca-cpp/trunk/samples/store-cpp/start (renamed from sca-cpp/trunk/test/store-cpp/start)0
-rwxr-xr-xsca-cpp/trunk/samples/store-cpp/stop (renamed from sca-cpp/trunk/test/store-cpp/stop)0
-rw-r--r--sca-cpp/trunk/samples/store-cpp/store.composite (renamed from sca-cpp/trunk/test/store-cpp/store.composite)0
12 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/test/store-cpp/Makefile.am b/sca-cpp/trunk/samples/store-cpp/Makefile.am
index 00d037cc97..f429166519 100644
--- a/sca-cpp/trunk/test/store-cpp/Makefile.am
+++ b/sca-cpp/trunk/samples/store-cpp/Makefile.am
@@ -15,8 +15,8 @@
# specific language governing permissions and limitations
# under the License.
-test_LTLIBRARIES = libcurrency-converter.la libfruits-catalog.la libshopping-cart.la
-testdir = $(prefix)/test
+sample_LTLIBRARIES = libcurrency-converter.la libfruits-catalog.la libshopping-cart.la
+sampledir = $(prefix)/samples/store-cpp
libcurrency_converter_la_SOURCES = currency-converter.cpp
diff --git a/sca-cpp/trunk/test/store-cpp/currency-converter.cpp b/sca-cpp/trunk/samples/store-cpp/currency-converter.cpp
index 5f0702490a..5f0702490a 100644
--- a/sca-cpp/trunk/test/store-cpp/currency-converter.cpp
+++ b/sca-cpp/trunk/samples/store-cpp/currency-converter.cpp
diff --git a/sca-cpp/trunk/test/store-cpp/fruits-catalog.cpp b/sca-cpp/trunk/samples/store-cpp/fruits-catalog.cpp
index 20f2bd35f7..20f2bd35f7 100644
--- a/sca-cpp/trunk/test/store-cpp/fruits-catalog.cpp
+++ b/sca-cpp/trunk/samples/store-cpp/fruits-catalog.cpp
diff --git a/sca-cpp/trunk/test/store-cpp/htdocs/.htaccess b/sca-cpp/trunk/samples/store-cpp/htdocs/.htaccess
index e2e343b6b2..e2e343b6b2 100644
--- a/sca-cpp/trunk/test/store-cpp/htdocs/.htaccess
+++ b/sca-cpp/trunk/samples/store-cpp/htdocs/.htaccess
diff --git a/sca-cpp/trunk/test/store-cpp/htdocs/store.html b/sca-cpp/trunk/samples/store-cpp/htdocs/store.html
index 21eabca7a7..21eabca7a7 100644
--- a/sca-cpp/trunk/test/store-cpp/htdocs/store.html
+++ b/sca-cpp/trunk/samples/store-cpp/htdocs/store.html
diff --git a/sca-cpp/trunk/test/store-cpp/htdocs/store.js b/sca-cpp/trunk/samples/store-cpp/htdocs/store.js
index 9cd8eb526d..9cd8eb526d 100644
--- a/sca-cpp/trunk/test/store-cpp/htdocs/store.js
+++ b/sca-cpp/trunk/samples/store-cpp/htdocs/store.js
diff --git a/sca-cpp/trunk/test/store-cpp/server-test b/sca-cpp/trunk/samples/store-cpp/server-test
index d2013f6892..d2013f6892 100755
--- a/sca-cpp/trunk/test/store-cpp/server-test
+++ b/sca-cpp/trunk/samples/store-cpp/server-test
diff --git a/sca-cpp/trunk/test/store-cpp/shopping-cart.cpp b/sca-cpp/trunk/samples/store-cpp/shopping-cart.cpp
index eaad0d3c77..eaad0d3c77 100644
--- a/sca-cpp/trunk/test/store-cpp/shopping-cart.cpp
+++ b/sca-cpp/trunk/samples/store-cpp/shopping-cart.cpp
diff --git a/sca-cpp/trunk/test/store-cpp/ssl-start b/sca-cpp/trunk/samples/store-cpp/ssl-start
index 9cb5b88974..9cb5b88974 100755
--- a/sca-cpp/trunk/test/store-cpp/ssl-start
+++ b/sca-cpp/trunk/samples/store-cpp/ssl-start
diff --git a/sca-cpp/trunk/test/store-cpp/start b/sca-cpp/trunk/samples/store-cpp/start
index 7b9c0d6379..7b9c0d6379 100755
--- a/sca-cpp/trunk/test/store-cpp/start
+++ b/sca-cpp/trunk/samples/store-cpp/start
diff --git a/sca-cpp/trunk/test/store-cpp/stop b/sca-cpp/trunk/samples/store-cpp/stop
index a59273b8ed..a59273b8ed 100755
--- a/sca-cpp/trunk/test/store-cpp/stop
+++ b/sca-cpp/trunk/samples/store-cpp/stop
diff --git a/sca-cpp/trunk/test/store-cpp/store.composite b/sca-cpp/trunk/samples/store-cpp/store.composite
index 056f7b4c68..056f7b4c68 100644
--- a/sca-cpp/trunk/test/store-cpp/store.composite
+++ b/sca-cpp/trunk/samples/store-cpp/store.composite