You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2011/05/23 09:03:25 UTC

svn commit: r1126337 - in /tuscany/sca-cpp/trunk/modules: dashboards/ edit/ edit/dashboards/ edit/dashboards/jane@localhost/ edit/dashboards/jane@sca-store.com/ edit/dashboards/john@localhost/ edit/dashboards/john@sca-store.com/ edit/store/ edit/store/...

Author: jsdelfino
Date: Mon May 23 07:03:25 2011
New Revision: 1126337

URL: http://svn.apache.org/viewvc?rev=1126337&view=rev
Log:
Fix build error, move dashboard and store directories to the correct module.

Added:
    tuscany/sca-cpp/trunk/modules/edit/dashboards/
    tuscany/sca-cpp/trunk/modules/edit/dashboards/jane@localhost/
    tuscany/sca-cpp/trunk/modules/edit/dashboards/jane@localhost/user.apps
      - copied, changed from r1126336, tuscany/sca-cpp/trunk/modules/dashboards/jane@localhost/user.apps
    tuscany/sca-cpp/trunk/modules/edit/dashboards/jane@sca-store.com/
    tuscany/sca-cpp/trunk/modules/edit/dashboards/jane@sca-store.com/user.apps
      - copied, changed from r1126336, tuscany/sca-cpp/trunk/modules/dashboards/jane@sca-store.com/user.apps
    tuscany/sca-cpp/trunk/modules/edit/dashboards/john@localhost/
    tuscany/sca-cpp/trunk/modules/edit/dashboards/john@localhost/user.apps
      - copied, changed from r1126336, tuscany/sca-cpp/trunk/modules/dashboards/john@localhost/user.apps
    tuscany/sca-cpp/trunk/modules/edit/dashboards/john@sca-store.com/
    tuscany/sca-cpp/trunk/modules/edit/dashboards/john@sca-store.com/user.apps
      - copied, changed from r1126336, tuscany/sca-cpp/trunk/modules/dashboards/john@sca-store.com/user.apps
    tuscany/sca-cpp/trunk/modules/edit/store/
    tuscany/sca-cpp/trunk/modules/edit/store/all/
    tuscany/sca-cpp/trunk/modules/edit/store/all/store.apps
      - copied, changed from r1126336, tuscany/sca-cpp/trunk/modules/store/all/store.apps
    tuscany/sca-cpp/trunk/modules/edit/store/featured/
    tuscany/sca-cpp/trunk/modules/edit/store/featured/store.apps
      - copied, changed from r1126336, tuscany/sca-cpp/trunk/modules/store/featured/store.apps
    tuscany/sca-cpp/trunk/modules/edit/store/new/
    tuscany/sca-cpp/trunk/modules/edit/store/new/store.apps
      - copied, changed from r1126336, tuscany/sca-cpp/trunk/modules/store/new/store.apps
    tuscany/sca-cpp/trunk/modules/edit/store/top/
    tuscany/sca-cpp/trunk/modules/edit/store/top/store.apps
      - copied, changed from r1126336, tuscany/sca-cpp/trunk/modules/store/top/store.apps
Removed:
    tuscany/sca-cpp/trunk/modules/dashboards/
    tuscany/sca-cpp/trunk/modules/store/
Modified:
    tuscany/sca-cpp/trunk/modules/edit/Makefile.am

Modified: tuscany/sca-cpp/trunk/modules/edit/Makefile.am
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/Makefile.am?rev=1126337&r1=1126336&r2=1126337&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/edit/Makefile.am (original)
+++ tuscany/sca-cpp/trunk/modules/edit/Makefile.am Mon May 23 07:03:25 2011
@@ -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

Copied: tuscany/sca-cpp/trunk/modules/edit/dashboards/jane@localhost/user.apps (from r1126336, tuscany/sca-cpp/trunk/modules/dashboards/jane@localhost/user.apps)
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/dashboards/jane%40localhost/user.apps?p2=tuscany/sca-cpp/trunk/modules/edit/dashboards/jane%40localhost/user.apps&p1=tuscany/sca-cpp/trunk/modules/dashboards/jane%40localhost/user.apps&r1=1126336&r2=1126337&rev=1126337&view=diff
==============================================================================
    (empty)

