From 8ae95d6e100b095d57502be4247803451a16d97e Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 10 Feb 2011 08:40:56 +0000 Subject: Copy all trunk samples to contrib git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1069274 13f79535-47bb-0310-9956-ffa450edef68 --- .../eightball-demo/eightball-webapp/pom.xml | 162 +++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 sca-java-2.x/contrib/samples/applications/eightball-demo/eightball-webapp/pom.xml (limited to 'sca-java-2.x/contrib/samples/applications/eightball-demo/eightball-webapp/pom.xml') diff --git a/sca-java-2.x/contrib/samples/applications/eightball-demo/eightball-webapp/pom.xml b/sca-java-2.x/contrib/samples/applications/eightball-demo/eightball-webapp/pom.xml new file mode 100644 index 0000000000..054d13c52f --- /dev/null +++ b/sca-java-2.x/contrib/samples/applications/eightball-demo/eightball-webapp/pom.xml @@ -0,0 +1,162 @@ + + + + + 4.0.0 + demo + eightball-webapp + war + 1.0-SNAPSHOT + quickstart + + + + org.apache.tuscany.sca + tuscany-base-runtime + ${tuscany.version} + + + + + junit + junit + 4.5 + test + + + + + org.mortbay.jetty + jetty + ${jetty.version} + provided + + + org.mortbay.jetty + jetty-util + ${jetty.version} + provided + + + org.mortbay.jetty + jetty-management + ${jetty.version} + provided + + + + install + eightball-webapp + + + false + src/main/resources + + + false + src/main/java + + ** + + + **/*.java + + + + + + false + src/test/java + + ** + + + **/*.java + + + + + + true + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + true + true + + + + org.mortbay.jetty + maven-jetty-plugin + ${jetty.version} + + + org.apache.maven.plugins + maven-eclipse-plugin + + true + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy + compile + + copy + + + + + + demo + eightball + ${project.version} + src/main/webapp/WEB-INF/sca-contributions + + + demo + eightball-process + ${project.version} + src/main/webapp/WEB-INF/sca-contributions + + + demo + translator + ${project.version} + src/main/webapp/WEB-INF/sca-contributions + + + + + + + + + + 2.0-SNAPSHOT + 6.1.18 + + -- cgit v1.2.3