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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -