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 2006/05/15 09:24:38 UTC

svn commit: r406569 - in /incubator/tuscany/java/testing: interop/clients/ interop/clients/webserviceInteropDoc/ interop/clients/webserviceSOAPRound2/ interop/clients/webserviceXSQ/ tomcat/ tomcat/bigbank/ tomcat/helloworldweb/ tomcat/helloworldws/

Author: jsdelfino
Date: Mon May 15 00:24:37 2006
New Revision: 406569

URL: http://svn.apache.org/viewcvs?rev=406569&view=rev
Log:
Shorter artifact ids for the interop and tomcat test cases

Modified:
    incubator/tuscany/java/testing/interop/clients/pom.xml
    incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/pom.xml
    incubator/tuscany/java/testing/interop/clients/webserviceSOAPRound2/pom.xml
    incubator/tuscany/java/testing/interop/clients/webserviceXSQ/pom.xml
    incubator/tuscany/java/testing/tomcat/bigbank/pom.xml
    incubator/tuscany/java/testing/tomcat/helloworldweb/pom.xml
    incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml
    incubator/tuscany/java/testing/tomcat/pom.xml

Modified: incubator/tuscany/java/testing/interop/clients/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/interop/clients/pom.xml?rev=406569&r1=406568&r2=406569&view=diff
==============================================================================
--- incubator/tuscany/java/testing/interop/clients/pom.xml (original)
+++ incubator/tuscany/java/testing/interop/clients/pom.xml Mon May 15 00:24:37 2006
@@ -22,7 +22,7 @@
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>tuscany-testing-interop-clients</artifactId>
+    <artifactId>tuscany-interop-clients</artifactId>
     <packaging>pom</packaging>
     <name>Tuscany Interop Testing - Clients</name>
     <version>incubating-M1</version>

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=406569&r1=406568&r2=406569&view=diff
==============================================================================
--- incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/pom.xml (original)
+++ incubator/tuscany/java/testing/interop/clients/webserviceInteropDoc/pom.xml Mon May 15 00:24:37 2006
@@ -17,12 +17,12 @@
 <project>
     <parent>
         <groupId>org.apache.tuscany</groupId>
-        <artifactId>tuscany-testing-interop-clients</artifactId>
+        <artifactId>tuscany-interop-clients</artifactId>
         <version>incubating-M1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>tuscany-testing-interop-client-webserviceInteropDoc</artifactId>
+    <artifactId>interop-client-webserviceInteropDoc</artifactId>
     <packaging>jar</packaging>
     <name>Tuscany Interop Testing - Clients - InteropDoc</name>
     <version>incubating-M1</version>

Modified: incubator/tuscany/java/testing/interop/clients/webserviceSOAPRound2/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/interop/clients/webserviceSOAPRound2/pom.xml?rev=406569&r1=406568&r2=406569&view=diff
==============================================================================
--- incubator/tuscany/java/testing/interop/clients/webserviceSOAPRound2/pom.xml (original)
+++ incubator/tuscany/java/testing/interop/clients/webserviceSOAPRound2/pom.xml Mon May 15 00:24:37 2006
@@ -17,12 +17,12 @@
 <project>
     <parent>
         <groupId>org.apache.tuscany</groupId>
-        <artifactId>tuscany-testing-interop-clients</artifactId>
+        <artifactId>tuscany-interop-clients</artifactId>
         <version>incubating-M1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>tuscany-testing-interop-client-webserviceSOAPRound2</artifactId>
+    <artifactId>interop-client-webserviceSOAPRound2</artifactId>
     <packaging>jar</packaging>
     <name>Tuscany Interop Testing - Clients - SOAP Builders Round 2 Interop Test</name>
     <version>incubating-M1</version>

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=406569&r1=406568&r2=406569&view=diff
==============================================================================
--- incubator/tuscany/java/testing/interop/clients/webserviceXSQ/pom.xml (original)
+++ incubator/tuscany/java/testing/interop/clients/webserviceXSQ/pom.xml Mon May 15 00:24:37 2006
@@ -17,12 +17,12 @@
 <project>
     <parent>
         <groupId>org.apache.tuscany</groupId>
