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 --- sandbox/jboynes/sdo/impl/pom.xml | 112 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 sandbox/jboynes/sdo/impl/pom.xml (limited to 'sandbox/jboynes/sdo/impl/pom.xml') diff --git a/sandbox/jboynes/sdo/impl/pom.xml b/sandbox/jboynes/sdo/impl/pom.xml new file mode 100644 index 0000000000..08bbfa93ec --- /dev/null +++ b/sandbox/jboynes/sdo/impl/pom.xml @@ -0,0 +1,112 @@ + + + + + org.apache.tuscany.sdo + tuscany-sdo + 1.0-incubator-M2-SNAPSHOT + + 4.0.0 + tuscany-sdo-impl + Tuscany SDO Implementation + Tuscany implementation of SDO API. + + + + commonj + sdo-api-r${specVersion} + + + + 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 + + + + + asm + asm + 2.2 + provided + true + + + + + stax + stax-api + 1.0.1 + provided + true + + + + + junit + junit + + + woodstox + wstx-asl + 3.0.1 + test + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + src/main/resources/META-INF/MANIFEST.MF + + + + + + -- cgit v1.2.3