Skip to content

Commit beecd83

Browse files
committed
Add back the cdt site for the tests plugin.
1 parent 13caf55 commit beecd83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
<properties>
8585
<eclipse-site>http://download.eclipse.org/releases/indigo</eclipse-site>
8686
<platform-version>[3.7,3.8)</platform-version>
87+
<cdt-site>http://download.eclipse.org/tools/cdt/updates/indigo/</cdt-site>
8788
</properties>
8889
</profile>
8990
</profiles>
@@ -121,6 +122,11 @@
121122
<layout>p2</layout>
122123
<url>${orbit-site}</url>
123124
</repository>
125+
<repository>
126+
<id>cdt</id>
127+
<layout>p2</layout>
128+
<url>${cdt-site}</url>
129+
</repository>
124130
</repositories>
125131

126132
<build>

0 commit comments

Comments
 (0)