summaryrefslogtreecommitdiffstats
path: root/branches/sca-equinox/samples
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-16 17:16:37 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2008-09-16 17:16:37 +0000
commit6626c9e3a05c34f4a14be352a126ad5dc4192d18 (patch)
tree7c11097c4f6ede1aa09acaea1e01a94b39c0c235 /branches/sca-equinox/samples
parentafca44dee0a22a38e3cc873bec43ce267adb06da (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 '')
-rw-r--r--branches/sca-equinox/samples/calculator-distributed/pom.xml2
-rw-r--r--branches/sca-equinox/samples/callback-ws-client/pom.xml2
-rw-r--r--branches/sca-equinox/samples/callback-ws-service/pom.xml2
-rw-r--r--branches/sca-equinox/samples/feed-aggregator/pom.xml2
-rw-r--r--branches/sca-equinox/samples/helloworld-ws-sdo-webapp/pom.xml2
-rw-r--r--branches/sca-equinox/samples/helloworld-ws-sdo/pom.xml2
-rw-r--r--branches/sca-equinox/samples/helloworld-ws-service-secure/pom.xml2
-rw-r--r--branches/sca-equinox/samples/helloworld-ws-service/pom.xml2
-rw-r--r--branches/sca-equinox/samples/pom.xml4
-rw-r--r--branches/sca-equinox/samples/simple-bigbank-spring/pom.xml2
-rw-r--r--branches/sca-equinox/samples/simple-callback-ws/pom.xml2
-rw-r--r--branches/sca-equinox/samples/spring-bigbank-stockquote/pom.xml2
-rw-r--r--branches/sca-equinox/samples/store-distributed/pom.xml2
-rw-r--r--branches/sca-equinox/samples/store/pom.xml2
-rw-r--r--branches/sca-equinox/samples/web-resource/pom.xml2
15 files changed, 18 insertions, 14 deletions
diff --git a/branches/sca-equinox/samples/calculator-distributed/pom.xml b/branches/sca-equinox/samples/calculator-distributed/pom.xml
index a0f04d4a1a..c517625300 100644
--- a/branches/sca-equinox/samples/calculator-distributed/pom.xml
+++ b/branches/sca-equinox/samples/calculator-distributed/pom.xml
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-host-tomcat</artifactId>
+ <artifactId>tuscany-host-jetty</artifactId>
<version>1.4-SNAPSHOT</version>
<scope>test</scope>
</dependency>
diff --git a/branches/sca-equinox/samples/callback-ws-client/pom.xml b/branches/sca-equinox/samples/callback-ws-client/pom.xml
index c45691febb..1fae308598 100644
--- a/branches/sca-equinox/samples/callback-ws-client/pom.xml
+++ b/branches/sca-equinox/samples/callback-ws-client/pom.xml
@@ -58,7 +58,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/samples/callback-ws-service/pom.xml b/branches/sca-equinox/samples/callback-ws-service/pom.xml
index 789f981d49..7094c848c6 100644
--- a/branches/sca-equinox/samples/callback-ws-service/pom.xml
+++ b/branches/sca-equinox/samples/callback-ws-service/pom.xml
@@ -58,7 +58,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/samples/feed-aggregator/pom.xml b/branches/sca-equinox/samples/feed-aggregator/pom.xml
index 5e869ba608..c20c79440e 100644
--- a/branches/sca-equinox/samples/feed-aggregator/pom.xml
+++ b/branches/sca-equinox/samples/feed-aggregator/pom.xml
@@ -63,7 +63,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/samples/helloworld-ws-sdo-webapp/pom.xml b/branches/sca-equinox/samples/helloworld-ws-sdo-webapp/pom.xml
index 7d4fdd95e6..4b8f633640 100644
--- a/branches/sca-equinox/samples/helloworld-ws-sdo-webapp/pom.xml
+++ b/branches/sca-equinox/samples/helloworld-ws-sdo-webapp/pom.xml
@@ -89,7 +89,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/samples/helloworld-ws-sdo/pom.xml b/branches/sca-equinox/samples/helloworld-ws-sdo/pom.xml
index 58dc56828f..c1a8def8de 100644
--- a/branches/sca-equinox/samples/helloworld-ws-sdo/pom.xml
+++ b/branches/sca-equinox/samples/helloworld-ws-sdo/pom.xml
@@ -75,7 +75,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/samples/helloworld-ws-service-secure/pom.xml b/branches/sca-equinox/samples/helloworld-ws-service-secure/pom.xml
index b47a865b63..4ceb6bceca 100644
--- a/branches/sca-equinox/samples/helloworld-ws-service-secure/pom.xml
+++ b/branches/sca-equinox/samples/helloworld-ws-service-secure/pom.xml
@@ -64,7 +64,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/samples/helloworld-ws-service/pom.xml b/branches/sca-equinox/samples/helloworld-ws-service/pom.xml
index ebb56b9a7e..3b65eb860b 100644
--- a/branches/sca-equinox/samples/helloworld-ws-service/pom.xml
+++ b/branches/sca-equinox/samples/helloworld-ws-service/pom.xml
@@ -59,7 +59,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/samples/pom.xml b/branches/sca-equinox/samples/pom.xml
index cb4df0c47b..0b30db08d6 100644
--- a/branches/sca-equinox/samples/pom.xml
+++ b/branches/sca-equinox/samples/pom.xml
@@ -59,7 +59,9 @@
<module>calculator-ws-webapp</module>
<module>callback-ws-client</module>
<module>callback-ws-service</module>
+ <!--
<module>customer-dojo</module>
+ -->
<module>databinding-echo</module>
<module>domain-management</module>
<module>feed-aggregator</module>
@@ -99,7 +101,9 @@
<module>store-distributed</module>
<module>supplychain</module>
<module>web-resource</module>
+ <!--
<module>zipcode-jaxws</module>
+ -->
</modules>
</profile>
</profiles>
diff --git a/branches/sca-equinox/samples/simple-bigbank-spring/pom.xml b/branches/sca-equinox/samples/simple-bigbank-spring/pom.xml
index 9e5dc673b9..00a8c97304 100644
--- a/branches/sca-equinox/samples/simple-bigbank-spring/pom.xml
+++ b/branches/sca-equinox/samples/simple-bigbank-spring/pom.xml
@@ -170,7 +170,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/samples/simple-callback-ws/pom.xml b/branches/sca-equinox/samples/simple-callback-ws/pom.xml
index d3482afb8b..1c3b4101cc 100644
--- a/branches/sca-equinox/samples/simple-callback-ws/pom.xml
+++ b/branches/sca-equinox/samples/simple-callback-ws/pom.xml
@@ -58,7 +58,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/samples/spring-bigbank-stockquote/pom.xml b/branches/sca-equinox/samples/spring-bigbank-stockquote/pom.xml
index 97cbc2d329..15786039e8 100644
--- a/branches/sca-equinox/samples/spring-bigbank-stockquote/pom.xml
+++ b/branches/sca-equinox/samples/spring-bigbank-stockquote/pom.xml
@@ -72,7 +72,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/samples/store-distributed/pom.xml b/branches/sca-equinox/samples/store-distributed/pom.xml
index 1cd493807e..57f8cc5f98 100644
--- a/branches/sca-equinox/samples/store-distributed/pom.xml
+++ b/branches/sca-equinox/samples/store-distributed/pom.xml
@@ -98,7 +98,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/samples/store/pom.xml b/branches/sca-equinox/samples/store/pom.xml
index ce00e13bb5..ad5709116e 100644
--- a/branches/sca-equinox/samples/store/pom.xml
+++ b/branches/sca-equinox/samples/store/pom.xml
@@ -85,7 +85,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/samples/web-resource/pom.xml b/branches/sca-equinox/samples/web-resource/pom.xml
index 8c3f8d894c..25d0153aef 100644
--- a/branches/sca-equinox/samples/web-resource/pom.xml
+++ b/branches/sca-equinox/samples/web-resource/pom.xml
@@ -58,7 +58,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>