diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-16 17:16:37 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-09-16 17:16:37 +0000 |
commit | 6626c9e3a05c34f4a14be352a126ad5dc4192d18 (patch) | |
tree | 7c11097c4f6ede1aa09acaea1e01a94b39c0c235 /branches/sca-equinox/vtest | |
parent | afca44dee0a22a38e3cc873bec43ce267adb06da (diff) |
Started to fix module dependencies, OSGi manifest generation and a few references to obsolete classes to get a clean build.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@695979 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/vtest')
8 files changed, 8 insertions, 8 deletions
diff --git a/branches/sca-equinox/vtest/wsbinding/nowsdl/defaultbinding/pom.xml b/branches/sca-equinox/vtest/wsbinding/nowsdl/defaultbinding/pom.xml index c2a276df13..7c23e099a4 100644 --- a/branches/sca-equinox/vtest/wsbinding/nowsdl/defaultbinding/pom.xml +++ b/branches/sca-equinox/vtest/wsbinding/nowsdl/defaultbinding/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-host-tomcat</artifactId> + <artifactId>tuscany-host-jetty</artifactId> <version>1.4-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-equinox/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml b/branches/sca-equinox/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml index 6cdab80d1d..bff44b8cb2 100644 --- a/branches/sca-equinox/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml +++ b/branches/sca-equinox/vtest/wsbinding/nowsdl/multisoapbindings/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-host-tomcat</artifactId> + <artifactId>tuscany-host-jetty</artifactId> <version>1.4-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-equinox/vtest/wsbinding/nowsdl/promoted/pom.xml b/branches/sca-equinox/vtest/wsbinding/nowsdl/promoted/pom.xml index ab19ed9034..a3768f0194 100644 --- a/branches/sca-equinox/vtest/wsbinding/nowsdl/promoted/pom.xml +++ b/branches/sca-equinox/vtest/wsbinding/nowsdl/promoted/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-host-tomcat</artifactId> + <artifactId>tuscany-host-jetty</artifactId> <version>1.4-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-equinox/vtest/wsbinding/nowsdl/soapversion/pom.xml b/branches/sca-equinox/vtest/wsbinding/nowsdl/soapversion/pom.xml index 6345eec911..2da60e858b 100644 --- a/branches/sca-equinox/vtest/wsbinding/nowsdl/soapversion/pom.xml +++ b/branches/sca-equinox/vtest/wsbinding/nowsdl/soapversion/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-host-tomcat</artifactId> + <artifactId>tuscany-host-jetty</artifactId> <version>1.4-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-equinox/vtest/wsbinding/service/pom.xml b/branches/sca-equinox/vtest/wsbinding/service/pom.xml index 3f0a2a4125..0db20c9123 100644 --- a/branches/sca-equinox/vtest/wsbinding/service/pom.xml +++ b/branches/sca-equinox/vtest/wsbinding/service/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-host-tomcat</artifactId> + <artifactId>tuscany-host-jetty</artifactId> <version>1.4-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-equinox/vtest/wsbinding/wsdlelement/binding/pom.xml b/branches/sca-equinox/vtest/wsbinding/wsdlelement/binding/pom.xml index 205fbcc785..11a088ccc9 100644 --- a/branches/sca-equinox/vtest/wsbinding/wsdlelement/binding/pom.xml +++ b/branches/sca-equinox/vtest/wsbinding/wsdlelement/binding/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-host-tomcat</artifactId> + <artifactId>tuscany-host-jetty</artifactId> <version>1.4-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-equinox/vtest/wsbinding/wsdlelement/port/pom.xml b/branches/sca-equinox/vtest/wsbinding/wsdlelement/port/pom.xml index 777e7cc210..f98f9d175a 100644 --- a/branches/sca-equinox/vtest/wsbinding/wsdlelement/port/pom.xml +++ b/branches/sca-equinox/vtest/wsbinding/wsdlelement/port/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-host-tomcat</artifactId> + <artifactId>tuscany-host-jetty</artifactId> <version>1.4-SNAPSHOT</version> <scope>runtime</scope> </dependency> diff --git a/branches/sca-equinox/vtest/wsbinding/wsdlelement/service/pom.xml b/branches/sca-equinox/vtest/wsbinding/wsdlelement/service/pom.xml index 149037cf4d..184b0ff889 100644 --- a/branches/sca-equinox/vtest/wsbinding/wsdlelement/service/pom.xml +++ b/branches/sca-equinox/vtest/wsbinding/wsdlelement/service/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.tuscany.sca</groupId> - <artifactId>tuscany-host-tomcat</artifactId> + <artifactId>tuscany-host-jetty</artifactId> <version>1.4-SNAPSHOT</version> <scope>runtime</scope> </dependency> |