mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 03:45:35 +02:00
Terminal: Fix build to pull in old terminal view from 3.7 maintenance branch
This commit is contained in:
parent
4ea0c5f440
commit
49a9b72b28
1 changed files with 6 additions and 0 deletions
|
@ -65,6 +65,7 @@
|
|||
<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>
|
||||
<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>
|
||||
|
||||
<repositories>
|
||||
|
@ -103,6 +104,11 @@
|
|||
<url>${rxtx-site}</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>tm-luna</id>
|
||||
<url>${tm-luna-site}</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
|
|
Loading…
Add table
Reference in a new issue