-        <artifactId>tuscany-testing-interop-clients</artifactId>
+        <artifactId>tuscany-interop-clients</artifactId>
         <version>incubating-M1</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>tuscany-testing-interop-client-webserviceXSQ</artifactId>
+    <artifactId>interop-client-webserviceXSQ</artifactId>
     <packaging>jar</packaging>
     <name>Tuscany Interop Testing - Clients - webserviceXSQ</name>
     <version>incubating-M1</version>

Modified: incubator/tuscany/java/testing/tomcat/bigbank/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/tomcat/bigbank/pom.xml?rev=406569&r1=406568&r2=406569&view=diff
==============================================================================
--- incubator/tuscany/java/testing/tomcat/bigbank/pom.xml (original)
+++ incubator/tuscany/java/testing/tomcat/bigbank/pom.xml Mon May 15 00:24:37 2006
@@ -21,7 +21,7 @@
         <version>incubating-M1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>tuscany-testing-tomcat-bigbank</artifactId>
+    <artifactId>tomcat-bigbank</artifactId>
     <packaging>jar</packaging>
     <name>Tuscany Testing Tomcat Big Bank</name>
     <description>Testing Tomcat Big Bank end user test</description>

Modified: incubator/tuscany/java/testing/tomcat/helloworldweb/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/tomcat/helloworldweb/pom.xml?rev=406569&r1=406568&r2=406569&view=diff
==============================================================================
--- incubator/tuscany/java/testing/tomcat/helloworldweb/pom.xml (original)
+++ incubator/tuscany/java/testing/tomcat/helloworldweb/pom.xml Mon May 15 00:24:37 2006
@@ -21,7 +21,7 @@
         <version>incubating-M1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>tuscany-testing-tomcat-helloworldweb</artifactId>
+    <artifactId>tomcat-helloworldweb</artifactId>
     <packaging>jar</packaging>
     <name>Tuscany Testing Tomcat HelloWorld WEB</name>
     <description>Testing Tomcat Helloworld Web end user test</description>

Modified: incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml?rev=406569&r1=406568&r2=406569&view=diff
==============================================================================
--- incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml (original)
+++ incubator/tuscany/java/testing/tomcat/helloworldws/pom.xml Mon May 15 00:24:37 2006
@@ -21,7 +21,7 @@
         <version>incubating-M1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <artifactId>tuscany-testing-tomcat-helloworldws</artifactId>
+    <artifactId>tomcat-helloworldws</artifactId>
     <packaging>jar</packaging>
     <name>Tuscany Testing Tomcat HelloWorld WS</name>
     <description>Testing Tomcat HelloWorld WS end user test</description>

Modified: incubator/tuscany/java/testing/tomcat/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/testing/tomcat/pom.xml?rev=406569&r1=406568&r2=406569&view=diff
==============================================================================
--- incubator/tuscany/java/testing/tomcat/pom.xml (original)
+++ incubator/tuscany/java/testing/tomcat/pom.xml Mon May 15 00:24:37 2006
@@ -31,15 +31,6 @@
         <module>helloworldws</module>
         <module>helloworldweb</module>
         <module>bigbank</module>
-<!--
-  these can't seem to run cause they need htmlunit and the dependencies download
-  seems broken for htmlunit
-        htmlunit:htmlunit:jar:1.7
-         dom4j:dom4j:jar:1.5
-        javax.xml:jsr173:jar:1.0  jar seems to be missing here http://www.ibiblio.org/maven2/javax/xml/jsr173/1.0/
-        <module>helloworldweb</module>
-        <module>bigbank</module>
--->
     </modules>
 
     <build>