Copied: tuscany/sca-cpp/trunk/modules/edit/dashboards/jane@sca-store.com/user.apps (from r1126336, tuscany/sca-cpp/trunk/modules/dashboards/jane@sca-store.com/user.apps)
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/dashboards/jane%40sca-store.com/user.apps?p2=tuscany/sca-cpp/trunk/modules/edit/dashboards/jane%40sca-store.com/user.apps&p1=tuscany/sca-cpp/trunk/modules/dashboards/jane%40sca-store.com/user.apps&r1=1126336&r2=1126337&rev=1126337&view=diff
==============================================================================
    (empty)

Copied: tuscany/sca-cpp/trunk/modules/edit/dashboards/john@localhost/user.apps (from r1126336, tuscany/sca-cpp/trunk/modules/dashboards/john@localhost/user.apps)
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/dashboards/john%40localhost/user.apps?p2=tuscany/sca-cpp/trunk/modules/edit/dashboards/john%40localhost/user.apps&p1=tuscany/sca-cpp/trunk/modules/dashboards/john%40localhost/user.apps&r1=1126336&r2=1126337&rev=1126337&view=diff
==============================================================================
    (empty)

Copied: tuscany/sca-cpp/trunk/modules/edit/dashboards/john@sca-store.com/user.apps (from r1126336, tuscany/sca-cpp/trunk/modules/dashboards/john@sca-store.com/user.apps)
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/dashboards/john%40sca-store.com/user.apps?p2=tuscany/sca-cpp/trunk/modules/edit/dashboards/john%40sca-store.com/user.apps&p1=tuscany/sca-cpp/trunk/modules/dashboards/john%40sca-store.com/user.apps&r1=1126336&r2=1126337&rev=1126337&view=diff
==============================================================================
    (empty)

Copied: tuscany/sca-cpp/trunk/modules/edit/store/all/store.apps (from r1126336, tuscany/sca-cpp/trunk/modules/store/all/store.apps)
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/store/all/store.apps?p2=tuscany/sca-cpp/trunk/modules/edit/store/all/store.apps&p1=tuscany/sca-cpp/trunk/modules/store/all/store.apps&r1=1126336&r2=1126337&rev=1126337&view=diff
==============================================================================
    (empty)

Copied: tuscany/sca-cpp/trunk/modules/edit/store/featured/store.apps (from r1126336, tuscany/sca-cpp/trunk/modules/store/featured/store.apps)
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/store/featured/store.apps?p2=tuscany/sca-cpp/trunk/modules/edit/store/featured/store.apps&p1=tuscany/sca-cpp/trunk/modules/store/featured/store.apps&r1=1126336&r2=1126337&rev=1126337&view=diff
==============================================================================
    (empty)

Copied: tuscany/sca-cpp/trunk/modules/edit/store/new/store.apps (from r1126336, tuscany/sca-cpp/trunk/modules/store/new/store.apps)
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/store/new/store.apps?p2=tuscany/sca-cpp/trunk/modules/edit/store/new/store.apps&p1=tuscany/sca-cpp/trunk/modules/store/new/store.apps&r1=1126336&r2=1126337&rev=1126337&view=diff
==============================================================================
    (empty)

Copied: tuscany/sca-cpp/trunk/modules/edit/store/top/store.apps (from r1126336, tuscany/sca-cpp/trunk/modules/store/top/store.apps)
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/store/top/store.apps?p2=tuscany/sca-cpp/trunk/modules/edit/store/top/store.apps&p1=tuscany/sca-cpp/trunk/modules/store/top/store.apps&r1=1126336&r2=1126337&rev=1126337&view=diff
==============================================================================
    (empty)