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 --- .../applications/eightball-demo/eightball/pom.xml | 109 +++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 sca-java-2.x/tags/2.0-Beta2-RC3/samples/applications/eightball-demo/eightball/pom.xml (limited to 'sca-java-2.x/tags/2.0-Beta2-RC3/samples/applications/eightball-demo/eightball/pom.xml') diff --git a/sca-java-2.x/tags/2.0-Beta2-RC3/samples/applications/eightball-demo/eightball/pom.xml b/sca-java-2.x/tags/2.0-Beta2-RC3/samples/applications/eightball-demo/eightball/pom.xml new file mode 100644 index 0000000000..82658bf61b --- /dev/null +++ b/sca-java-2.x/tags/2.0-Beta2-RC3/samples/applications/eightball-demo/eightball/pom.xml @@ -0,0 +1,109 @@ + + + + + 4.0.0 + demo + eightball + jar + 1.0-SNAPSHOT + + quickstart + + + + + + org.apache.tuscany.sca + tuscany-sca-api + ${tuscany.version} + provided + + + + + junit + junit + 4.5 + test + + + + + install + ${project.artifactId} + + + 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.apache.maven.plugins + maven-eclipse-plugin + + true + + + + org.apache.tuscany.maven.plugins + maven-tuscany-plugin + + + + + 2.0-Beta2 + + -- cgit v1.2.3