I using Eclipse 3.5 with the Spring IDE as described in this blog post. I am using maven with the bundlor plugin. I specify the Bundle-SymbolicName, Bundle-Version, and Bundle-Name manifest headers in the bundlor configuration within the pom.xml. This leaves only a couple of static headers in the template.mf.
<plugin>
<groupId>com.springsource.bundlor</groupId>
<artifactId>com.springsource.bundlor.maven</artifactId>
<version>1.0.0.M2</version>
<configuration>
<manifestHeaders>
<

Reply With Quote
