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 --- .../maven-osgi-junit/calculator-rest-osgi/pom.xml | 171 +++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 sca-java-2.x/contrib/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml (limited to 'sca-java-2.x/contrib/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml') diff --git a/sca-java-2.x/contrib/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml b/sca-java-2.x/contrib/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml new file mode 100644 index 0000000000..c31324d21f --- /dev/null +++ b/sca-java-2.x/contrib/samples/running-tuscany/maven-osgi-junit/calculator-rest-osgi/pom.xml @@ -0,0 +1,171 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + sample-maven-osgi-junit + 2.0-SNAPSHOT + ../pom.xml + + sample-maven-osgi-junit-calculator-rest-osgi + Apache Tuscany SCA Sample Maven OSGi JUnit Calculator REST OSGi + + + + org.apache.tuscany.sca + tuscany-core-runtime-pom + 2.0-SNAPSHOT + pom + + + + org.apache.tuscany.sca + tuscany-osgi-runtime-pom + 2.0-SNAPSHOT + pom + + + + org.apache.tuscany.sca + tuscany-binding-rest-runtime + 2.0-SNAPSHOT + + + + org.apache.tuscany.sca + tuscany-base-runtime-pom + 2.0-SNAPSHOT + test + pom + + + + javax.servlet + servlet-api + 2.5 + test + + + + + org.slf4j + slf4j-api + 1.6.1 + test + + + + org.apache.tuscany.sca + tuscany-host-jetty + 2.0-SNAPSHOT + test + + + + httpunit + httpunit + 1.6.1 + test + + + + junit + junit + 4.8.1 + test + + + + + ${project.artifactId} + + + maven-eclipse-plugin + 2.5.1 + + + org.eclipse.pde.ManifestBuilder + org.eclipse.jdt.core.javabuilder + + + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + + + org.eclipse.jdt.launching.JRE_CONTAINER + + + + + + maven-jar-plugin + + + ${basedir}/META-INF/MANIFEST.MF + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.5 + + true + + never + + + + + + org.apache.tuscany.maven.plugins + maven-osgi-junit-plugin + 1.0 + + + org.apache.tuscany.sca + tuscany-node-launcher-equinox + ${project.version} + + + + + osgi-test + test + + test + + + + + osgi.configuration.area + ${project.build.directory}/equinox + + + + + + + + + + -- cgit v1.2.3