Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Creating the Dependent plugins
Creating the Dependent plugins [message #605312] Mon, 29 March 2010 09:44 Go to next message
Eclipse is currently offline EclipseFriend
Messages: 23
Registered: March 2010
Junior Member
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 #605332 is a reply to message #605312] Wed, 31 March 2010 10:34 Go to previous message
Ralf Ebert is currently offline Ralf EbertFriend
Messages: 168
Registered: July 2009
Senior Member
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/
Previous Topic:PDE (batch) Build and P2 ... where to condition or sign?
Next Topic:Unsatisfied version constraint
Goto Forum:
  


Current Time: Fri Apr 26 20:36:26 GMT 2024

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

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

Back to the top