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/sdo-1.1.1-incubating/sdo-api/pom.xml | 156 ++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 branches/sdo-1.1.1-incubating/sdo-api/pom.xml (limited to 'branches/sdo-1.1.1-incubating/sdo-api/pom.xml') diff --git a/branches/sdo-1.1.1-incubating/sdo-api/pom.xml b/branches/sdo-1.1.1-incubating/sdo-api/pom.xml new file mode 100644 index 0000000000..f1792bac16 --- /dev/null +++ b/branches/sdo-1.1.1-incubating/sdo-api/pom.xml @@ -0,0 +1,156 @@ + + + + 4.0.0 + + org.apache.tuscany + parent + 2-incubating + + org.apache.tuscany.sdo + tuscany-sdo-api-r${specVersion} + jar + 1.1.1-incubating-SNAPSHOT + SDO API + API classes for Service Data Objects + + + 2.1 + + + + + + apache.snapshots + Apache Snapshot Repository + http://people.apache.org/repo/m2-snapshot-repository + + false + + + true + + + + apache.incubator + Apache Incubator Repository + http://people.apache.org/repo/m2-incubating-repository/ + + true + + + false + + + + + + + junit + junit + 3.8.1 + test + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.3 + + + **/*TestCase.java + + brief + false + once + -ea + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.4 + 1.4 + + + + + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + + + + org.apache.felix + maven-bundle-plugin + 1.4.0 + true + + + bundle-manifest + process-classes + + manifest + + + + + + ${pom.name} + ${specVersion} + ${pom.description} + ${pom.organization.name} + plugin + org.apache.tuscany.sdo.spec + + commonj.sdo;version="${specVersion}", commonj.sdo.helper;version="${specVersion}", + commonj.sdo.impl;version="${specVersion}" + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.2 + + 2.0 + + + + package + package + + jar + + + + + + install + + -- cgit v1.2.3