Skip to content

Commit 7c2d8b8

Browse files
jonahgrahammerks
authored andcommitted
Update from most org.eclipse.tm.terminal.* features to org.eclipse.terminal
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
1 parent 5a5410b commit 7c2d8b8

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
bin.includes = feature.xml,\
2+
p2.inf,\
23
feature.properties
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
# The Eclipse Terminal feature replaces a whole set of features that the TM project
3+
# used to provide. The granularity of the TM project is collapsed into a single
4+
# feature in Eclipse Terminal. For ISVs that require additional granularity they
5+
# are advised to provide their own features that lists their requirements
6+
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'))

0 commit comments

Comments
 (0)