How to use Eclipse plugins inside regular Java project? -
i have emf project ecore model, , exported eclipse plugin. want reuse plugin (the plugin exported java packages) inside regular java project (using eclipse).
i created java project, , tried use option build path > add libraries > plugin dependencies shows empty plugin list , cant add entries.
the created java project have no meta-inf/manifest.mf , have not found way create automatically.
how can add dependency exported plugin? need create special kind of project?
you need create plugin project. can edit manifest.mf , add generated plugin dependency.
lars vogel has good tutorial covers how in emf context.
Comments
Post a Comment