diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2012-02-20 07:20:38 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2012-02-20 07:20:38 +0000 |
commit | 1a01ce4fe5882fcc5b312172d7fdf409e0cb9765 (patch) | |
tree | a01683ba47a8cc7137700b3c33b5a7a14c153e2c /sca-cpp/trunk/hosting/server/data/dashboards | |
parent | 3479cfa1585b752df58873b941b5bfd06a879b04 (diff) |
Fixes to the hosting module to correctly store ATOM feeds instead of raw collections and work with the sqldb component.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1291136 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/hosting/server/data/dashboards')
6 files changed, 4 insertions, 4 deletions
diff --git a/sca-cpp/trunk/hosting/server/data/dashboards/jane@example.com/user.apps b/sca-cpp/trunk/hosting/server/data/dashboards/jane@example.com/user.apps new file mode 100644 index 0000000000..6126c4b88c --- /dev/null +++ b/sca-cpp/trunk/hosting/server/data/dashboards/jane@example.com/user.apps @@ -0,0 +1 @@ +((feed (title "Your Apps") (id "jane@example.com") (entry (title "An empty test app") (id "test")))) diff --git a/sca-cpp/trunk/hosting/server/data/dashboards/jane@localhost/user.apps b/sca-cpp/trunk/hosting/server/data/dashboards/jane@localhost/user.apps index 710de5f62e..c62dbfb6b8 100644 --- a/sca-cpp/trunk/hosting/server/data/dashboards/jane@localhost/user.apps +++ b/sca-cpp/trunk/hosting/server/data/dashboards/jane@localhost/user.apps @@ -1 +1 @@ -((entry (title "An empty test app") (id "test"))) +((feed (title "Your Apps") (id "jane@localhost") (entry (title "An empty test app") (id "test")))) diff --git a/sca-cpp/trunk/hosting/server/data/dashboards/jane@sca-store.com/user.apps b/sca-cpp/trunk/hosting/server/data/dashboards/jane@sca-store.com/user.apps deleted file mode 100644 index 710de5f62e..0000000000 --- a/sca-cpp/trunk/hosting/server/data/dashboards/jane@sca-store.com/user.apps +++ /dev/null @@ -1 +0,0 @@ -((entry (title "An empty test app") (id "test"))) diff --git a/sca-cpp/trunk/hosting/server/data/dashboards/john@example.com/user.apps b/sca-cpp/trunk/hosting/server/data/dashboards/john@example.com/user.apps new file mode 100644 index 0000000000..bc4d3f64fa --- /dev/null +++ b/sca-cpp/trunk/hosting/server/data/dashboards/john@example.com/user.apps @@ -0,0 +1 @@ +((feed (title "Your Apps") (id "john@example.com") (entry (title "An empty test app") (id "test")))) diff --git a/sca-cpp/trunk/hosting/server/data/dashboards/john@localhost/user.apps b/sca-cpp/trunk/hosting/server/data/dashboards/john@localhost/user.apps index 710de5f62e..ee20c1c2c5 100644 --- a/sca-cpp/trunk/hosting/server/data/dashboards/john@localhost/user.apps +++ b/sca-cpp/trunk/hosting/server/data/dashboards/john@localhost/user.apps @@ -1 +1 @@ -((entry (title "An empty test app") (id "test"))) +((feed (title "Your Apps") (id "john@localhost") (entry (title "An empty test app") (id "test")))) diff --git a/sca-cpp/trunk/hosting/server/data/dashboards/john@sca-store.com/user.apps b/sca-cpp/trunk/hosting/server/data/dashboards/john@sca-store.com/user.apps deleted file mode 100644 index 710de5f62e..0000000000 --- a/sca-cpp/trunk/hosting/server/data/dashboards/john@sca-store.com/user.apps +++ /dev/null @@ -1 +0,0 @@ -((entry (title "An empty test app") (id "test"))) |