Skip to content

Commit 2c4133d

Browse files
committed
Add a working set for the terminal
1 parent 2b00717 commit 2c4133d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

oomph/Platform.setup

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
</setupTask>
204204
</setupTask>
205205
<project name="platform"
206-
label="Ant, Base, Debug, Runtime, Resources, Team, User Assistance, and Update">
206+
label="Ant, Base, Debug, Runtime, Resources, Team, Terminal, User Assistance, and Update">
207207
<annotation
208208
source="http://www.eclipse.org/oomph/setup/ConfigurationReference">
209209
<reference
@@ -396,6 +396,16 @@
396396
relativePathPattern="team/bundles/.*"/>
397397
</predicate>
398398
</workingSet>
399+
<workingSet
400+
name="Platform Terminal">
401+
<predicate
402+
xsi:type="predicates:AndPredicate">
403+
<operand
404+
xsi:type="predicates:RepositoryPredicate"
405+
project="org.eclipse.team.core"
406+
relativePathPattern="terminal/.*"/>
407+
</predicate>
408+
</workingSet>
399409
<workingSet
400410
name="Platform Team Examples">
401411
<predicate

0 commit comments

Comments
 (0)