New WB SWT project - Adding PluginLibraries [message #902408] |
Fri, 17 August 2012 10:01  |
Eclipse User |
|
|
|
Hi,
I made a new component and a plugin to put it on the palette of window builder. I saw that when a new SWT project is create a lot of jars are added to the project.
ProjectUtils.addPluginLibraries(javaProject, "org.eclipse.jface");
How can I put my jar? I put: ProjectUtils.addPluginLibraries(javaProject, "com.test.fw.wb.mvc.core"); and export it to /eclipse/plugin, but don't find it..
Anyone have an idea of what I need to do?
|
|
|
|
|
|
|
Re: New WB SWT project - Adding PluginLibraries [message #902445 is a reply to message #902435] |
Fri, 17 August 2012 11:26  |
Eclipse User |
|
|
|
You have 2 Eclipse instances.
Dev: where you develop your Info, descriptions wbp-component.xml, etc
Run: where you open WindowBuilder editor, drop components, see palette, etc.
You need to create PDE project in RunEclipse, import plugin test.*.core (probably as source) and add dependency on this plugin from PDE project.
So, your PDE project will see component classes.
|
|
|
Powered by
FUDForum. Page generated in 0.04756 seconds