You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2009/10/01 05:57:29 UTC

svn commit: r820521 - /tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite

Author: lresende
Date: Thu Oct  1 03:57:28 2009
New Revision: 820521

URL: http://svn.apache.org/viewvc?rev=820521&view=rev
Log:
Fixing new OASIS SCA and Tuscany namespaces

Modified:
    tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite

Modified: tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite?rev=820521&r1=820520&r2=820521&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite (original)
+++ tuscany/java/sca/modules/binding-jsonrpc-runtime/src/test/resources/JSONRPCBinding.composite Thu Oct  1 03:57:28 2009
@@ -17,8 +17,8 @@
  * specific language governing permissions and limitations
  * under the License.    
 -->
-<composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
-	xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.0"
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903"
+	xmlns:tuscany="http://tuscany.apache.org/xmlns/sca/1.1"
 	targetNamespace="http://jsonrpc"
 	xmlns:jsonrpc="http://jsonrpc"
 	name="JSONRPCBinding">