diff options
author | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-06 04:36:04 +0000 |
---|---|---|
committer | lresende <lresende@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-06 04:36:04 +0000 |
commit | c44e23eb0077e2eeb7ec79396837b88215d268af (patch) | |
tree | 643724b90addd35663ba9ece952d861aa493e75b /java/sca/samples/helloworld-bpel/src/main | |
parent | 63bf29cb2ece06c52b7a59100895896f2668f8c7 (diff) |
Updating OASIS namespace to http://docs.oasis-open.org/ns/opencsa/sca/200903
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750765 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/helloworld-bpel/src/main')
-rw-r--r-- | java/sca/samples/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml | 2 | ||||
-rw-r--r-- | java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/java/sca/samples/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml b/java/sca/samples/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml index 9cc8d435e6..8378a15824 100644 --- a/java/sca/samples/helloworld-bpel/src/main/resources/META-INF/sca-contribution.xml +++ b/java/sca/samples/helloworld-bpel/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/200712"
+<contribution xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
xmlns:sample="http://bpel">
<deployable composite="sample:bpel"/>
</contribution>
\ No newline at end of file diff --git a/java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite b/java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite index 40113d351e..603cc17af9 100644 --- a/java/sca/samples/helloworld-bpel/src/main/resources/helloworld.composite +++ b/java/sca/samples/helloworld-bpel/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/200712" +<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903" targetNamespace="http://bpel" xmlns:hns="http://tuscany.apache.org/implementation/bpel/example/helloworld" name="bpel"> |