Skip to content

Commit

Permalink
Add Mylyn to EPP packages
Browse files Browse the repository at this point in the history
(Follow up to eclipse-packaging#24 to add
additional features that were missing in SimRel 2023-06 M3)

Summary of how and why I have added MyLyn to EPPs.

Below is all the mylyn features in 2023-06 RC1 (not including wikitext stuff)

Included in all EPPs:

- org.eclipse.egit.mylyn
- org.eclipse.mylyn.ide_feature
- org.eclipse.mylyn.git
- org.eclipse.mylyn.github.feature
- org.eclipse.mylyn.hudson
- org.eclipse.mylyn.reviews.feature

Indirectly included in all EPPs because of a dependency chain starting above:

- org.eclipse.mylyn_feature
  - included as part of context_feature
- org.eclipse.mylyn.builds
  - included as part of mylyn_feature
- org.eclipse.mylyn.commons
  - included as part of mylyn_feature
- org.eclipse.mylyn.commons.identity
  - included as part of mylyn_feature
- org.eclipse.mylyn.commons.notifications
  - included as part of mylyn_feature
- org.eclipse.mylyn.commons.repositories
  - included as part of mylyn_feature
- org.eclipse.mylyn.commons.repositories.http
  - included as part of hudson
- org.eclipse.mylyn.context_feature
  - included as part of ide_feature
- org.eclipse.mylyn.discovery
  - included as part of mylyn_feature
- org.eclipse.mylyn.monitor
  - included as part of mylyn_feature
- org.eclipse.mylyn.tasks.ide
  - included as part of ide_feature
- org.eclipse.mylyn.tasks.index
  - contents of this feature are also included in mylyn_feature
- org.eclipse.mylyn.team_feature
  - included as part of ide_feature
- org.eclipse.mylyn.versions
  - included as part of git

The following are in some of the EPPs, based on listed condition

- org.eclipse.mylyn.java_feature
  - if JDT is included
- org.eclipse.mylyn.pde_feature
  - if PDE is included
- org.eclipse.cdt.mylyn
  - if CDT is included

The following are not part of any of the EPPs, but can be installed from SimRel

- org.eclipse.mylyn.bugzilla_feature
- org.eclipse.mylyn.gerrit.dashboard.feature
- org.eclipse.mylyn.gerrit.feature
- org.eclipse.mylyn.trac_feature
- org.eclipse.oomph.setup.mylyn

Due to this being activity tracking, but not making it obvious enough
that this it the purpose of the feature, this is being excluded for now:

- org.eclipse.mylyn.commons.activity
  - See eclipse-mylyn/org.eclipse.mylyn#172

Fixes eclipse-packaging#19
  • Loading branch information
jonahgraham committed May 26, 2023
1 parent 150d889 commit 907bd62
Show file tree
Hide file tree
Showing 22 changed files with 179 additions and 69 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,11 @@ United States, other countries, or both.
<feature id="org.eclipse.egit" installMode="root"/>
<feature id="org.eclipse.jgit" installMode="root"/>
<feature id="org.eclipse.mylyn.wikitext_feature" installMode="root"/>
<feature id="org.eclipse.egit.mylyn" installMode="root"/>
<feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.git" installMode="root"/>
<feature id="org.eclipse.mylyn.github.feature" installMode="root"/>
<feature id="org.eclipse.mylyn.hudson" installMode="root"/>
<feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.reviews.feature" installMode="root"/>

<!-- product specific contents -->
Expand Down
20 changes: 14 additions & 6 deletions packages/org.eclipse.epp.package.committers.product/p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -179,25 +179,33 @@ requires.126.name = org.eclipse.pde.spies.source.feature.group
requires.126.filter = (org.eclipse.epp.install.roots=true)

requires.200.namespace = org.eclipse.equinox.p2.iu
requires.200.name = org.eclipse.mylyn.ide_feature.feature.group
requires.200.name = org.eclipse.egit.mylyn.feature.group
requires.200.filter = (org.eclipse.epp.install.roots=true)

