You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2011/02/09 19:27:30 UTC

svn commit: r1069018 - in /tuscany/sca-java-2.x/trunk/testing/itest: pom.xml spi/spi-safe.txt

Author: slaws
Date: Wed Feb  9 18:27:29 2011
New Revision: 1069018

URL: http://svn.apache.org/viewvc?rev=1069018&view=rev
Log:
Didn't mean to enable the spi test in the previous check in. Also update the safe spi file to include Raymond's APBR changes

Modified:
    tuscany/sca-java-2.x/trunk/testing/itest/pom.xml
    tuscany/sca-java-2.x/trunk/testing/itest/spi/spi-safe.txt

Modified: tuscany/sca-java-2.x/trunk/testing/itest/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/pom.xml?rev=1069018&r1=1069017&r2=1069018&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/pom.xml Wed Feb  9 18:27:29 2011
@@ -84,7 +84,9 @@
                 <module>scdl</module>
                 <module>services</module>
                 <module>service-reference</module>
+<!--
                 <module>spi</module>
+-->
                 <module>wires</module>              
                 <module>ws</module>
                 <module>ws-jaxws</module>

Modified: tuscany/sca-java-2.x/trunk/testing/itest/spi/spi-safe.txt
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/spi/spi-safe.txt?rev=1069018&r1=1069017&r2=1069018&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/testing/itest/spi/spi-safe.txt (original)
+++ tuscany/sca-java-2.x/trunk/testing/itest/spi/spi-safe.txt Wed Feb  9 18:27:29 2011
@@ -312,6 +312,8 @@ public interface org.apache.tuscany.sca.
     public abstract void setWiredByImpl(boolean);
     public abstract java.util.List getTargets();
     public abstract java.util.List getEndpointReferences();
+    public abstract boolean isAllowsPassByReference();
+    public abstract void setAllowsPassByReference(boolean);
 }
 
 Compiled from "SCABinding.java"