Skip to content

Commit

Permalink
Re-enable Mylyn for PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Aug 25, 2023
1 parent 03543c7 commit 254ee92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/org.eclipse.epp.package.php.product/epp.product
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,7 @@ United States, other countries, or both.
<feature id="org.eclipse.wst.xml_ui.feature" installMode="root"/>
<feature id="org.eclipse.wildwebdeveloper.feature" installMode="root"/>
<feature id="org.eclipse.wildwebdeveloper.embedder.node.feature" installMode="root"/>
<!-- disabled due to mylyn feature changes - needs to be reenabled once PDT makes corresponding changes -->
<!-- <feature id="org.eclipse.php.mylyn" installMode="root"/> -->
<feature id="org.eclipse.php.mylyn" installMode="root"/>
</features>
<plugins>
<plugin id="slf4j.api"/>
Expand Down
7 changes: 3 additions & 4 deletions packages/org.eclipse.epp.package.php.product/p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ requires.206.namespace = org.eclipse.equinox.p2.iu
requires.206.name = org.eclipse.mylyn.reviews.feature.feature.group
requires.206.filter = (org.eclipse.epp.install.roots=true)

# disabled due to mylyn feature changes - needs to be reenabled once PDT makes corresponding changes -->
#requires.210.namespace = org.eclipse.equinox.p2.iu
#requires.210.name = org.eclipse.php.mylyn.feature.group
#requires.210.filter = (org.eclipse.epp.install.roots=true)
requires.210.namespace = org.eclipse.equinox.p2.iu
requires.210.name = org.eclipse.php.mylyn.feature.group
requires.210.filter = (org.eclipse.epp.install.roots=true)

0 comments on commit 254ee92

Please sign in to comment.