diff options
Diffstat (limited to 'sca-java-2.x/trunk/distribution/tomcat/testing')
7 files changed, 7 insertions, 7 deletions
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/WEB-INF/web.composite b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/WEB-INF/web.composite index c03a70c58a..d6db86cf64 100644 --- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/WEB-INF/web.composite +++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-client-webapp/src/main/webapp/WEB-INF/web.composite @@ -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" targetNamespace="http://testing" name="jsp-client-webapp"> diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-reference-contribution/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-reference-contribution/src/main/resources/META-INF/sca-contribution.xml index b2a9beab9f..693325c13d 100644 --- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-reference-contribution/src/main/resources/META-INF/sca-contribution.xml +++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-reference-contribution/src/main/resources/META-INF/sca-contribution.xml @@ -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:testing="http://org.apache.tuscany.tomcat.testing">
<deployable composite="testing:helloworld-reference-contribution"/>
</contribution>
\ No newline at end of file diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-reference-contribution/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-reference-contribution/src/main/resources/helloworld.composite index 715bddbd5f..b07cf6078c 100644 --- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-reference-contribution/src/main/resources/helloworld.composite +++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-reference-contribution/src/main/resources/helloworld.composite @@ -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"
targetNamespace="http://org.apache.tuscany.tomcat.testing"
name="helloworld-reference-contribution">
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/META-INF/sca-contribution.xml b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/META-INF/sca-contribution.xml index 2ab1d68888..7839933b3a 100644 --- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/META-INF/sca-contribution.xml +++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-jsp/src/main/webapp/META-INF/sca-contribution.xml @@ -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:testing="http://org.apache.tuscany.tomcat.testing">
<!-- TODO: There's nothing in here as this file is only present so that the
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/src/main/webapp/META-INF/sca-contribution.xml b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/src/main/webapp/META-INF/sca-contribution.xml index 2ab1d68888..7839933b3a 100644 --- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/src/main/webapp/META-INF/sca-contribution.xml +++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-scaclient-servlet/src/main/webapp/META-INF/sca-contribution.xml @@ -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:testing="http://org.apache.tuscany.tomcat.testing">
<!-- TODO: There's nothing in here as this file is only present so that the
diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/META-INF/sca-contribution.xml b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/META-INF/sca-contribution.xml index 9bdfd4e58b..4e0eca6068 100644 --- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/META-INF/sca-contribution.xml +++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/META-INF/sca-contribution.xml @@ -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:testing="http://org.apache.tuscany.tomcat.testing"> <deployable composite="testing:helloworld-service-contribution"/> </contribution>
\ No newline at end of file diff --git a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/helloworld.composite b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/helloworld.composite index 2d6ce9419b..82b2cc7ce7 100644 --- a/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/helloworld.composite +++ b/sca-java-2.x/trunk/distribution/tomcat/testing/helloworld-service-contribution/src/main/resources/helloworld.composite @@ -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" targetNamespace="http://org.apache.tuscany.tomcat.testing" name="helloworld-service-contribution"> |