From 569c99b45bb0b3e6408c3af066110f4212da0688 Mon Sep 17 00:00:00 2001 From: slaws Date: Sun, 10 Aug 2008 15:15:28 +0000 Subject: Separate the search into a travel component so that it is independent of the trip booking git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684518 13f79535-47bb-0310-9956-ffa450edef68 --- sandbox/travelsample/travel-contribution/pom.xml | 88 ++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 sandbox/travelsample/travel-contribution/pom.xml (limited to 'sandbox/travelsample/travel-contribution/pom.xml') diff --git a/sandbox/travelsample/travel-contribution/pom.xml b/sandbox/travelsample/travel-contribution/pom.xml new file mode 100644 index 0000000000..4ae7890544 --- /dev/null +++ b/sandbox/travelsample/travel-contribution/pom.xml @@ -0,0 +1,88 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4-SNAPSHOT + + + scatours-travel-contribution + Apache Tuscany SCA Tours Travel Contribution + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.4-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-data-api + 1.4-SNAPSHOT + + + + org.apache.tuscany.sca + scatours-common-contribution + 1.4-SNAPSHOT + + + + org.apache.tuscany.sca + scatours-currency-contribution + 1.4-SNAPSHOT + + + + org.apache.tuscany.sca + scatours-trip-contribution + 1.4-SNAPSHOT + + + + junit + junit + 4.2 + test + + + + + + ${artifactId} + ${basedir}/src + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + target/** + src/** + + + + + -- cgit v1.2.3