requires.201.namespace = org.eclipse.equinox.p2.iu
requires.201.name = org.eclipse.mylyn.git.feature.group
requires.201.name = org.eclipse.mylyn.ide_feature.feature.group
requires.201.filter = (org.eclipse.epp.install.roots=true)

requires.202.namespace = org.eclipse.equinox.p2.iu
requires.202.name = org.eclipse.mylyn.hudson.feature.group
requires.202.name = org.eclipse.mylyn.git.feature.group
requires.202.filter = (org.eclipse.epp.install.roots=true)

requires.203.namespace = org.eclipse.equinox.p2.iu
requires.203.name = org.eclipse.mylyn.reviews.feature.feature.group
requires.203.name = org.eclipse.mylyn.github.feature.feature.group
requires.203.filter = (org.eclipse.epp.install.roots=true)

requires.204.namespace = org.eclipse.equinox.p2.iu
requires.204.name = org.eclipse.mylyn.java_feature.feature.group
requires.204.name = org.eclipse.mylyn.hudson.feature.group
requires.204.filter = (org.eclipse.epp.install.roots=true)

requires.205.namespace = org.eclipse.equinox.p2.iu
requires.205.name = org.eclipse.mylyn.pde_feature.feature.group
requires.205.name = org.eclipse.mylyn.reviews.feature.feature.group
requires.205.filter = (org.eclipse.epp.install.roots=true)

requires.210.namespace = org.eclipse.equinox.p2.iu
requires.210.name = org.eclipse.mylyn.java_feature.feature.group
requires.210.filter = (org.eclipse.epp.install.roots=true)

requires.211.namespace = org.eclipse.equinox.p2.iu
requires.211.name = org.eclipse.mylyn.pde_feature.feature.group
requires.211.filter = (org.eclipse.epp.install.roots=true)
4 changes: 3 additions & 1 deletion packages/org.eclipse.epp.package.cpp.product/epp.product
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,11 @@ United States, other countries, or both.
<feature id="org.eclipse.egit" installMode="root"/>
<feature id="org.eclipse.jgit" installMode="root"/>
<feature id="org.eclipse.mylyn.wikitext_feature" installMode="root"/>
<feature id="org.eclipse.egit.mylyn" installMode="root"/>
<feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.git" installMode="root"/>
<feature id="org.eclipse.mylyn.github.feature" installMode="root"/>
<feature id="org.eclipse.mylyn.hudson" installMode="root"/>
<feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.reviews.feature" installMode="root"/>

<!-- product specific contents -->
Expand Down
18 changes: 13 additions & 5 deletions packages/org.eclipse.epp.package.cpp.product/p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -203,22 +203,30 @@ requires.132.name = org.eclipse.tracecompass.lttng2.ust.feature.group
requires.132.filter = (org.eclipse.epp.install.roots=true)

requires.200.namespace = org.eclipse.equinox.p2.iu
requires.200.name = org.eclipse.mylyn.ide_feature.feature.group
requires.200.name = org.eclipse.egit.mylyn.feature.group
requires.200.filter = (org.eclipse.epp.install.roots=true)

requires.201.namespace = org.eclipse.equinox.p2.iu
requires.201.name = org.eclipse.mylyn.git.feature.group
requires.201.name = org.eclipse.mylyn.ide_feature.feature.group
requires.201.filter = (org.eclipse.epp.install.roots=true)

requires.202.namespace = org.eclipse.equinox.p2.iu
requires.202.name = org.eclipse.mylyn.hudson.feature.group
requires.202.name = org.eclipse.mylyn.git.feature.group
requires.202.filter = (org.eclipse.epp.install.roots=true)

requires.203.namespace = org.eclipse.equinox.p2.iu
requires.203.name = org.eclipse.mylyn.reviews.feature.feature.group
requires.203.name = org.eclipse.mylyn.github.feature.feature.group
requires.203.filter = (org.eclipse.epp.install.roots=true)

