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/08/06 07:59:24 UTC

svn commit: r1154446 [4/4] - in /tuscany/sca-cpp/trunk/modules/edit: apps/me360/ apps/nearme/ apps/nearme2/ apps/nearme2/htdocs/ apps/new/ apps/ourphotos/ apps/shoppingcart/ apps/slice/ apps/slice/htdocs/ apps/test/ apps/test/htdocs/ apps/testanimation...

Modified: tuscany/sca-cpp/trunk/modules/edit/palettes/text/palette.composite
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/palettes/text/palette.composite?rev=1154446&r1=1154445&r2=1154446&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/edit/palettes/text/palette.composite (original)
+++ tuscany/sca-cpp/trunk/modules/edit/palettes/text/palette.composite Sat Aug  6 05:59:22 2011
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+-->
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" name="palette" targetNamespace="http://palette">
  <service name="contains" promote="contains"/>
  <service name="format" promote="format"/>
@@ -8,49 +26,49 @@
  <service name="replace" promote="replace"/>
  <service name="split" promote="split"/>
  <service name="uppercase" promote="uppercase"/>
- <component x="90" y="10" name="contains" title="contains" color="magenta1">
+ <component x="80" y="10" name="contains" title="contains" color="cyan1">
   <implementation.python script="nuvem/contains.py"/>
   <service name="contains"/>
   <reference name="search"/>
   <reference name="string"/>
  </component>
- <component x="90" y="90" name="format" title="format" color="magenta1">
+ <component x="80" y="90" name="format" title="format" color="cyan1">
   <implementation.python script="nuvem/format_.py"/>
   <service name="format"/>
   <reference name="pattern"/>
   <reference name="values"/>
  </component>
- <component x="160" y="160" name="join" title="join" color="magenta1">
+ <component x="280" y="10" name="join" title="join" color="cyan1">
   <implementation.python script="nuvem/join.py"/>
   <service name="join"/>
   <reference name="separator"/>
   <reference name="list"/>
  </component>
- <component x="90" y="230" name="lowercase" title="lower" color="magenta1">
+ <component x="210" y="90" name="lowercase" title="lower" color="cyan1">
   <implementation.python script="nuvem/lowercase.py"/>
   <service name="lowercase"/>
   <reference name="string"/>
  </component>
- <component x="170" y="90" name="parse" title="parse" color="magenta1">
+ <component x="150" y="90" name="parse" title="parse" color="cyan1">
   <implementation.python script="nuvem/parse.py"/>
   <service name="parse"/>
   <reference name="regexp"/>
   <reference name="string"/>
  </component>
- <component x="180" y="10" name="replace" title="replace" color="magenta1">
+ <component x="150" y="10" name="replace" title="replace" color="cyan1">
   <implementation.python script="nuvem/replace.py"/>
   <service name="replace"/>
   <reference name="from"/>
   <reference name="to"/>
   <reference name="string"/>
  </component>
- <component x="90" y="160" name="split" title="split" color="magenta1">
+ <component x="220" y="10" name="split" title="split" color="cyan1">
   <implementation.python script="nuvem/split.py"/>
   <service name="split"/>
   <reference name="separator"/>
   <reference name="string"/>
  </component>
- <component x="160" y="230" name="uppercase" title="upper" color="magenta1">
+ <component x="270" y="90" name="uppercase" title="upper" color="cyan1">
   <implementation.python script="nuvem/uppercase.py"/>
   <service name="uppercase"/>
   <reference name="string"/>

Modified: tuscany/sca-cpp/trunk/modules/edit/palettes/transform/palette.composite
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/palettes/transform/palette.composite?rev=1154446&r1=1154445&r2=1154446&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/edit/palettes/transform/palette.composite (original)
+++ tuscany/sca-cpp/trunk/modules/edit/palettes/transform/palette.composite Sat Aug  6 05:59:22 2011
@@ -1,25 +1,43 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+-->
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" name="palette" targetNamespace="http://palette">
  <service name="filter" promote="filter"/>
- <service name="foreach" promote="foreach"/>
+ <service name="map" promote="map"/>
  <service name="reduce" promote="reduce"/>
  <service name="reverse" promote="reverse"/>
  <service name="shuffle" promote="shuffle"/>
- <component x="170" y="10" name="filter" title="filter" color="yellow1">
+ <component x="160" y="10" name="filter" title="filter" color="yellow1">
   <implementation.python script="nuvem/filter_.py"/>
   <service name="filter"/>
   <reference name="item"/>
   <reference name="condition"/>
   <reference name="list"/>
  </component>
- <component x="90" y="10" name="foreach" title="foreach" color="yellow1">
+ <component x="80" y="10" name="map" title="map" color="yellow1">
   <implementation.python script="nuvem/map_.py"/>
-  <service name="foreach"/>
+  <service name="map"/>
   <reference name="item"/>
   <reference name="transform"/>
   <reference name="list"/>
  </component>
