Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Creating the Dependent plugins
Creating the Dependent plugins [message #523773] Mon, 29 March 2010 05:44 Go to next message
Eclipse UserFriend
Hi All,

I have created a plugin projects " A ".
Now I want to create one more plugin project "B" which has common code in it.

How do I refer the code from project B in A?
In another way if I ask, how do I develop the dependency between the projects.

Note: I do not want to add project B as a jar in project A.

Regards,
Eclipse User

Re: Creating the Dependent plugins [message #524252 is a reply to message #523773] Wed, 31 March 2010 06:34 Go to previous messageGo to next message
Eclipse UserFriend
Hi Eclipse User,

> How do I refer the code from project B in A? In another way if I ask,
> how do I develop the dependency between the projects.

you need to add it in the dependencies tab of the MANIFEST.MF of your plug-in.

Greetings,

Ralf


--
http://www.ralfebert.de/blog/eclipsercp/
Re: Creating the Dependent plugins [message #525011 is a reply to message #524252] Mon, 05 April 2010 06:36 Go to previous messageGo to next message
Eclipse UserFriend
Thank you very much Ralf. I've solved it.
There is littler more to do than just adding as dependency in Manifest.mf.

Anyway thank you very much again.
Re: Creating the Dependent plugins [message #605458 is a reply to message #524252] Mon, 05 April 2010 06:36 Go to previous messageGo to next message
Eclipse UserFriend
Thank you very much Ralf. I've solved it.
There is littler more to do than just adding as dependency in Manifest.mf.

Anyway thank you very much again.
Re: Creating the Dependent plugins [message #661744 is a reply to message #605458] Sat, 26 March 2011 23:55 Go to previous message
Eclipse UserFriend
What more should I do to use a code from plugin AB in a pluging A?

[Updated on: Sat, 26 March 2011 23:55] by Moderator

Previous Topic:Swing components not editable
Next Topic:Class visible outside of plugin in workspace
Goto Forum:
  


Current Time: Wed Jul 23 08:23:16 EDT 2025

Powered by FUDForum. Page generated in 0.30178 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top