requires.204.namespace = org.eclipse.equinox.p2.iu
requires.204.name = org.eclipse.cdt.mylyn.feature.group
requires.204.name = org.eclipse.mylyn.hudson.feature.group
requires.204.filter = (org.eclipse.epp.install.roots=true)

requires.205.namespace = org.eclipse.equinox.p2.iu
requires.205.name = org.eclipse.mylyn.reviews.feature.feature.group
requires.205.filter = (org.eclipse.epp.install.roots=true)

requires.210.namespace = org.eclipse.equinox.p2.iu
requires.210.name = org.eclipse.cdt.mylyn.feature.group
requires.210.filter = (org.eclipse.epp.install.roots=true)

4 changes: 3 additions & 1 deletion packages/org.eclipse.epp.package.dsl.product/epp.product
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,11 @@ United States, other countries, or both.
<feature id="org.eclipse.egit" installMode="root"/>
<feature id="org.eclipse.jgit" installMode="root"/>
<feature id="org.eclipse.mylyn.wikitext_feature" installMode="root"/>
<feature id="org.eclipse.egit.mylyn" installMode="root"/>
<feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.git" installMode="root"/>
<feature id="org.eclipse.mylyn.github.feature" installMode="root"/>
<feature id="org.eclipse.mylyn.hudson" installMode="root"/>
<feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.reviews.feature" installMode="root"/>

<!-- product specific contents -->
Expand Down
18 changes: 13 additions & 5 deletions packages/org.eclipse.epp.package.dsl.product/p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -143,21 +143,29 @@ requires.117.name = org.eclipse.buildship.feature.group
requires.117.filter = (org.eclipse.epp.install.roots=true)

requires.200.namespace = org.eclipse.equinox.p2.iu
requires.200.name = org.eclipse.mylyn.ide_feature.feature.group
requires.200.name = org.eclipse.egit.mylyn.feature.group
requires.200.filter = (org.eclipse.epp.install.roots=true)

requires.201.namespace = org.eclipse.equinox.p2.iu
requires.201.name = org.eclipse.mylyn.git.feature.group
requires.201.name = org.eclipse.mylyn.ide_feature.feature.group
requires.201.filter = (org.eclipse.epp.install.roots=true)

requires.202.namespace = org.eclipse.equinox.p2.iu
requires.202.name = org.eclipse.mylyn.hudson.feature.group
requires.202.name = org.eclipse.mylyn.git.feature.group
requires.202.filter = (org.eclipse.epp.install.roots=true)

requires.203.namespace = org.eclipse.equinox.p2.iu
requires.203.name = org.eclipse.mylyn.reviews.feature.feature.group
requires.203.name = org.eclipse.mylyn.github.feature.feature.group
requires.203.filter = (org.eclipse.epp.install.roots=true)

requires.204.namespace = org.eclipse.equinox.p2.iu
requires.204.name = org.eclipse.mylyn.java_feature.feature.group
requires.204.name = org.eclipse.mylyn.hudson.feature.group
requires.204.filter = (org.eclipse.epp.install.roots=true)

requires.205.namespace = org.eclipse.equinox.p2.iu
requires.205.name = org.eclipse.mylyn.reviews.feature.feature.group
requires.205.filter = (org.eclipse.epp.install.roots=true)

requires.210.namespace = org.eclipse.equinox.p2.iu
requires.210.name = org.eclipse.mylyn.java_feature.feature.group
requires.210.filter = (org.eclipse.epp.install.roots=true)
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,11 @@ United States, other countries, or both.
<feature id="org.eclipse.egit" installMode="root"/>
<feature id="org.eclipse.jgit" installMode="root"/>
<feature id="org.eclipse.mylyn.wikitext_feature" installMode="root"/>
<feature id="org.eclipse.egit.mylyn" installMode="root"/>
<feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.git" installMode="root"/>
<feature id="org.eclipse.mylyn.github.feature" installMode="root"/>
<feature id="org.eclipse.mylyn.hudson" installMode="root"/>
<feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.reviews.feature" installMode="root"/>