- <component x="240" y="10" name="reduce" title="reduce" color="yellow1">
+ <component x="80" y="90" name="reduce" title="reduce" color="yellow1">
   <implementation.python script="nuvem/reduce_.py"/>
   <service name="reduce"/>
   <reference name="item"/>
@@ -28,12 +46,12 @@
   <reference name="init"/>
   <reference name="list"/>
  </component>
- <component x="90" y="120" name="reverse" title="reverse" color="yellow1">
+ <component x="220" y="10" name="reverse" title="reverse" color="yellow1">
   <implementation.python script="nuvem/reverse.py"/>
   <service name="reverse"/>
   <reference name="list"/>
  </component>
- <component x="170" y="120" name="shuffle" title="shuffle" color="yellow1">
+ <component x="160" y="90" name="shuffle" title="shuffle" color="yellow1">
   <implementation.python script="nuvem/shuffle_.py"/>
   <service name="shuffle"/>
   <reference name="list"/>

Modified: tuscany/sca-cpp/trunk/modules/edit/palettes/values/palette.composite
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/palettes/values/palette.composite?rev=1154446&r1=1154445&r2=1154446&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/edit/palettes/values/palette.composite (original)
+++ tuscany/sca-cpp/trunk/modules/edit/palettes/values/palette.composite Sat Aug  6 05:59:22 2011
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.    
+-->
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912" name="palette" targetNamespace="http://palette">
  <service name="comment" promote="comment"/>
  <service name="false" promote="false"/>
@@ -10,50 +28,50 @@
  <service name="text" promote="text"/>
  <service name="true" promote="true"/>
  <service name="valueof" promote="valueof"/>
- <component x="160" y="160" name="comment" title="{propval}" color="white">
+ <component x="210" y="110" name="comment" title="{propval}" color="white">
   <implementation.python script="nuvem/comment.py"/>
   <service name="comment" visible="false"/>
   <property>comment</property>
  </component>
- <component x="160" y="110" name="false" title="false" color="orange1">
+ <component x="260" y="10" name="false" title="false" color="orange1">
   <implementation.python script="nuvem/false_.py"/>
   <service name="false"/>
  </component>
- <component x="90" y="60" name="item" title="{propval} :" color="orange1">
+ <component x="80" y="60" name="item" title="{propval}:" color="orange1">
   <implementation.python script="nuvem/item.py"/>
   <service name="item"/>
   <reference name="value"/>
   <property>name</property>
  </component>
- <component x="230" y="10" name="name" title="" color="orange1">
+ <component x="150" y="60" name="name" title="" color="orange1">
   <implementation.python script="nuvem/name.py"/>
   <service name="name"/>
   <property>name</property>
  </component>
- <component x="230" y="110" name="nothing" title="nothing" color="orange1">
+ <component x="80" y="110" name="nothing" title="nothing" color="orange1">
   <implementation.python script="nuvem/nothing.py"/>
   <service name="nothing"/>
  </component>
- <component x="90" y="160" name="now" title="now" color="orange1">
+ <component x="150" y="110" name="now" title="now" color="orange1">
   <implementation.python script="nuvem/now.py"/>
   <service name="now"/>
   <reference name="format"/>
  </component>
- <component x="160" y="10" name="number" title="#" color="orange1">
+ <component x="140" y="10" name="number" title="#" color="orange1">
   <implementation.python script="nuvem/number.py"/>
   <service name="number"/>
   <property>123</property>
  </component>
- <component x="90" y="10" name="text" title=" '{propval}'" color="orange1">
+ <component x="80" y="10" name="text" title=" '{propval}'" color="orange1">
   <implementation.python script="nuvem/text.py"/>
   <service name="text"/>
   <property>text</property>
  </component>
- <component x="90" y="110" name="true" title="true" color="orange1">
+ <component x="200" y="10" name="true" title="true" color="orange1">
   <implementation.python script="nuvem/true_.py"/>
   <service name="true"/>
  </component>
- <component x="170" y="60" name="valueof" title="valueof" color="orange1">
+ <component x="210" y="60" name="valueof" title="valueof" color="orange1">
   <implementation.python script="nuvem/valueof.py"/>
   <service name="valueof"/>
   <property>name</property>

Modified: tuscany/sca-cpp/trunk/modules/edit/store/all/store.apps
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/store/all/store.apps?rev=1154446&r1=1154445&r2=1154446&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/edit/store/all/store.apps (original)
+++ tuscany/sca-cpp/trunk/modules/edit/store/all/store.apps Sat Aug  6 05:59:22 2011
@@ -1 +1 @@
-((entry (title "Check my public social data") (id "me360")) (entry (title "Where are my friends") (id "nearme")) (entry (title "Our photos of an event") (id "ourphotos")) (entry (title "Slice") (id "slice")) (entry (title "My online store") (id "shoppingcart")) (entry (title "SMS send service") (id "twsms")) (entry (title "An empty test app") (id "test")) (entry (title "Test values and lists") (id "testvalues")) (entry (title "Test social components") (id "testsocial")) (entry (title "Test URL components") (id "testurl")) (entry (title "Test logic components") (id "testlogic")) (entry (title "Test text processing components") (id "testtext")) (entry (title "Test HTTP components") (id "testhttp")) (entry (title "Test SMS API") (id "testsms")) (entry (title "Test widgets") (id "testwidgets")) (entry (title "Test more widgets") (id "testwidgets2")) (entry (title "Test event components") (id "testevents")) (entry (title "Test search components") (id "testsearch")) (entry (title 
 "Test database components") (id "testdb")) (entry (title "Test HTML generator components") (id "testwidgets3")) (entry (title "Test animation components") (id "testanimation")))
