diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-30 21:59:32 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2008-10-30 21:59:32 +0000 |
commit | fb0be4666225f78b15d233efdca0e3beda0d159e (patch) | |
tree | 542d9c45c71a3c797d4afcd2e9064d5ae8be51bd /branches/sca-equinox/samples/calculator-rcp | |
parent | 516de81a2deb34746a10d28c188faa9a898bdf57 (diff) |
Removed dependencies on the maven bundle plugin now that the manifests have been checked in.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709261 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-equinox/samples/calculator-rcp')
-rw-r--r-- | branches/sca-equinox/samples/calculator-rcp/pom.xml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/branches/sca-equinox/samples/calculator-rcp/pom.xml b/branches/sca-equinox/samples/calculator-rcp/pom.xml index 6191b0803d..44dac2fdcf 100644 --- a/branches/sca-equinox/samples/calculator-rcp/pom.xml +++ b/branches/sca-equinox/samples/calculator-rcp/pom.xml @@ -179,33 +179,6 @@ </configuration> </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <version>1.4.3</version> - <extensions>true</extensions> - <executions> - <execution> - <id>bundle-manifest</id> - <phase>process-classes</phase> - <goals> - <goal>manifest</goal> - </goals> - <configuration> - <instructions> - <Bundle-Version>1.4</Bundle-Version> - <Bundle-SymbolicName>sample.calculator.rcp;singleton:=true</Bundle-SymbolicName> - <Bundle-Description>${pom.name}</Bundle-Description> - <Bundle-Activator>calculator.rcp.Activator</Bundle-Activator> - <Eclipse-LazyStart>true</Eclipse-LazyStart> - <Export-Package></Export-Package> - </instructions> - <manifestLocation>${basedir}/META-INF</manifestLocation> - </configuration> - </execution> - </executions> - </plugin> - <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> |