diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-08 08:17:46 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-03-08 08:17:46 +0000 |
commit | 5b33dc5c5a87fff146951ca0543bf558454c331d (patch) | |
tree | 12f24d56b0480e97e1cae474ee03c0d4798cfe93 /sca-cpp/trunk/modules/edit/start | |
parent | d621604a7732497afcb0378c61ac5614a014a01d (diff) |
Simplified list component by using a reference per element. Automatically setup app links and garbage collect unused components.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1079291 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/edit/start')
-rwxr-xr-x | sca-cpp/trunk/modules/edit/start | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sca-cpp/trunk/modules/edit/start b/sca-cpp/trunk/modules/edit/start index 938b0bf205..8410ba6167 100755 --- a/sca-cpp/trunk/modules/edit/start +++ b/sca-cpp/trunk/modules/edit/start @@ -71,6 +71,9 @@ Alias /ui.css $jsprefix/htdocs/uicyan.css EOF +# Create app links and sub-directories if needed +./mkapplinks + # Start memcached ../../components/cache/memcached-start 11211 |