<!-- product specific contents -->
Expand Down
18 changes: 13 additions & 5 deletions packages/org.eclipse.epp.package.embedcpp.product/p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -267,22 +267,30 @@ requires.148.name = org.eclipse.embedcdt.templates.xpack.feature.group
requires.148.filter = (org.eclipse.epp.install.roots=true)

requires.200.namespace = org.eclipse.equinox.p2.iu
requires.200.name = org.eclipse.mylyn.ide_feature.feature.group
requires.200.name = org.eclipse.egit.mylyn.feature.group
requires.200.filter = (org.eclipse.epp.install.roots=true)

requires.201.namespace = org.eclipse.equinox.p2.iu
requires.201.name = org.eclipse.mylyn.git.feature.group
requires.201.name = org.eclipse.mylyn.ide_feature.feature.group
requires.201.filter = (org.eclipse.epp.install.roots=true)

requires.202.namespace = org.eclipse.equinox.p2.iu
requires.202.name = org.eclipse.mylyn.hudson.feature.group
requires.202.name = org.eclipse.mylyn.git.feature.group
requires.202.filter = (org.eclipse.epp.install.roots=true)

requires.203.namespace = org.eclipse.equinox.p2.iu
requires.203.name = org.eclipse.mylyn.reviews.feature.feature.group
requires.203.name = org.eclipse.mylyn.github.feature.feature.group
requires.203.filter = (org.eclipse.epp.install.roots=true)

requires.204.namespace = org.eclipse.equinox.p2.iu
requires.204.name = org.eclipse.cdt.mylyn.feature.group
requires.204.name = org.eclipse.mylyn.hudson.feature.group
requires.204.filter = (org.eclipse.epp.install.roots=true)

requires.205.namespace = org.eclipse.equinox.p2.iu
requires.205.name = org.eclipse.mylyn.reviews.feature.feature.group
requires.205.filter = (org.eclipse.epp.install.roots=true)

requires.210.namespace = org.eclipse.equinox.p2.iu
requires.210.name = org.eclipse.cdt.mylyn.feature.group
requires.210.filter = (org.eclipse.epp.install.roots=true)

4 changes: 3 additions & 1 deletion packages/org.eclipse.epp.package.java.product/epp.product
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,11 @@ United States, other countries, or both.
<feature id="org.eclipse.egit" installMode="root"/>
<feature id="org.eclipse.jgit" installMode="root"/>
<feature id="org.eclipse.mylyn.wikitext_feature" installMode="root"/>
<feature id="org.eclipse.egit.mylyn" installMode="root"/>
<feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.git" installMode="root"/>
<feature id="org.eclipse.mylyn.github.feature" installMode="root"/>
<feature id="org.eclipse.mylyn.hudson" installMode="root"/>
<feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.reviews.feature" installMode="root"/>

<!-- product specific contents -->
Expand Down
18 changes: 13 additions & 5 deletions packages/org.eclipse.epp.package.java.product/p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -135,22 +135,30 @@ requires.115.name = org.eclipse.jdt.bcoview.feature.feature.group
requires.115.filter = (org.eclipse.epp.install.roots=true)

requires.200.namespace = org.eclipse.equinox.p2.iu
requires.200.name = org.eclipse.mylyn.ide_feature.feature.group
requires.200.name = org.eclipse.egit.mylyn.feature.group
requires.200.filter = (org.eclipse.epp.install.roots=true)

requires.201.namespace = org.eclipse.equinox.p2.iu
requires.201.name = org.eclipse.mylyn.git.feature.group
requires.201.name = org.eclipse.mylyn.ide_feature.feature.group
requires.201.filter = (org.eclipse.epp.install.roots=true)

requires.202.namespace = org.eclipse.equinox.p2.iu
requires.202.name = org.eclipse.mylyn.hudson.feature.group
requires.202.name = org.eclipse.mylyn.git.feature.group
requires.202.filter = (org.eclipse.epp.install.roots=true)

