From 130d3cf8ce5fe6c2948ad4e9d04a4c37fe019b5a Mon Sep 17 00:00:00 2001 From: slaws Date: Wed, 27 May 2009 13:24:40 +0000 Subject: TUSCANY-2978 - Add more JEE tests to help show that the nested composites are resolved/built correctly. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@779162 13f79535-47bb-0310-9956-ffa450edef68 --- .../contribution-jee-samples/jar-shared/pom.xml | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 branches/sca-java-1.x/itest/contribution-jee-samples/jar-shared/pom.xml (limited to 'branches/sca-java-1.x/itest/contribution-jee-samples/jar-shared/pom.xml') diff --git a/branches/sca-java-1.x/itest/contribution-jee-samples/jar-shared/pom.xml b/branches/sca-java-1.x/itest/contribution-jee-samples/jar-shared/pom.xml new file mode 100644 index 0000000000..f32ff8f6ab --- /dev/null +++ b/branches/sca-java-1.x/itest/contribution-jee-samples/jar-shared/pom.xml @@ -0,0 +1,72 @@ + + + + + 4.0.0 + + org.apache.tuscany.sca + itest-contribution-jee-samples + 1.6-SNAPSHOT + ../pom.xml + + + itest-contribution-jee-samples-00-jar-shared + Apache Tuscany SCA iTest Contribution Java EE Samples 00 + + + + org.apache.tuscany.sca + tuscany-sca-api + 1.6-SNAPSHOT + provided + + + + org.apache.geronimo.specs + geronimo-ejb_3.0_spec + 1.0 + provided + + + org.apache.geronimo.specs + geronimo-annotation_1.0_spec + 1.1.1 + provided + + + + + ${artifactId} + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + sample.java.JarMain + + + + + + + -- cgit v1.2.3