From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- branches/java-post-M1/sdo/impl/pom.xml | 110 +++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 branches/java-post-M1/sdo/impl/pom.xml (limited to 'branches/java-post-M1/sdo/impl/pom.xml') diff --git a/branches/java-post-M1/sdo/impl/pom.xml b/branches/java-post-M1/sdo/impl/pom.xml new file mode 100644 index 0000000000..c0e3477d73 --- /dev/null +++ b/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