From ece4fd35da7b7fc76264776f81705e6b5b52d3e0 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:11:48 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835140 13f79535-47bb-0310-9956-ffa450edef68 --- .../branches/java-post-M1/sdo/impl/pom.xml | 110 +++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 sca-java-1.x/branches/java-post-M1/sdo/impl/pom.xml (limited to 'sca-java-1.x/branches/java-post-M1/sdo/impl/pom.xml') diff --git a/sca-java-1.x/branches/java-post-M1/sdo/impl/pom.xml b/sca-java-1.x/branches/java-post-M1/sdo/impl/pom.xml new file mode 100644 index 0000000000..c0e3477d73 --- /dev/null +++ b/sca-java-1.x/branches/java-post-M1/sdo/impl/pom.xml @@ -0,0 +1,110 @@ + + + + + org.apache.tuscany + tuscany-sdo + 1.0-SNAPSHOT + + 4.0.0 + tuscany-sdo-impl + Tuscany SDO Implementation + Tuscany implementation of SDO API. + + + + commonj + sdo-api + incubating-M1 + compile + + + + stax + stax-api + 1.0 + + provided + true + + + + woodstox + wstx-asl + 2.9.3 + test + + + + + asm + asm + 2.2 + compile + + + + org.eclipse.emf + common + ${emfVersion} + compile + + + org.eclipse.emf + ecore + ${emfVersion} + compile + + + org.eclipse.emf + ecore-change + ${emfVersion} + compile + + + org.eclipse.emf + ecore-xmi + ${emfVersion} + compile + + + org.eclipse.xsd + xsd + ${emfVersion} + compile + + + + junit + junit + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + src/main/resources/META-INF/MANIFEST.MF + + + + + + -- cgit v1.2.3