You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/03/22 21:57:54 UTC

svn commit: r926327 - /tuscany/sca-java-2.x/trunk/modules/binding-hazelcast-runtime/src/test/resources/client2.composite

Author: antelder
Date: Mon Mar 22 20:57:54 2010
New Revision: 926327

URL: http://svn.apache.org/viewvc?rev=926327&view=rev
Log:
Add new composite file missed from previous commit (926303)

Added:
    tuscany/sca-java-2.x/trunk/modules/binding-hazelcast-runtime/src/test/resources/client2.composite

Added: tuscany/sca-java-2.x/trunk/modules/binding-hazelcast-runtime/src/test/resources/client2.composite
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/modules/binding-hazelcast-runtime/src/test/resources/client2.composite?rev=926327&view=auto
==============================================================================
--- tuscany/sca-java-2.x/trunk/modules/binding-hazelcast-runtime/src/test/resources/client2.composite (added)
+++ tuscany/sca-java-2.x/trunk/modules/binding-hazelcast-runtime/src/test/resources/client2.composite Mon Mar 22 20:57:54 2010
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+-->
+<composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200912"
+	targetNamespace="http://itest"
+	name="TestServiceClient2">
+ 	      
+    <component name="TestServiceClient2">
+       <implementation.java class="org.apache.tuscany.sca.binding.hazelcast.TestServiceClient"/>
+       <reference name="service" target="TestServiceClient"/>       
+    </component>   
+    
+</composite>