requires.203.namespace = org.eclipse.equinox.p2.iu
requires.203.name = org.eclipse.mylyn.reviews.feature.feature.group
requires.203.name = org.eclipse.mylyn.github.feature.feature.group
requires.203.filter = (org.eclipse.epp.install.roots=true)

requires.204.namespace = org.eclipse.equinox.p2.iu
requires.204.name = org.eclipse.mylyn.java_feature.feature.group
requires.204.name = org.eclipse.mylyn.hudson.feature.group
requires.204.filter = (org.eclipse.epp.install.roots=true)

requires.205.namespace = org.eclipse.equinox.p2.iu
requires.205.name = org.eclipse.mylyn.reviews.feature.feature.group
requires.205.filter = (org.eclipse.epp.install.roots=true)

requires.210.namespace = org.eclipse.equinox.p2.iu
requires.210.name = org.eclipse.mylyn.java_feature.feature.group
requires.210.filter = (org.eclipse.epp.install.roots=true)

4 changes: 3 additions & 1 deletion packages/org.eclipse.epp.package.jee.product/epp.product
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,11 @@ United States, other countries, or both.
<feature id="org.eclipse.egit" installMode="root"/>
<feature id="org.eclipse.jgit" installMode="root"/>
<feature id="org.eclipse.mylyn.wikitext_feature" installMode="root"/>
<feature id="org.eclipse.egit.mylyn" installMode="root"/>
<feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.git" installMode="root"/>
<feature id="org.eclipse.mylyn.github.feature" installMode="root"/>
<feature id="org.eclipse.mylyn.hudson" installMode="root"/>
<feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.reviews.feature" installMode="root"/>

<!-- product specific contents -->
Expand Down
20 changes: 14 additions & 6 deletions packages/org.eclipse.epp.package.jee.product/p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -399,25 +399,33 @@ requires.181.name = org.eclipse.jdt.bcoview.feature.feature.group
requires.181.filter = (org.eclipse.epp.install.roots=true)

requires.200.namespace = org.eclipse.equinox.p2.iu
requires.200.name = org.eclipse.mylyn.ide_feature.feature.group
requires.200.name = org.eclipse.egit.mylyn.feature.group
requires.200.filter = (org.eclipse.epp.install.roots=true)

requires.201.namespace = org.eclipse.equinox.p2.iu
requires.201.name = org.eclipse.mylyn.git.feature.group
requires.201.name = org.eclipse.mylyn.ide_feature.feature.group
requires.201.filter = (org.eclipse.epp.install.roots=true)

requires.202.namespace = org.eclipse.equinox.p2.iu
requires.202.name = org.eclipse.mylyn.hudson.feature.group
requires.202.name = org.eclipse.mylyn.git.feature.group
requires.202.filter = (org.eclipse.epp.install.roots=true)

requires.203.namespace = org.eclipse.equinox.p2.iu
requires.203.name = org.eclipse.mylyn.reviews.feature.feature.group
requires.203.name = org.eclipse.mylyn.github.feature.feature.group
requires.203.filter = (org.eclipse.epp.install.roots=true)

requires.204.namespace = org.eclipse.equinox.p2.iu
requires.204.name = org.eclipse.mylyn.java_feature.feature.group
requires.204.name = org.eclipse.mylyn.hudson.feature.group
requires.204.filter = (org.eclipse.epp.install.roots=true)

requires.205.namespace = org.eclipse.equinox.p2.iu
requires.205.name = org.eclipse.mylyn.pde_feature.feature.group
requires.205.name = org.eclipse.mylyn.reviews.feature.feature.group
requires.205.filter = (org.eclipse.epp.install.roots=true)

requires.210.namespace = org.eclipse.equinox.p2.iu
requires.210.name = org.eclipse.mylyn.java_feature.feature.group
requires.210.filter = (org.eclipse.epp.install.roots=true)

