From 47d7bf03613dfd6a2db848df57306c0c2b8c2402 Mon Sep 17 00:00:00 2001 From: nash Date: Thu, 27 Aug 2009 01:07:30 +0000 Subject: Apply the new naming conventions to the fullapp contributions and launchers git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@808241 13f79535-47bb-0310-9956-ffa450edef68 --- .../contributions/fullapp-currency/pom.xml | 90 ++++++++++++++++++++++ .../main/resources/META-INF/sca-contribution.xml | 25 ++++++ .../src/main/resources/scatours.composite | 28 +++++++ 3 files changed, 143 insertions(+) create mode 100644 sandbox/travelsample/contributions/fullapp-currency/pom.xml create mode 100644 sandbox/travelsample/contributions/fullapp-currency/src/main/resources/META-INF/sca-contribution.xml create mode 100644 sandbox/travelsample/contributions/fullapp-currency/src/main/resources/scatours.composite (limited to 'sandbox/travelsample/contributions/fullapp-currency') diff --git a/sandbox/travelsample/contributions/fullapp-currency/pom.xml b/sandbox/travelsample/contributions/fullapp-currency/pom.xml new file mode 100644 index 0000000000..bc019808f6 --- /dev/null +++ b/sandbox/travelsample/contributions/fullapp-currency/pom.xml @@ -0,0 +1,90 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.6-SNAPSHOT + + 1.0-SNAPSHOT + scatours-contribution-fullapp-currency + Apache Tuscany SCA Tours Full Application Currency Contribution + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.6-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.6-SNAPSHOT + test + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.6-SNAPSHOT + test + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.6-SNAPSHOT + test + + + + junit + junit + 4.5 + test + + + + + + ${artifactId} + + + diff --git a/sandbox/travelsample/contributions/fullapp-currency/src/main/resources/META-INF/sca-contribution.xml b/sandbox/travelsample/contributions/fullapp-currency/src/main/resources/META-INF/sca-contribution.xml new file mode 100644 index 0000000000..c439cf9a77 --- /dev/null +++ b/sandbox/travelsample/contributions/fullapp-currency/src/main/resources/META-INF/sca-contribution.xml @@ -0,0 +1,25 @@ + + + + + + + diff --git a/sandbox/travelsample/contributions/fullapp-currency/src/main/resources/scatours.composite b/sandbox/travelsample/contributions/fullapp-currency/src/main/resources/scatours.composite new file mode 100644 index 0000000000..7336c4c91d --- /dev/null +++ b/sandbox/travelsample/contributions/fullapp-currency/src/main/resources/scatours.composite @@ -0,0 +1,28 @@ + + + + + + + + + -- cgit v1.2.3