You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jm...@apache.org on 2007/02/25 00:47:59 UTC

svn commit: r511375 - in /incubator/tuscany/java/sca/runtime: itest/smoketest/src/test/resources/itest.scdl standalone/smoketest/src/main/resources/META-INF/sca/default.scdl webapp/smoketest/src/main/webapp/WEB-INF/default.scdl

Author: jmarino
Date: Sat Feb 24 15:47:59 2007
New Revision: 511375

URL: http://svn.apache.org/viewvc?view=rev&rev=511375
Log:
update runtime to support SCA 1.0 reference target syntax

Modified:
    incubator/tuscany/java/sca/runtime/itest/smoketest/src/test/resources/itest.scdl
    incubator/tuscany/java/sca/runtime/standalone/smoketest/src/main/resources/META-INF/sca/default.scdl
    incubator/tuscany/java/sca/runtime/webapp/smoketest/src/main/webapp/WEB-INF/default.scdl

Modified: incubator/tuscany/java/sca/runtime/itest/smoketest/src/test/resources/itest.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/itest/smoketest/src/test/resources/itest.scdl?view=diff&rev=511375&r1=511374&r2=511375
==============================================================================
--- incubator/tuscany/java/sca/runtime/itest/smoketest/src/test/resources/itest.scdl (original)
+++ incubator/tuscany/java/sca/runtime/itest/smoketest/src/test/resources/itest.scdl Sat Feb 24 15:47:59 2007
@@ -25,6 +25,6 @@
 
     <component name="testComponent">
         <tuscany:junit class="org.apache.tuscany.sca.runtime.itest.smoketest.BasicTestComponent"/>
-        <reference name="hello">Hello</reference>
+        <reference name="hello" target="Hello"/>
     </component>
 </composite>

Modified: incubator/tuscany/java/sca/runtime/standalone/smoketest/src/main/resources/META-INF/sca/default.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/standalone/smoketest/src/main/resources/META-INF/sca/default.scdl?view=diff&rev=511375&r1=511374&r2=511375
==============================================================================
--- incubator/tuscany/java/sca/runtime/standalone/smoketest/src/main/resources/META-INF/sca/default.scdl (original)
+++ incubator/tuscany/java/sca/runtime/standalone/smoketest/src/main/resources/META-INF/sca/default.scdl Sat Feb 24 15:47:59 2007
@@ -23,7 +23,7 @@
 
     <component name="Main">
         <tuscany:launched class="org.apache.tuscany.sca.runtime.standalone.smoketest.Launched"/>
-        <reference name="hello">Hello</reference>
+        <reference name="hello" target="Hello"/>
     </component>
 
     <component name="Hello">

Modified: incubator/tuscany/java/sca/runtime/webapp/smoketest/src/main/webapp/WEB-INF/default.scdl
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/webapp/smoketest/src/main/webapp/WEB-INF/default.scdl?view=diff&rev=511375&r1=511374&r2=511375
==============================================================================
--- incubator/tuscany/java/sca/runtime/webapp/smoketest/src/main/webapp/WEB-INF/default.scdl (original)
+++ incubator/tuscany/java/sca/runtime/webapp/smoketest/src/main/webapp/WEB-INF/default.scdl Sat Feb 24 15:47:59 2007
@@ -25,7 +25,7 @@
         <tuscany:webapp>
             <reference name="hello" interface="org.apache.tuscany.sca.runtime.webapp.smoketest.HelloService"/>
         </tuscany:webapp>
-        <reference name="hello">HelloComponent</reference>
+        <reference name="hello" target="HelloComponent"/>
     </component>
 
     <component name="HelloComponent">



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