From 6bf99eb5eba8927df4e06ca26d106b3ba4074f69 Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 2 Dec 2010 19:11:25 +0000 Subject: Get the eightball webapp running git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1041540 13f79535-47bb-0310-9956-ffa450edef68 --- .../eightball-demo/eightball-webapp/pom.xml | 47 +++++++++++++++++----- 1 file changed, 37 insertions(+), 10 deletions(-) (limited to 'sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/pom.xml') diff --git a/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/pom.xml b/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/pom.xml index 6287de1a7e..eeabfc5fa4 100644 --- a/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/pom.xml +++ b/sca-java-2.x/trunk/samples/applications/eightball-demo/eightball-webapp/pom.xml @@ -28,21 +28,12 @@ quickstart - org.apache.tuscany.sca - tuscany-sca-api + tuscany-base-runtime ${tuscany.version} - provided - - junit @@ -126,6 +117,42 @@ true + + org.apache.maven.plugins + maven-dependency-plugin + + + copy + compile + + copy + + + + + + demo + eightball + ${pom.version} + src/main/webapp/WEB-INF/sca-contributions + + + demo + eightball-process + ${pom.version} + src/main/webapp/WEB-INF/sca-contributions + + + demo + translator + ${pom.version} + src/main/webapp/WEB-INF/sca-contributions + + + + + + -- cgit v1.2.3