From e5dbe5bb4ab274cfedf026d156ab48c8100810b5 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Fri, 12 Sep 2008 23:36:58 +0000 Subject: Changed pom.xml to generate META-INF/MANIFEST.MF at the root of each module and turn the module into an Eclipse PDE Plugin project. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@694848 13f79535-47bb-0310-9956-ffa450edef68 --- branches/sca-equinox/modules/pom.xml | 73 +++++++++++++++++++++++------------- 1 file changed, 47 insertions(+), 26 deletions(-) (limited to 'branches') diff --git a/branches/sca-equinox/modules/pom.xml b/branches/sca-equinox/modules/pom.xml index 37f7741115..5d9055552b 100644 --- a/branches/sca-equinox/modules/pom.xml +++ b/branches/sca-equinox/modules/pom.xml @@ -156,9 +156,7 @@ node-api node-impl node-launcher - node-launcher-osgi node-launcher-webapp node-manager @@ -206,30 +204,53 @@ - maven-jar-plugin - - - - ${project.build.outputDirectory}/META-INF/MANIFEST.MF - - - - - - org.apache.felix - maven-bundle-plugin - 1.4.3 - true - - - bundle-manifest - process-classes - - manifest - - - - + maven-eclipse-plugin + 2.5.1 + + + org.eclipse.pde.ManifestBuilder + org.eclipse.jdt.core.javabuilder + + + org.eclipse.jdt.core.javanature + org.eclipse.pde.PluginNature + + + org.eclipse.jdt.launching.JRE_CONTAINER + + + + + + + org.apache.felix + maven-bundle-plugin + 1.4.3 + true + + + bundle-manifest + process-classes + + manifest + + + ${basedir}/META-INF + + + + + + + maven-jar-plugin + + + ${basedir}/META-INF/MANIFEST.MF + + + -- cgit v1.2.3