From f0527e13c01fe1fecbd195a70192b6caa9e5f7d0 Mon Sep 17 00:00:00 2001 From: fmoga Date: Sat, 12 Feb 2011 09:19:33 +0000 Subject: Create the 2.0-Beta2-RC3 tag. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1070049 13f79535-47bb-0310-9956-ffa450edef68 --- .../eightball-demo/eightball-webapp/pom.xml | 162 +++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 sca-java-2.x/tags/2.0-Beta2-RC3/samples/applications/eightball-demo/eightball-webapp/pom.xml (limited to 'sca-java-2.x/tags/2.0-Beta2-RC3/samples/applications/eightball-demo/eightball-webapp/pom.xml') diff --git a/sca-java-2.x/tags/2.0-Beta2-RC3/samples/applications/eightball-demo/eightball-webapp/pom.xml b/sca-java-2.x/tags/2.0-Beta2-RC3/samples/applications/eightball-demo/eightball-webapp/pom.xml new file mode 100644 index 0000000000..0d84da544a --- /dev/null +++ b/sca-java-2.x/tags/2.0-Beta2-RC3/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-Beta2 + 6.1.18 + + -- cgit v1.2.3