It's all about the answers!

Ask a question

Dependencies, required bundles vs features


Jerrod Lankford (211010) | asked May 27 '11, 8:24 p.m.
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,
.

Be the first one to answer this question!


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.