Author: rfeng
Date: Fri May 15 16:16:28 2009
New Revision: 775215

URL: http://svn.apache.org/viewvc?rev=775215&view=rev
Log:
Fix duplicate composite names

Modified:
    
tuscany/java/sca/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite

Modified: 
tuscany/java/sca/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite?rev=775215&r1=775214&r2=775215&view=diff
==============================================================================
--- 
tuscany/java/sca/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite
 (original)
+++ 
tuscany/java/sca/itest/implementation-spring/src/main/resources/org/apache/tuscany/sca/itest/spring/SpringDelegationHelloWorld.composite
 Fri May 15 16:16:28 2009
@@ -7,18 +7,18 @@
  * 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.    
+ * under the License.
 -->
 <composite xmlns="http://docs.oasis-open.org/ns/opencsa/sca/200903";
-           name="SpringHelloWorld">
+           name="SpringDelegationHelloWorld">
 
     <component name="ClientComponent">
         <implementation.java 
class="org.apache.tuscany.sca.itest.spring.HelloWorldProxy"/>


Reply via email to