From 6626c9e3a05c34f4a14be352a126ad5dc4192d18 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Tue, 16 Sep 2008 17:16:37 +0000 Subject: 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 --- branches/sca-equinox/samples/calculator-distributed/pom.xml | 2 +- branches/sca-equinox/samples/callback-ws-client/pom.xml | 2 +- branches/sca-equinox/samples/callback-ws-service/pom.xml | 2 +- branches/sca-equinox/samples/feed-aggregator/pom.xml | 2 +- branches/sca-equinox/samples/helloworld-ws-sdo-webapp/pom.xml | 2 +- branches/sca-equinox/samples/helloworld-ws-sdo/pom.xml | 2 +- branches/sca-equinox/samples/helloworld-ws-service-secure/pom.xml | 2 +- branches/sca-equinox/samples/helloworld-ws-service/pom.xml | 2 +- branches/sca-equinox/samples/pom.xml | 4 ++++ branches/sca-equinox/samples/simple-bigbank-spring/pom.xml | 2 +- branches/sca-equinox/samples/simple-callback-ws/pom.xml | 2 +- branches/sca-equinox/samples/spring-bigbank-stockquote/pom.xml | 2 +- branches/sca-equinox/samples/store-distributed/pom.xml | 2 +- branches/sca-equinox/samples/store/pom.xml | 2 +- branches/sca-equinox/samples/web-resource/pom.xml | 2 +- 15 files changed, 18 insertions(+), 14 deletions(-) (limited to 'branches/sca-equinox/samples') 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 @@ org.apache.tuscany.sca - tuscany-host-tomcat + tuscany-host-jetty 1.4-SNAPSHOT test 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 @@ org.apache.tuscany.sca - tuscany-host-tomcat + tuscany-host-jetty 1.4-SNAPSHOT runtime 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 @@ org.apache.tuscany.sca - tuscany-host-tomcat + tuscany-host-jetty 1.4-SNAPSHOT runtime 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 @@ org.apache.tuscany.sca - tuscany-host-tomcat + tuscany-host-jetty 1.4-SNAPSHOT runtime 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 @@ databinding-echo domain-management feed-aggregator @@ -99,7 +101,9 @@ store-distributed supplychain web-resource + 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 @@ org.apache.tuscany.sca - tuscany-host-tomcat + tuscany-host-jetty 1.4-SNAPSHOT runtime 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 @@ org.apache.tuscany.sca - tuscany-host-tomcat + tuscany-host-jetty 1.4-SNAPSHOT runtime 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 @@ org.apache.tuscany.sca - tuscany-host-tomcat + tuscany-host-jetty 1.4-SNAPSHOT runtime 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 @@ org.apache.tuscany.sca - tuscany-host-tomcat + tuscany-host-jetty 1.4-SNAPSHOT runtime 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 @@ org.apache.tuscany.sca - tuscany-host-tomcat + tuscany-host-jetty 1.4-SNAPSHOT runtime 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 @@ org.apache.tuscany.sca - tuscany-host-tomcat + tuscany-host-jetty 1.4-SNAPSHOT runtime -- cgit v1.2.3