diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-26 20:59:26 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-26 20:59:26 +0000 |
commit | 0ee21c5d9657a1259a731722f53666ad135279bb (patch) | |
tree | 2ed904c78a8c0bf289bf5d98577e8c9a01f42b69 /sca-cpp/trunk/modules/edit/palettes/math | |
parent | 78b8dee58146d06b12b6aa7ecfa63dc024ebf099 (diff) |
Some improvements to the edit module. Add a few sample apps and test cases, show current user and links to app data.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1074923 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/edit/palettes/math')
-rw-r--r-- | sca-cpp/trunk/modules/edit/palettes/math/palette.composite | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sca-cpp/trunk/modules/edit/palettes/math/palette.composite b/sca-cpp/trunk/modules/edit/palettes/math/palette.composite index baac096c37..61638b50a2 100644 --- a/sca-cpp/trunk/modules/edit/palettes/math/palette.composite +++ b/sca-cpp/trunk/modules/edit/palettes/math/palette.composite @@ -28,7 +28,7 @@ <service name="subtract" promote="subtract"/> <component name="multiply" t:title="*" t:color="magenta1"> - <t:implementation.python script="multiply.py"/> + <t:implementation.python script="nuvem/multiply.py"/> <service name="multiply"> <documentation>*</documentation> </service> @@ -37,7 +37,7 @@ </component> <component name="divide" t:title="/" t:color="magenta1"> - <t:implementation.python script="divide.py"/> + <t:implementation.python script="nuvem/divide.py"/> <service name="divide"> <documentation>/</documentation> </service> @@ -46,7 +46,7 @@ </component> <component name="add" t:title="+" t:color="magenta1"> - <t:implementation.python script="add.py"/> + <t:implementation.python script="nuvem/add.py"/> <service name="add"> <documentation>+</documentation> </service> @@ -55,7 +55,7 @@ </component> <component name="subtract" t:title="-" t:color="magenta1"> - <t:implementation.python script="subtract.py"/> + <t:implementation.python script="nuvem/subtract.py"/> <service name="subtract"> <documentation>-</documentation> </service> |