diff options
author | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-08 17:32:40 +0000 |
---|---|---|
committer | rfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-08 17:32:40 +0000 |
commit | babb0c1de0ebcca874457e875362acd95726f669 (patch) | |
tree | c0436114ff8560b834f0ed8309d691b48e83559a /sandbox | |
parent | 44c25d3a2f3c7d3598427f9c7bd5d43b44e3b029 (diff) |
Fix namespace
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920412 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/rfeng/binding-ws-jaxws/src/test/resources/META-INF/sca-contribution.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/rfeng/binding-ws-jaxws/src/test/resources/META-INF/sca-contribution.xml b/sandbox/rfeng/binding-ws-jaxws/src/test/resources/META-INF/sca-contribution.xml index db85bb2316..5271f51784 100644 --- a/sandbox/rfeng/binding-ws-jaxws/src/test/resources/META-INF/sca-contribution.xml +++ b/sandbox/rfeng/binding-ws-jaxws/src/test/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:w="http://weather"> <deployable composite="w:WeatherForecast"/> </contribution>
\ No newline at end of file |