diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-05 09:53:16 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-03-05 09:53:16 +0000 |
commit | d223f63266f9760645860785b9460894bc82ba96 (patch) | |
tree | 832c876702f8a8b4a5c31f29495d01c775ad5c6b /java/sca/samples/webapps/helloworld/src/main | |
parent | 04f7566e1dbfd9870558847d31d8eef73c85f1b2 (diff) |
Update more samples for the oasis namespace change so the build runs clean
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@750404 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/webapps/helloworld/src/main')
-rw-r--r-- | java/sca/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/sca/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.composite b/java/sca/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.composite index 0e0446ec35..c1144cc4ed 100644 --- a/java/sca/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.composite +++ b/java/sca/samples/webapps/helloworld/src/main/webapp/WEB-INF/web.composite @@ -17,7 +17,7 @@ * specific language governing permissions and limitations
* under the License.
-->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200712"
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
targetNamespace="http://samples"
name="Helloworld">
|