You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/04/14 20:33:51 UTC

svn commit: r528850 - /incubator/tuscany/java/sca/itest/properties/src/main/resources/PropertyTest.composite

Author: jsdelfino
Date: Sat Apr 14 11:33:51 2007
New Revision: 528850

URL: http://svn.apache.org/viewvc?view=rev&rev=528850
Log:
Fixed unclosed XML element in .composite file.

Modified:
    incubator/tuscany/java/sca/itest/properties/src/main/resources/PropertyTest.composite

Modified: incubator/tuscany/java/sca/itest/properties/src/main/resources/PropertyTest.composite
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/properties/src/main/resources/PropertyTest.composite?view=diff&rev=528850&r1=528849&r2=528850
==============================================================================
--- incubator/tuscany/java/sca/itest/properties/src/main/resources/PropertyTest.composite (original)
+++ incubator/tuscany/java/sca/itest/properties/src/main/resources/PropertyTest.composite Sat Apr 14 11:33:51 2007
@@ -20,6 +20,7 @@
 <composite xmlns="http://www.osoa.org/xmlns/sca/1.0"
        xmlns:foo="http://foo"
            name="PropertyTest" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+           
     <property name="number" type="xsd:int">1</property>
     <property name="complex" type="foo:MyComplexType" >
         <foo:MyComplexValue xsi:type="foo:MyComplexType" >
@@ -65,8 +66,8 @@
 
     <component name="ABCDComponent">
         <implementation.java class="org.apache.tuscany.sca.itest.ABCDComponentImpl"/>
-        <reference name="ab" target="ABComponent">
-        <reference name="cd" target="CDComponent">
+        <reference name="ab" target="ABComponent"/>
+        <reference name="cd" target="CDComponent"/>
     </component>
 
     <component name="ABComponent">



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org