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:
parent
f3ca265bf4
commit
c7e6603357
1 changed files with 13 additions and 15 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue