You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/01/06 00:49:47 UTC

svn commit: r896279 - in /tuscany/sandbox/eightball-demo: eightball-process-test/src/main/resources/ eightball-process-test/src/main/resources/META-INF/ eightball-process/src/main/resources/ eightball-process/src/main/resources/META-INF/ eightball-test...

Author: antelder
Date: Tue Jan  5 23:49:33 2010
New Revision: 896279

URL: http://svn.apache.org/viewvc?rev=896279&view=rev
Log:
Update to latest SCA namespace

Modified:
    tuscany/sandbox/eightball-demo/eightball-process-test/src/main/resources/META-INF/sca-contribution.xml
    tuscany/sandbox/eightball-demo/eightball-process-test/src/main/resources/eightball-process-test.composite
    tuscany/sandbox/eightball-demo/eightball-process/src/main/resources/META-INF/sca-contribution.xml
    tuscany/sandbox/eightball-demo/eightball-process/src/main/resources/eightball-process.composite
    tuscany/sandbox/eightball-demo/eightball-test/src/main/resources/META-INF/sca-contribution.xml
    tuscany/sandbox/eightball-demo/eightball-test/src/main/resources/eightball-test.composite
    tuscany/sandbox/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.composite
    tuscany/sandbox/eightball-demo/eightball/src/main/resources/META-INF/sca-contribution.xml
    tuscany/sandbox/eightball-demo/eightball/src/main/resources/eightball.composite
    tuscany/sandbox/eightball-demo/translator-test/src/main/resources/META-INF/sca-contribution.xml
    tuscany/sandbox/eightball-demo/translator-test/src/main/resources/translator-test.composite
    tuscany/sandbox/eightball-demo/translator/src/main/resources/META-INF/sca-contribution.xml
    tuscany/sandbox/eightball-demo/translator/src/main/resources/translator.composite

Modified: tuscany/sandbox/eightball-demo/eightball-process-test/src/main/resources/META-INF/sca-contribution.xml
URL: http://svn.apache.org/viewvc/tuscany/sandbox/eightball-demo/eightball-process-test/src/main/resources/META-INF/sca-contribution.xml?rev=896279&r1=896278&r2=896279&view=diff
==============================================================================
--- tuscany/sandbox/eightball-demo/eightball-process-test/src/main/resources/META-INF/sca-contribution.xml (original)
+++ tuscany/sandbox/eightball-demo/eightball-process-test/src/main/resources/META-INF/sca-contribution.xml Tue Jan  5 23:49:33 2010
@@ -17,7 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
               xmlns:sample="http://demo">
    <deployable composite="sample:eightball-process-test"/>
 </contribution>
\ No newline at end of file

Modified: tuscany/sandbox/eightball-demo/eightball-process-test/src/main/resources/eightball-process-test.composite
URL: http://svn.apache.org/viewvc/tuscany/sandbox/eightball-demo/eightball-process-test/src/main/resources/eightball-process-test.composite?rev=896279&r1=896278&r2=896279&view=diff
==============================================================================
--- tuscany/sandbox/eightball-demo/eightball-process-test/src/main/resources/eightball-process-test.composite (original)
+++ tuscany/sandbox/eightball-demo/eightball-process-test/src/main/resources/eightball-process-test.composite Tue Jan  5 23:49:33 2010
@@ -17,7 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
            xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
            targetNamespace="http://demo"
            name="eightball-process-test">

Modified: tuscany/sandbox/eightball-demo/eightball-process/src/main/resources/META-INF/sca-contribution.xml
URL: http://svn.apache.org/viewvc/tuscany/sandbox/eightball-demo/eightball-process/src/main/resources/META-INF/sca-contribution.xml?rev=896279&r1=896278&r2=896279&view=diff
==============================================================================
--- tuscany/sandbox/eightball-demo/eightball-process/src/main/resources/META-INF/sca-contribution.xml (original)
+++ tuscany/sandbox/eightball-demo/eightball-process/src/main/resources/META-INF/sca-contribution.xml Tue Jan  5 23:49:33 2010
@@ -17,7 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
               xmlns:sample="http://demo">
    <deployable composite="sample:eightball-process"/>
 </contribution>
\ No newline at end of file

Modified: tuscany/sandbox/eightball-demo/eightball-process/src/main/resources/eightball-process.composite
URL: http://svn.apache.org/viewvc/tuscany/sandbox/eightball-demo/eightball-process/src/main/resources/eightball-process.composite?rev=896279&r1=896278&r2=896279&view=diff
==============================================================================
--- tuscany/sandbox/eightball-demo/eightball-process/src/main/resources/eightball-process.composite (original)
+++ tuscany/sandbox/eightball-demo/eightball-process/src/main/resources/eightball-process.composite Tue Jan  5 23:49:33 2010
@@ -17,7 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
            xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
            targetNamespace="http://demo"
            name="eightball-process">

Modified: tuscany/sandbox/eightball-demo/eightball-test/src/main/resources/META-INF/sca-contribution.xml
URL: http://svn.apache.org/viewvc/tuscany/sandbox/eightball-demo/eightball-test/src/main/resources/META-INF/sca-contribution.xml?rev=896279&r1=896278&r2=896279&view=diff
==============================================================================
--- tuscany/sandbox/eightball-demo/eightball-test/src/main/resources/META-INF/sca-contribution.xml (original)
+++ tuscany/sandbox/eightball-demo/eightball-test/src/main/resources/META-INF/sca-contribution.xml Tue Jan  5 23:49:33 2010
@@ -17,7 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
               xmlns:sample="http://demo">
    <deployable composite="sample:eightball-test"/>
 </contribution>
