diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-05 23:49:33 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-01-05 23:49:33 +0000 |
commit | 60ef14f12b5301fa7f117134044cf0716fb5ae61 (patch) | |
tree | b5997069fb23c0c5f420a45fcef78d3cbe688a92 /sandbox/eightball-demo/eightball-webapp | |
parent | 6defaf4067f5af0e86426deaaae4830d3da47236 (diff) |
Update to latest SCA namespace
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@896279 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/eightball-demo/eightball-webapp')
-rw-r--r-- | sandbox/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.composite b/sandbox/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.composite index 148349503e..88bd46e866 100644 --- a/sandbox/eightball-demo/eightball-webapp/src/main/webapp/WEB-INF/web.composite +++ b/sandbox/eightball-demo/eightball-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"
xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
targetNamespace="http://demo"
name="eightball-webapp">
|