From 2d9bf0b1c21888610d6b1e7cfeb202ba7c03f8f8 Mon Sep 17 00:00:00 2001 From: rfeng Date: Mon, 6 Apr 2009 23:49:20 +0000 Subject: Add samples for distributed OSGi (RFC 119) with Tuscany/SCA git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@762569 13f79535-47bb-0310-9956-ffa450edef68 --- .../samples/dosgi-calculator-operations/pom.xml | 120 +++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 java/sca/samples/dosgi-calculator-operations/pom.xml (limited to 'java/sca/samples/dosgi-calculator-operations/pom.xml') diff --git a/java/sca/samples/dosgi-calculator-operations/pom.xml b/java/sca/samples/dosgi-calculator-operations/pom.xml new file mode 100644 index 0000000000..0c19839be3 --- /dev/null +++ b/java/sca/samples/dosgi-calculator-operations/pom.xml @@ -0,0 +1,120 @@ + + + + 4.0.0 + + org.apache.tuscany.sca + tuscany-sca + 2.0-SNAPSHOT + ../../pom.xml + + + sample-dosgi-calculator-operations + Apache Tuscany SCA Distributed OSGi (RFC 119) Caculator Operations Sample + + + + org.apache.tuscany.sca + tuscany-feature-ejava + 2.0-SNAPSHOT + pom + + + + org.eclipse.osgi + services + 3.1.200-v20071203 + test + + + + + org.eclipse.equinox + ds + 1.0.0-v20080427-0830 + test + + + + org.eclipse.equinox + util + 1.0.0-v20080414 + test + + + + junit + junit + 4.5 + test + + + + + + ${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.tuscany.maven.plugins + maven-osgi-junit-plugin + 1.0-SNAPSHOT + + + osgi-test + test + + test + + + + + + + + + -- cgit v1.2.3