1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 20:05:35 +02:00

Terminal: Fix build to pull in old terminal view from 3.7 maintenance branch

This commit is contained in:
Uwe Stieber 2015-03-11 12:03:48 +01:00
parent 4ea0c5f440
commit 49a9b72b28

View file

@ -65,6 +65,7 @@
<remote-site>http://download.eclipse.org/tools/ptp/builds/remote/mars/milestones</remote-site> <remote-site>http://download.eclipse.org/tools/ptp/builds/remote/mars/milestones</remote-site>
<swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site> <swtbot-site>http://download.eclipse.org/technology/swtbot/releases/latest/</swtbot-site>
<rxtx-site>http://archive.eclipse.org/tm/updates/rxtx</rxtx-site> <rxtx-site>http://archive.eclipse.org/tm/updates/rxtx</rxtx-site>
<tm-luna-site>http://download.eclipse.org/tm/builds/luna/nightly<tm-luna-site>
</properties> </properties>
<repositories> <repositories>
@ -103,6 +104,11 @@
<url>${rxtx-site}</url> <url>${rxtx-site}</url>
<layout>p2</layout> <layout>p2</layout>
</repository> </repository>
<repository>
<id>tm-luna</id>
<url>${tm-luna-site}</url>
<layout>p2</layout>
</repository>
</repositories> </repositories>
<pluginRepositories> <pluginRepositories>