+((entry (title "Check my public social data") (id "me360")) (entry (title "Where are my friends") (id "nearme")) (entry (title "Where are my friends") (id "nearme2")) (entry (title "Our photos of an event") (id "ourphotos")) (entry (title "Slice") (id "slice")) (entry (title "My online store") (id "shoppingcart")) (entry (title "SMS send service") (id "twsms")) (entry (title "An empty test app") (id "test")) (entry (title "Test values and lists") (id "testvalues")) (entry (title "Test social components") (id "testsocial")) (entry (title "Test URL components") (id "testurl")) (entry (title "Test logic components") (id "testlogic")) (entry (title "Test text processing components") (id "testtext")) (entry (title "Test HTTP components") (id "testhttp")) (entry (title "Test SMS API") (id "testsms")) (entry (title "Test widgets") (id "testwidgets")) (entry (title "Test more widgets") (id "testwidgets2")) (entry (title "Test event components") (id "testevents")) (entry (title "Test
  search components") (id "testsearch")) (entry (title "Test database components") (id "testdb")) (entry (title "Test HTML generator components") (id "testwidgets3")) (entry (title "Test animation components") (id "testanimation")))

Modified: tuscany/sca-cpp/trunk/modules/edit/store/featured/store.apps
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/store/featured/store.apps?rev=1154446&r1=1154445&r2=1154446&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/edit/store/featured/store.apps (original)
+++ tuscany/sca-cpp/trunk/modules/edit/store/featured/store.apps Sat Aug  6 05:59:22 2011
@@ -1 +1 @@
-((entry (title "Check my public social data") (id "me360")) (entry (title "Where are my friends") (id "nearme")) (entry (title "Our photos of an event") (id "ourphotos")) (entry (title "Slice") (id "slice")) (entry (title "My online store") (id "shoppingcart")) (entry (title "SMS send service") (id "twsms")))
+((entry (title "Check my public social data") (id "me360")) (entry (title "Where are my friends") (id "nearme")) (entry (title "Where are my friends") (id "nearme2")) (entry (title "Our photos of an event") (id "ourphotos")) (entry (title "Slice") (id "slice")) (entry (title "My online store") (id "shoppingcart")) (entry (title "SMS send service") (id "twsms")))

Modified: tuscany/sca-cpp/trunk/modules/edit/store/new/store.apps
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/store/new/store.apps?rev=1154446&r1=1154445&r2=1154446&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/edit/store/new/store.apps (original)
+++ tuscany/sca-cpp/trunk/modules/edit/store/new/store.apps Sat Aug  6 05:59:22 2011
@@ -1 +1 @@
-((entry (title "Check my public social data") (id "me360")) (entry (title "Where are my friends") (id "nearme")) (entry (title "Our photos of an event") (id "ourphotos")) (entry (title "Slice") (id "slice")) (entry (title "My online store") (id "shoppingcart")) (entry (title "SMS send service") (id "twsms")))
+((entry (title "Check my public social data") (id "me360")) (entry (title "Where are my friends") (id "nearme")) (entry (title "Where are my friends") (id "nearme2")) (entry (title "Our photos of an event") (id "ourphotos")) (entry (title "Slice") (id "slice")) (entry (title "My online store") (id "shoppingcart")) (entry (title "SMS send service") (id "twsms")))

Modified: tuscany/sca-cpp/trunk/modules/edit/store/top/store.apps
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/modules/edit/store/top/store.apps?rev=1154446&r1=1154445&r2=1154446&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/modules/edit/store/top/store.apps (original)
+++ tuscany/sca-cpp/trunk/modules/edit/store/top/store.apps Sat Aug  6 05:59:22 2011
@@ -1 +1 @@
-((entry (title "Check my public social data") (id "me360")) (entry (title "Where are my friends") (id "nearme")) (entry (title "Our photos of an event") (id "ourphotos")) (entry (title "Slice") (id "slice")) (entry (title "My online store") (id "shoppingcart")) (entry (title "SMS send service") (id "twsms")))
+((entry (title "Check my public social data") (id "me360")) (entry (title "Where are my friends") (id "nearme")) (entry (title "Where are my friends") (id "nearme2")) (entry (title "Our photos of an event") (id "ourphotos")) (entry (title "Slice") (id "slice")) (entry (title "My online store") (id "shoppingcart")) (entry (title "SMS send service") (id "twsms")))