Reputation: 1603
I would like to use CNF in my RCP application, but I need add some plugins before. I read this link about how use CNF in RCP but I don't know how add required plugins
Upvotes: 0
Views: 1555
Reputation: 2831
It sounds like you must add this plug-in to your target definition. You can do that in the eclipse preferences under Windows -> Preferences -> Plug-in-Developement -> Target Platform -> Edit -> Add
and select the folder which contains your plug-in.
Upvotes: 1