requires.211.namespace = org.eclipse.equinox.p2.iu
requires.211.name = org.eclipse.mylyn.pde_feature.feature.group
requires.211.filter = (org.eclipse.epp.install.roots=true)
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,11 @@ United States, other countries, or both.
<feature id="org.eclipse.egit" installMode="root"/>
<feature id="org.eclipse.jgit" installMode="root"/>
<feature id="org.eclipse.mylyn.wikitext_feature" installMode="root"/>
<feature id="org.eclipse.egit.mylyn" installMode="root"/>
<feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.git" installMode="root"/>
<feature id="org.eclipse.mylyn.github.feature" installMode="root"/>
<feature id="org.eclipse.mylyn.hudson" installMode="root"/>
<feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.reviews.feature" installMode="root"/>

<!-- product specific contents -->
Expand Down
20 changes: 14 additions & 6 deletions packages/org.eclipse.epp.package.modeling.product/p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -199,27 +199,35 @@ requires.131.name = org.eclipse.pde.spies.feature.group
requires.131.filter = (org.eclipse.epp.install.roots=true)

requires.200.namespace = org.eclipse.equinox.p2.iu
requires.200.name = org.eclipse.mylyn.ide_feature.feature.group
requires.200.name = org.eclipse.egit.mylyn.feature.group
requires.200.filter = (org.eclipse.epp.install.roots=true)

requires.201.namespace = org.eclipse.equinox.p2.iu
requires.201.name = org.eclipse.mylyn.git.feature.group
requires.201.name = org.eclipse.mylyn.ide_feature.feature.group
requires.201.filter = (org.eclipse.epp.install.roots=true)

requires.202.namespace = org.eclipse.equinox.p2.iu
requires.202.name = org.eclipse.mylyn.hudson.feature.group
requires.202.name = org.eclipse.mylyn.git.feature.group
requires.202.filter = (org.eclipse.epp.install.roots=true)

requires.203.namespace = org.eclipse.equinox.p2.iu
requires.203.name = org.eclipse.mylyn.reviews.feature.feature.group
requires.203.name = org.eclipse.mylyn.github.feature.feature.group
requires.203.filter = (org.eclipse.epp.install.roots=true)

requires.204.namespace = org.eclipse.equinox.p2.iu
requires.204.name = org.eclipse.mylyn.java_feature.feature.group
requires.204.name = org.eclipse.mylyn.hudson.feature.group
requires.204.filter = (org.eclipse.epp.install.roots=true)

requires.205.namespace = org.eclipse.equinox.p2.iu
requires.205.name = org.eclipse.mylyn.pde_feature.feature.group
requires.205.name = org.eclipse.mylyn.reviews.feature.feature.group
requires.205.filter = (org.eclipse.epp.install.roots=true)

requires.210.namespace = org.eclipse.equinox.p2.iu
requires.210.name = org.eclipse.mylyn.java_feature.feature.group
requires.210.filter = (org.eclipse.epp.install.roots=true)

requires.211.namespace = org.eclipse.equinox.p2.iu
requires.211.name = org.eclipse.mylyn.pde_feature.feature.group
requires.211.filter = (org.eclipse.epp.install.roots=true)


Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,11 @@ United States, other countries, or both.
<feature id="org.eclipse.egit" installMode="root"/>
<feature id="org.eclipse.jgit" installMode="root"/>
<feature id="org.eclipse.mylyn.wikitext_feature" installMode="root"/>
<feature id="org.eclipse.egit.mylyn" installMode="root"/>
<feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.git" installMode="root"/>
<feature id="org.eclipse.mylyn.github.feature" installMode="root"/>
<feature id="org.eclipse.mylyn.hudson" installMode="root"/>
<feature id="org.eclipse.mylyn.ide_feature" installMode="root"/>
<feature id="org.eclipse.mylyn.reviews.feature" installMode="root"/>

<!-- product specific contents -->
Expand Down

0 comments on commit 907bd62

Please sign in to comment.