Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] have common eclipse feature project for 2 different sub projects

hi Krishnaveni,

you probably could try to move those common classes to separate plugin and make java and php plugins depend on it.
Features are ultimately those things that show up in p2 UI when somebody connects to your update site, so you probably want to have only clear choice between two features (java and php) and no other features.

hth

Jacek


From: pdt-dev-bounces@xxxxxxxxxxx [pdt-dev-bounces@xxxxxxxxxxx] on behalf of Krishnaveni Sankaranarayanan [mailtoveni@xxxxxxxxx]
Sent: 10 November 2012 12:29
To: PDT Developers
Subject: [pdt-dev] have common eclipse feature project for 2 different sub projects

I have an eclipse plugin project one for java and another for PHP. Both have some classes in common. 
Right now I am creating two separate feature projects for both of them. Is there a way to separate out the common classes and make a feature. Then have two dependent feature one each for java and php.

how can i separate out the common classes and make a feature, and have two other features dependent on it?



Back to the top