Dependencies, required bundles vs features
I recently ran in to a problem installing a server plugin on rtc server 2.0.0.6 fix1 and upon further investigation I was told that the problem was that the plugin required bundles rather than features. The manifest file is listed below. How can I change it (either through the eclipse editor, or just chaning the manifest file to require features rather than bundles?
Bundle-ManifestVersion: 2
Bundle-Name: Jazz Wolpoker Service Plug-in
Bundle-SymbolicName: edu.ncsu.csc.wolfpoker.jazz.service;singleton:=true
Bundle-Version: 1.0.9
Bundle-Vendor: NCSU CSC
Require-Bundle:org.eclipse.emf.ecore,
com.ibm.team.repository.common,
com.ibm.team.repository.service,
com.ibm.team.workitem.common,
com.ibm.team.process.common,
org.eclipse.core.runtime,
com.ibm.team.workitem.service;bundle-version="2.0.0"
Bundle-ClassPath: lib/mail.jar,
.