From bbdda2e0e9174a2aaf49f13ed5124a412799f546 Mon Sep 17 00:00:00 2001 From: slaws Date: Sun, 8 Feb 2009 10:40:15 +0000 Subject: move module re-org git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@742042 13f79535-47bb-0310-9956-ffa450edef68 --- .../chapter-08/ui-contribution-webapp/pom.xml | 103 +++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 sandbox/travelsample/chapter-08/ui-contribution-webapp/pom.xml (limited to 'sandbox/travelsample/chapter-08/ui-contribution-webapp/pom.xml') diff --git a/sandbox/travelsample/chapter-08/ui-contribution-webapp/pom.xml b/sandbox/travelsample/chapter-08/ui-contribution-webapp/pom.xml new file mode 100644 index 0000000000..614ff82ac7 --- /dev/null +++ b/sandbox/travelsample/chapter-08/ui-contribution-webapp/pom.xml @@ -0,0 +1,103 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 1.4-SNAPSHOT + + + war + scatours-ui + Apache Tuscany SCA Tours User Interface Contribution + + + + org.apache.tuscany.sca + tuscany-host-embedded + 1.4-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-implementation-java-runtime + 1.4-SNAPSHOT + test + + + + org.apache.tuscany.sca + tuscany-binding-ws-axis2 + 1.4-SNAPSHOT + test + + + + org.apache.tuscany.sca + tuscany-host-tomcat + 1.4-SNAPSHOT + test + + + + junit + junit + 4.2 + test + + + + + + ${artifactId} + ${basedir}/src + + + ${basedir} + + **/*.java + **/.*/** + pom.xml + build.xml + target/** + src/** + + + + + + org.apache.tuscany.sca + tuscany-maven-ant-generator + 1.4-SNAPSHOT + + + + launch.LaunchTutorialAdmin + + + generate + + + + + + + -- cgit v1.2.3