use the STS 3.9.6 release as a base for common components for the STS4 release build

This commit is contained in:
Martin Lippert
2018-09-20 10:29:25 +02:00
parent 2247a55467
commit 7b9f21027b
2 changed files with 10 additions and 3 deletions

View File

@@ -55,8 +55,10 @@
<dist.pathpostfix>nightly</dist.pathpostfix>
<dist.path>${dist.type}/${dist.key}/${dist.project}/${dist.pathpostfix}</dist.path>
<eclipsecommons-p2-repo>http://dist.springsource.com/snapshot/TOOLS/eclipse-integration-commons/nightly</eclipsecommons-p2-repo>
<springide-p2-repo>http://dist.springframework.org/snapshot/IDE/nightly</springide-p2-repo>
<!-- <eclipsecommons-p2-repo>http://dist.springsource.com/snapshot/TOOLS/eclipse-integration-commons/nightly</eclipsecommons-p2-repo>
<springide-p2-repo>http://dist.springframework.org/snapshot/IDE/nightly</springide-p2-repo> -->
<eclipsecommons-p2-repo>http://dist.springsource.com/release/TOOLS/eclipse-integration-commons/3.9.6.RELEASE/</eclipsecommons-p2-repo>
<springide-p2-repo>http://dist.springframework.org/release/IDE/3.9.6.RELEASE</springide-p2-repo>
<sts4-language-servers-p2-repo>http://dist.springsource.com/${dist.type}/TOOLS/sts4-language-server-integrations/${sts4-language-servers-version}</sts4-language-servers-p2-repo>
<tycho-version>0.26.0</tycho-version>

View File

@@ -239,10 +239,15 @@
<layout>p2</layout>
<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20180905201904/repository</url>
</repository>
<repository>
<!-- <repository>
<id>e-i-commons</id>
<layout>p2</layout>
<url>http://dist.springframework.org/snapshot/IDE/nightly</url>
</repository> -->
<repository>
<id>e-i-commons</id>
<layout>p2</layout>
<url>http://dist.springframework.org/release/IDE/3.9.6.RELEASE</url>
</repository>
<repository>
<id>lsp4e</id>