[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[epp-dev] Re: changes in org.eclipse.mylyn.ide_feature
|
On Friday 23 May 2008, Steffen Pingel wrote:
> The features of the Mylyn 3.0RC1 release that was pushed to the Ganymede
> update site today have been restructured. The org.eclipse.mylyn.ide_feature
> now includes CVS integration and depends on org.eclipse.mylyn_team feature.
> This means that the following feature needs to be added to all EPP packages
> that include the Mylyn IDE Integration feature (i.e. CPP, Java, JEE, RCP):
>
> <feature
> id="org.eclipse.mylyn.team_feature"
> version="latest">
>
> Here is the corresponding bug report:
>
> manage Mylyn participation in EPP
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=187154
>
> Steffen
That means that *all* package configurations that include Mylyn should start
with something like this
<feature
id="org.eclipse.mylyn_feature"
version="latest">
</feature>
<feature
id="org.eclipse.mylyn.context_feature"
version="latest">
</feature>
<feature
id="org.eclipse.mylyn.team_feature"
version="latest">
</feature>
<feature
id="org.eclipse.mylyn.ide_feature"
version="latest">
</feature>
....
plus additional Mylyn features such as org.eclipse.mylyn.bugzilla_feature,
org.eclipse.cdt.mylyn, ...
Correct?
Markus