Author: jsdelfino
Date: Wed May 3 22:25:48 2006
New Revision: 399553
URL: http://svn.apache.org/viewcvs?rev=399553&view=rev
Log:
adjusted test module names
Modified:
incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/pom.xml
incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/src/main/resources/sca.module
incubator/tuscany/java/testing/interop/clients/webserviceXSQ/pom.xml
incubator/tuscany/java/testing/interop/services/webserviceInteropDoc/pom.xml
Modified:
incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/pom.xml?rev=399553&r1=399552&r2=399553&view=diff
==============================================================================
--- incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/pom.xml
(original)
+++ incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/pom.xml
Wed May 3 22:25:48 2006
@@ -22,7 +22,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>interop-client-webserviceInteropDoc</artifactId>
+
<artifactId>tuscany-testing-interop-client-webserviceInteropDoc</artifactId>
<packaging>jar</packaging>
<name>Tuscany Interop Testing - Clients - InteropDoc</name>
<version>SNAPSHOT</version>
Modified:
incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/src/main/resources/sca.module
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/src/main/resources/sca.module?rev=399553&r1=399552&r2=399553&view=diff
==============================================================================
---
incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/src/main/resources/sca.module
(original)
+++
incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/src/main/resources/sca.module
Wed May 3 22:25:48 2006
@@ -31,7 +31,7 @@
<externalService name="LocalHostInteropDocService">
<interface.wsdl interface="http://soapinterop.org/#DocTestPortType"/>
- <binding.ws
uri="http://localhost:8080/http://localhost:8080/interop-service-webserviceInteropDoc-SNAPSHOT/services/InteropDocService"
+ <binding.ws
uri="http://localhost:8080/tuscany-testing-interop-service-webserviceInteropDoc-SNAPSHOT/services/InteropDocService"
port="http://soapinterop.org/#interopDocPort"/>
</externalService>
Modified: incubator/tuscany/java/testing/interop/clients/webserviceXSQ/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/interop/clients/webserviceXSQ/pom.xml?rev=399553&r1=399552&r2=399553&view=diff
==============================================================================
--- incubator/tuscany/java/testing/interop/clients/webserviceXSQ/pom.xml
(original)
+++ incubator/tuscany/java/testing/interop/clients/webserviceXSQ/pom.xml Wed
May 3 22:25:48 2006
@@ -22,7 +22,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>interop-client-webserviceXSQ</artifactId>
+ <artifactId>tuscany-testing-interop-client-webserviceXSQ</artifactId>
<packaging>jar</packaging>
<name>Tuscany Interop Testing - Clients - webserviceXSQ</name>
<version>SNAPSHOT</version>
Modified:
incubator/tuscany/java/testing/interop/services/webserviceInteropDoc/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/interop/services/webserviceInteropDoc/pom.xml?rev=399553&r1=399552&r2=399553&view=diff
==============================================================================
---
incubator/tuscany/java/testing/interop/services/webserviceInteropDoc/pom.xml
(original)
+++
incubator/tuscany/java/testing/interop/services/webserviceInteropDoc/pom.xml
Wed May 3 22:25:48 2006
@@ -22,7 +22,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>interop-service-webserviceInteropDoc</artifactId>
+
<artifactId>tuscany-testing-interop-service-webserviceInteropDoc</artifactId>
<packaging>war</packaging>
<name>Tuscany Interop Testing - Services - InteropDoc</name>
<version>SNAPSHOT</version>