\ No newline at end of file

Modified: tuscany/sandbox/eightball-demo/eightball-test/src/main/resources/eightball-test.composite
URL: http://svn.apache.org/viewvc/tuscany/sandbox/eightball-demo/eightball-test/src/main/resources/eightball-test.composite?rev=896279&r1=896278&r2=896279&view=diff
==============================================================================
--- tuscany/sandbox/eightball-demo/eightball-test/src/main/resources/eightball-test.composite (original)
+++ tuscany/sandbox/eightball-demo/eightball-test/src/main/resources/eightball-test.composite Tue Jan  5 23:49:33 2010
@@ -17,7 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
            xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
            targetNamespace="http://demo"
            name="eightball-test">

Modified: tuscany/sandbox/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.composite
URL: http://svn.apache.org/viewvc/tuscany/sandbox/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.composite?rev=896279&r1=896278&r2=896279&view=diff
==============================================================================
--- tuscany/sandbox/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.composite (original)
+++ tuscany/sandbox/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.composite Tue Jan  5 23:49:33 2010
@@ -17,7 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
            xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
            targetNamespace="http://demo"
            name="eightball-webapp">

Modified: tuscany/sandbox/eightball-demo/eightball/src/main/resources/META-INF/sca-contribution.xml
URL: http://svn.apache.org/viewvc/tuscany/sandbox/eightball-demo/eightball/src/main/resources/META-INF/sca-contribution.xml?rev=896279&r1=896278&r2=896279&view=diff
==============================================================================
--- tuscany/sandbox/eightball-demo/eightball/src/main/resources/META-INF/sca-contribution.xml (original)
+++ tuscany/sandbox/eightball-demo/eightball/src/main/resources/META-INF/sca-contribution.xml Tue Jan  5 23:49:33 2010
@@ -17,7 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
               xmlns:demo="http://demo">
    <deployable composite="demo:eightball"/>
 </contribution>
\ No newline at end of file

Modified: tuscany/sandbox/eightball-demo/eightball/src/main/resources/eightball.composite
URL: http://svn.apache.org/viewvc/tuscany/sandbox/eightball-demo/eightball/src/main/resources/eightball.composite?rev=896279&r1=896278&r2=896279&view=diff
==============================================================================
--- tuscany/sandbox/eightball-demo/eightball/src/main/resources/eightball.composite (original)
+++ tuscany/sandbox/eightball-demo/eightball/src/main/resources/eightball.composite Tue Jan  5 23:49:33 2010
@@ -17,7 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
            xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
            targetNamespace="http://demo"
            name="eightball">

Modified: tuscany/sandbox/eightball-demo/translator-test/src/main/resources/META-INF/sca-contribution.xml
URL: http://svn.apache.org/viewvc/tuscany/sandbox/eightball-demo/translator-test/src/main/resources/META-INF/sca-contribution.xml?rev=896279&r1=896278&r2=896279&view=diff
==============================================================================
--- tuscany/sandbox/eightball-demo/translator-test/src/main/resources/META-INF/sca-contribution.xml (original)
+++ tuscany/sandbox/eightball-demo/translator-test/src/main/resources/META-INF/sca-contribution.xml Tue Jan  5 23:49:33 2010
@@ -17,7 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
               xmlns:demo="http://demo">
    <deployable composite="demo:translator-test"/>
 </contribution>
\ No newline at end of file

Modified: tuscany/sandbox/eightball-demo/translator-test/src/main/resources/translator-test.composite
URL: http://svn.apache.org/viewvc/tuscany/sandbox/eightball-demo/translator-test/src/main/resources/translator-test.composite?rev=896279&r1=896278&r2=896279&view=diff
==============================================================================
--- tuscany/sandbox/eightball-demo/translator-test/src/main/resources/translator-test.composite (original)
+++ tuscany/sandbox/eightball-demo/translator-test/src/main/resources/translator-test.composite Tue Jan  5 23:49:33 2010
@@ -17,7 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
            xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
            targetNamespace="http://demo"
            name="translator-test">

Modified: tuscany/sandbox/eightball-demo/translator/src/main/resources/META-INF/sca-contribution.xml
URL: http://svn.apache.org/viewvc/tuscany/sandbox/eightball-demo/translator/src/main/resources/META-INF/sca-contribution.xml?rev=896279&r1=896278&r2=896279&view=diff
==============================================================================
--- tuscany/sandbox/eightball-demo/translator/src/main/resources/META-INF/sca-contribution.xml (original)
+++ tuscany/sandbox/eightball-demo/translator/src/main/resources/META-INF/sca-contribution.xml Tue Jan  5 23:49:33 2010
@@ -17,7 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
               xmlns:demo="http://demo">
    <deployable composite="demo:translator"/>
 </contribution>
\ No newline at end of file

Modified: tuscany/sandbox/eightball-demo/translator/src/main/resources/translator.composite
URL: http://svn.apache.org/viewvc/tuscany/sandbox/eightball-demo/translator/src/main/resources/translator.composite?rev=896279&r1=896278&r2=896279&view=diff
==============================================================================
--- tuscany/sandbox/eightball-demo/translator/src/main/resources/translator.composite (original)
+++ tuscany/sandbox/eightball-demo/translator/src/main/resources/translator.composite Tue Jan  5 23:49:33 2010
@@ -17,7 +17,7 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
            xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
            targetNamespace="http://demo"
            name="translator">