You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2007/02/05 22:12:32 UTC

svn commit: r503874 - /incubator/tuscany/java/testing/sca/itest/exceptionXbindingTest/pom.xml

Author: rineholt
Date: Mon Feb  5 13:12:31 2007
New Revision: 503874

URL: http://svn.apache.org/viewvc?view=rev&rev=503874
Log:
reference bindings

Modified:
    incubator/tuscany/java/testing/sca/itest/exceptionXbindingTest/pom.xml

Modified: incubator/tuscany/java/testing/sca/itest/exceptionXbindingTest/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/testing/sca/itest/exceptionXbindingTest/pom.xml?view=diff&rev=503874&r1=503873&r2=503874
==============================================================================
--- incubator/tuscany/java/testing/sca/itest/exceptionXbindingTest/pom.xml (original)
+++ incubator/tuscany/java/testing/sca/itest/exceptionXbindingTest/pom.xml Mon Feb  5 13:12:31 2007
@@ -69,6 +69,24 @@
                             <goals>
                                 <goal>start</goal>
                             </goals>
+                            <configuration>
+                            <applicationScdl>
+                                file:///${basedir}/src/main/resources/META-INF/sca/default.scdl
+                            </applicationScdl>
+                            <extensions>
+                                <dependency>
+                                    <groupId>org.apache.tuscany.sca.services.databinding</groupId>
+                                    <artifactId>databinding-sdo</artifactId>
+                                    <version>1.0-incubator-SNAPSHOT</version>
+                                </dependency>
+                                <dependency>
+                                    <groupId>org.apache.tuscany.sca.extensions.axis2</groupId>
+                                    <artifactId>tuscany-axis2</artifactId>
+                                    <version>1.0-incubator-SNAPSHOT</version>
+                                </dependency>
+                            </extensions>
+                        </configuration>
+                            
                         </execution>
                         <execution>
                             <id>test</id>



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