summaryrefslogtreecommitdiffstats
path: root/sca-cpp
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-05-23 07:03:25 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2011-05-23 07:03:25 +0000
commit3cb58e32ca9d5d01992e2945ba196ace626acf6f (patch)
treeca75c870e6b0298ac0b29b53554011a4e0eeb2ba /sca-cpp
parent2faafb710633884260b070e1d4ed4ef46326612a (diff)
Fix build error, move dashboard and store directories to the correct module.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1126337 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp')
-rw-r--r--sca-cpp/trunk/modules/edit/Makefile.am4
-rw-r--r--sca-cpp/trunk/modules/edit/dashboards/jane@localhost/user.apps (renamed from sca-cpp/trunk/modules/dashboards/jane@localhost/user.apps)0
-rw-r--r--sca-cpp/trunk/modules/edit/dashboards/jane@sca-store.com/user.apps (renamed from sca-cpp/trunk/modules/dashboards/jane@sca-store.com/user.apps)0
-rw-r--r--sca-cpp/trunk/modules/edit/dashboards/john@localhost/user.apps (renamed from sca-cpp/trunk/modules/dashboards/john@localhost/user.apps)0
-rw-r--r--sca-cpp/trunk/modules/edit/dashboards/john@sca-store.com/user.apps (renamed from sca-cpp/trunk/modules/dashboards/john@sca-store.com/user.apps)0
-rw-r--r--sca-cpp/trunk/modules/edit/store/all/store.apps (renamed from sca-cpp/trunk/modules/store/all/store.apps)0
-rw-r--r--sca-cpp/trunk/modules/edit/store/featured/store.apps (renamed from sca-cpp/trunk/modules/store/featured/store.apps)0
-rw-r--r--sca-cpp/trunk/modules/edit/store/new/store.apps (renamed from sca-cpp/trunk/modules/store/new/store.apps)0
-rw-r--r--sca-cpp/trunk/modules/edit/store/top/store.apps (renamed from sca-cpp/trunk/modules/store/top/store.apps)0
9 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/modules/edit/Makefile.am b/sca-cpp/trunk/modules/edit/Makefile.am
index b96e1f96ac..6bfec25fbd 100644
--- a/sca-cpp/trunk/modules/edit/Makefile.am
+++ b/sca-cpp/trunk/modules/edit/Makefile.am
@@ -20,7 +20,7 @@ if WANT_PYTHON
moddir = $(prefix)/modules/edit
dist_mod_SCRIPTS = start stop ssl-start mkapplinks
-nobase_dist_mod_DATA = edit.composite *.py htdocs/*.html htdocs/*.js htdocs/create/*.html htdocs/data/*.html htdocs/app/*.html htdocs/store/*.html htdocs/stats/*.html htdocs/graph/*.html htdocs/graph/*.js htdocs/page/*.html htdocs/page/*.js htdocs/login/*.html htdocs/logout/*.html palettes/*/palette.composite apps/*/app.composite apps/*/htdocs/app.html dashboards/* store/*
-EXTRA_DIST = edit.composite *.py htdocs/*.html htdocs/*.js htdocs/create/*.html htdocs/data/*.html htdocs/app/*.html htdocs/store/*.html htdocs/stats/*.html htdocs/graph/*.html htdocs/graph/*.js htdocs/page/*.html htdocs/page/*.js htdocs/login/*.html htdocs/logout/*.html palettes/*/palette.composite apps/*/app.composite apps/*/htdocs/app.html dashboards/* store/*
+nobase_dist_mod_DATA = edit.composite *.py htdocs/*.html htdocs/*.js htdocs/*.cmf htdocs/*.ico htdocs/*.png htdocs/*.txt htdocs/account/*.html htdocs/create/*.html htdocs/data/*.html htdocs/app/*.html htdocs/store/*.html htdocs/stats/*.html htdocs/graph/*.html htdocs/graph/*.js htdocs/page/*.html htdocs/page/*.js htdocs/login/*.html htdocs/logout/*.html palettes/*/palette.composite apps/*/app.composite apps/*/htdocs/app.html dashboards/*/user.apps store/*/store.apps
+EXTRA_DIST = edit.composite *.py htdocs/*.html htdocs/*.js htdocs/*.cmf htdocs/*.ico htdocs/*.png htdocs/*.txt htdocs/account/*.html htdocs/create/*.html htdocs/data/*.html htdocs/app/*.html htdocs/store/*.html htdocs/stats/*.html htdocs/graph/*.html htdocs/graph/*.js htdocs/page/*.html htdocs/page/*.js htdocs/login/*.html htdocs/logout/*.html palettes/*/palette.composite apps/*/app.composite apps/*/htdocs/app.html dashboards/*/user.apps store/*/store.apps
endif
diff --git a/sca-cpp/trunk/modules/dashboards/jane@localhost/user.apps b/sca-cpp/trunk/modules/edit/dashboards/jane@localhost/user.apps
index 402b4260e4..402b4260e4 100644
--- a/sca-cpp/trunk/modules/dashboards/jane@localhost/user.apps
+++ b/sca-cpp/trunk/modules/edit/dashboards/jane@localhost/user.apps
diff --git a/sca-cpp/trunk/modules/dashboards/jane@sca-store.com/user.apps b/sca-cpp/trunk/modules/edit/dashboards/jane@sca-store.com/user.apps
index 402b4260e4..402b4260e4 100644
--- a/sca-cpp/trunk/modules/dashboards/jane@sca-store.com/user.apps
+++ b/sca-cpp/trunk/modules/edit/dashboards/jane@sca-store.com/user.apps
diff --git a/sca-cpp/trunk/modules/dashboards/john@localhost/user.apps b/sca-cpp/trunk/modules/edit/dashboards/john@localhost/user.apps
index 402b4260e4..402b4260e4 100644
--- a/sca-cpp/trunk/modules/dashboards/john@localhost/user.apps
+++ b/sca-cpp/trunk/modules/edit/dashboards/john@localhost/user.apps
diff --git a/sca-cpp/trunk/modules/dashboards/john@sca-store.com/user.apps b/sca-cpp/trunk/modules/edit/dashboards/john@sca-store.com/user.apps
index 402b4260e4..402b4260e4 100644
--- a/sca-cpp/trunk/modules/dashboards/john@sca-store.com/user.apps
+++ b/sca-cpp/trunk/modules/edit/dashboards/john@sca-store.com/user.apps
diff --git a/sca-cpp/trunk/modules/store/all/store.apps b/sca-cpp/trunk/modules/edit/store/all/store.apps
index 402b4260e4..402b4260e4 100644
--- a/sca-cpp/trunk/modules/store/all/store.apps
+++ b/sca-cpp/trunk/modules/edit/store/all/store.apps
diff --git a/sca-cpp/trunk/modules/store/featured/store.apps b/sca-cpp/trunk/modules/edit/store/featured/store.apps
index 7fd59364cf..7fd59364cf 100644
--- a/sca-cpp/trunk/modules/store/featured/store.apps
+++ b/sca-cpp/trunk/modules/edit/store/featured/store.apps
diff --git a/sca-cpp/trunk/modules/store/new/store.apps b/sca-cpp/trunk/modules/edit/store/new/store.apps
index 402b4260e4..402b4260e4 100644
--- a/sca-cpp/trunk/modules/store/new/store.apps
+++ b/sca-cpp/trunk/modules/edit/store/new/store.apps
diff --git a/sca-cpp/trunk/modules/store/top/store.apps b/sca-cpp/trunk/modules/edit/store/top/store.apps
index 7fd59364cf..7fd59364cf 100644
--- a/sca-cpp/trunk/modules/store/top/store.apps
+++ b/sca-cpp/trunk/modules/edit/store/top/store.apps