From f4c4803ce0c14585e3c2af3641d94b651877e04c Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 30 Jan 2012 15:56:11 +0000 Subject: Refactor server hosting module, rename it and move it under a hosting dir, and refactor its datastore components into a single component. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1237740 13f79535-47bb-0310-9956-ffa450edef68 --- .../server/data/apps/testtext/app.composite | 216 +++++++++++++++++++++ .../hosting/server/data/apps/testtext/app.stats | 1 + .../server/data/apps/testtext/htdocs/app.html | 24 +++ 3 files changed, 241 insertions(+) create mode 100644 sca-cpp/trunk/hosting/server/data/apps/testtext/app.composite create mode 100644 sca-cpp/trunk/hosting/server/data/apps/testtext/app.stats create mode 100644 sca-cpp/trunk/hosting/server/data/apps/testtext/htdocs/app.html (limited to 'sca-cpp/trunk/hosting/server/data/apps/testtext') diff --git a/sca-cpp/trunk/hosting/server/data/apps/testtext/app.composite b/sca-cpp/trunk/hosting/server/data/apps/testtext/app.composite new file mode 100644 index 0000000000..7021ddb2e9 --- /dev/null +++ b/sca-cpp/trunk/hosting/server/data/apps/testtext/app.composite @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + a + + + + + + b + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + abc + + + + + cd + + + + + x + + + + + abcxdefxghi + + + + + The {0} brown {1} + + + + + The {a} brown {b} + + + + + quick + + + + + fox + + + + + quick + + + + + fox + + + + + city (.*) state (.*) + + + + + ABC + + + + + city San Francisco state CA + + + + + abcxdefxghi + + + + + x + + + + + y + + + + + x + + + + + abc + + + + + def + + + + + abcdef + + + + + + + diff --git a/sca-cpp/trunk/hosting/server/data/apps/testtext/app.stats b/sca-cpp/trunk/hosting/server/data/apps/testtext/app.stats new file mode 100644 index 0000000000..35e43ff383 --- /dev/null +++ b/sca-cpp/trunk/hosting/server/data/apps/testtext/app.stats @@ -0,0 +1 @@ +((entry (title "Test text processing components") (id "testtext"))) \ No newline at end of file diff --git a/sca-cpp/trunk/hosting/server/data/apps/testtext/htdocs/app.html b/sca-cpp/trunk/hosting/server/data/apps/testtext/htdocs/app.html new file mode 100644 index 0000000000..1c7612d0e0 --- /dev/null +++ b/sca-cpp/trunk/hosting/server/data/apps/testtext/htdocs/app.html @@ -0,0 +1,24 @@ + + +
+ +

Test text processing components

+
+
-- cgit v1.2.3