mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Add license repo to pom.xml
Signed-off-by: Greg Watson <g.watson@computer.org>
This commit is contained in:
parent
fc894f8ec2
commit
c863256c2f
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
<platform-site>http://download.eclipse.org/eclipse/updates/${platform-version}</platform-site>
|
||||
<cdt-version>8.4</cdt-version>
|
||||
<cdt-site>http://download.eclipse.org/tools/cdt/builds/${cdt-version}/nightly</cdt-site>
|
||||
<license-site>http://download.eclipse.org/cbi/updates/license</license-site>
|
||||
<remote-install-dir>/home/data/httpd/download.eclipse.org/tools/ptp/builds/remote/${eclipse-release}/nightly</remote-install-dir>
|
||||
</properties>
|
||||
|
||||
|
@ -59,6 +60,11 @@
|
|||
<url>${cdt-site}</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>license</id>
|
||||
<url>${license-site}</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<pluginRepositories>
|
||||
|
|
Loading…
Add table
Reference in a new issue