Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bin.includes = feature.xml,\
p2.inf,\
feature.properties
6 changes: 6 additions & 0 deletions terminal/features/org.eclipse.terminal.feature/p2.inf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# The Eclipse Terminal feature replaces a whole set of features that the TM project
# used to provide. The granularity of the TM project is collapsed into a single
# feature in Eclipse Terminal. For ISVs that require additional granularity they
# are advised to provide their own features that lists their requirements
update.matchExp=providedCapabilities.exists(pc | pc.namespace == 'org.eclipse.equinox.p2.iu' && (pc.name == 'org.eclipse.terminal.feature.feature.group' || pc.name == 'org.eclipse.tm.terminal.connector.local.feature.feature.group' || pc.name == 'org.eclipse.tm.terminal.connector.ssh.feature.feature.group' || pc.name == 'org.eclipse.tm.terminal.connector.telnet.feature.feature.group' || pc.name == 'org.eclipse.tm.terminal.control.feature.feature.group' || pc.name == 'org.eclipse.tm.terminal.feature.feature.group' || pc.name == 'org.eclipse.tm.terminal.view.feature.feature.group'))
Loading