1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 18:05:33 +02:00

Configure repo.eclipse.org

Change-Id: I0f6682cfdf77a2f99b7f81b11bfbfd64c2ed5f3f
Signed-off-by: Greg Watson <g.watson@computer.org>
This commit is contained in:
Greg Watson 2019-06-25 09:41:08 -04:00
parent f3ca265bf4
commit c7e6603357

View file

@ -79,27 +79,25 @@
</modules>
<repositories>
<!-- repository>
<id>platform-${platform-version}</id>
<url>${platform-site}</url>
<layout>p2</layout>
</repository-->
<repository>
<id>license</id>
<url>${license-site}</url>
<layout>p2</layout>
</repository>
<!--repository>
<id>tm</id>
<url>${tm-site}</url>
<layout>p2</layout>
</repository>
<repository>
<id>cdt</id>
<url>${cdt-site}</url>
<layout>p2</layout>
</repository-->
</repositories>
<distributionManagement>
<repository>
<id>repo.eclipse.org</id>
<name>Project Repository - Releases</name>
<url>https://repo.eclipse.org/content/repositoryries/ptp-releases</url>
</repository>
<snapshotRepository>
<id>repo.eclipse.org</id>
<name>Project Repository - Snapshots</name>
<url>https://repo.eclipse.org/content/repositoryries/ptp-snapshots</url>
</snapshotRepository>
</distributionManagement>
<build>
<plugins>