From 1195364128f6513c02bded22580fa0e830e587d6 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sat, 13 Sep 2008 09:22:32 +0000 Subject: Fixed maven bundle plugin to generate the correct list of JARs from the dependency tree (including transitive dependencies in addition to direct dependencies). Generated third-party library Manifest with the Manifest symbolic name and version before the lists of imports, exports and classpath entries to make the PDE happy. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694906 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca-equinox/modules/thirdparty-library/pom.xml | 59 +++++++++------------- 1 file changed, 23 insertions(+), 36 deletions(-) (limited to 'branches/sca-equinox/modules/thirdparty-library/pom.xml') diff --git a/branches/sca-equinox/modules/thirdparty-library/pom.xml b/branches/sca-equinox/modules/thirdparty-library/pom.xml index a866958ffa..6e45ad4e89 100644 --- a/branches/sca-equinox/modules/thirdparty-library/pom.xml +++ b/branches/sca-equinox/modules/thirdparty-library/pom.xml @@ -27,51 +27,37 @@ tuscany-thirdparty-library Apache Tuscany OSGi Bundle for Third Party Jars - - true - ${pom.version} - + - ${pom.groupId} - tuscany-core - ${pom.version} + org.apache.tuscany.sca + tuscany-distribution-all + 1.4-SNAPSHOT - - ${pom.groupId} - tuscany-implementation-java-runtime - ${pom.version} - - - ${pom.groupId} - tuscany-node-impl - ${pom.version} - - - ${pom.groupId} - tuscany-host-jetty - ${pom.version} - + - - maven-jar-plugin - - - ${basedir}/META-INF/MANIFEST.MF - - - + maven-clean-plugin + + + + ${basedir}/lib + + * + + false + + + + + org.apache.tuscany.sca tuscany-maven-bundle-plugin - false + true @@ -79,10 +65,11 @@ build - process-sources + process-classes + - \ No newline at end of file + -- cgit v1.2.3