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
Expand Up @@ -173,6 +173,9 @@
<logFile
name="org.eclipse.team.tests.core"
type="test" />
<logFile
name="org.eclipse.terminal.test"
type="test" />
<logFile
name="org.eclipse.tests.urischeme"
type="test" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -391,4 +391,8 @@
id="com.github.weisj.jsvg"
version="0.0.0"/>

<plugin
id="org.eclipse.terminal.test"
version="0.0.0"/>

</feature>
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,12 @@
<runTests testPlugin="org.eclipse.team.tests.core" />
</target>

<target
name="terminal"
depends="init">
<runTests testPlugin="org.eclipse.terminal.test" />
</target>

<target
name="ui"
depends="init">
Expand Down Expand Up @@ -1716,6 +1722,7 @@
<antcall target="jfacedatabinding" />
<antcall target="filebuffers" />
<antcall target="teamcore" />
<antcall target="terminal" />
<antcall target="uadoc" />
<antcall target="uieditors" />
<antcall target="uinavigator" />
Expand Down
Loading