From be0459d2cc56ae329f5250865574e3de9f68d71f Mon Sep 17 00:00:00 2001 From: kelvingoodson Date: Sat, 25 Sep 2010 17:09:50 +0000 Subject: TUSCANY-3677 fix up poms to match getting started reorg git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001274 13f79535-47bb-0310-9956-ffa450edef68 --- .../learning-more/implementation-bpel/pom.xml | 44 ++++++++++++++++++++++ .../learning-more/implementation-composite/pom.xml | 44 ++++++++++++++++++++++ .../learning-more/implementation-spring/pom.xml | 44 ++++++++++++++++++++++ .../learning-more/implementation-webapp/pom.xml | 7 +--- sca-java-2.x/trunk/samples/learning-more/pom.xml | 5 ++- 5 files changed, 138 insertions(+), 6 deletions(-) create mode 100644 sca-java-2.x/trunk/samples/learning-more/implementation-bpel/pom.xml create mode 100644 sca-java-2.x/trunk/samples/learning-more/implementation-composite/pom.xml create mode 100644 sca-java-2.x/trunk/samples/learning-more/implementation-spring/pom.xml (limited to 'sca-java-2.x/trunk/samples/learning-more') diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/pom.xml new file mode 100644 index 0000000000..53ede3e358 --- /dev/null +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-bpel/pom.xml @@ -0,0 +1,44 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-samples + 2.0-SNAPSHOT + ../pom.xml + + tuscany-samples-implememtation-bpel + pom + Apache Tuscany SCA Implementation BPEL Samples + + + + default + + true + + + contribution-helloworld-bpel + helloworld-bpel-webapp + + + + diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-composite/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-composite/pom.xml new file mode 100644 index 0000000000..f19bdfc99c --- /dev/null +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-composite/pom.xml @@ -0,0 +1,44 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-samples + 2.0-SNAPSHOT + ../pom.xml + + tuscany-samples-implememtation-composite + pom + Apache Tuscany SCA Implementation Composite Samples + + + + default + + true + + + helloworld-recursive + helloworld-recursive-ws + + + + diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-spring/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-spring/pom.xml new file mode 100644 index 0000000000..0cc184cbb4 --- /dev/null +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-spring/pom.xml @@ -0,0 +1,44 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-samples + 2.0-SNAPSHOT + ../pom.xml + + tuscany-samples-implememtation-spring + pom + Apache Tuscany SCA Implementation Spring Samples + + + + default + + true + + + contribution-helloworld-spring + helloworld-spring-webapp + + + + diff --git a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/pom.xml b/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/pom.xml index f715c8eb23..30904804a6 100644 --- a/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/implementation-webapp/pom.xml @@ -25,9 +25,9 @@ 2.0-SNAPSHOT ../pom.xml - tuscany-samples-getting-started-webapps + tuscany-samples-implementation-webapp pom - Apache Tuscany SCA Getting Started Sample Web Applications + Apache Tuscany SCA Sample Web Applications @@ -36,15 +36,12 @@ true - helloworld - helloworld-bpel helloworld-jaxrs helloworld-jms helloworld-js-client helloworld-jsf helloworld-jsp helloworld-servlet - helloworld-spring helloworld-stripes diff --git a/sca-java-2.x/trunk/samples/learning-more/pom.xml b/sca-java-2.x/trunk/samples/learning-more/pom.xml index a18967ee4d..ee54a73360 100644 --- a/sca-java-2.x/trunk/samples/learning-more/pom.xml +++ b/sca-java-2.x/trunk/samples/learning-more/pom.xml @@ -43,11 +43,14 @@ binding-ws binding-comet binding-jsonrpc + implementation-bpel + implementation-composite implementation-extension implementation-java implementation-script - distributed-osgi + implementation-spring implementation-osgi + implementation-webapp sca-client async maven-osgi-junit -- cgit v1.2.3