Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-04-27 12:34:38 +0000
committerQuentin Le Menez2018-04-27 13:26:58 +0000
commit6a600cef62cdb3724538e7abec7cbcca5ae4e86f (patch)
tree4200fbe749e9cb13fd18d07a94475ad941774a48 /releng/main
parent49c45b270646df94c04c694fde5fe0b827ca115d (diff)
downloadorg.eclipse.papyrus-6a600cef62cdb3724538e7abec7cbcca5ae4e86f.tar.gz
org.eclipse.papyrus-6a600cef62cdb3724538e7abec7cbcca5ae4e86f.tar.xz
org.eclipse.papyrus-6a600cef62cdb3724538e7abec7cbcca5ae4e86f.zip
Bug 518452 - [releng] [photon] Add a new update site dependency to point to 1.9.1 automatically upon update
Change-Id: Icb77ae68fbbb87df66268cb457cc75d1d887e7ef Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'releng/main')
-rw-r--r--releng/main/site/pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/releng/main/site/pom.xml b/releng/main/site/pom.xml
index c9ba0ae5619..8c0856a9796 100644
--- a/releng/main/site/pom.xml
+++ b/releng/main/site/pom.xml
@@ -24,8 +24,6 @@
</plugin>
<!-- workaround https://bugs.eclipse.org/bugs/show_bug.cgi?id=453708 -->
- <!-- The XWT reference should be removed as soon as the next XWT release is published
- as the fix for the properties view performance issues requires the 1.3.1 or above -->
<plugin>
<groupId>org.jboss.tools.tycho-plugins</groupId>
<artifactId>repository-utils</artifactId>
@@ -39,6 +37,11 @@
<!-- p2 update site transitive dependencies repositories -->
<associateSites>
+ <!-- this update site i used to ease the update for users after our transition to Batik 1.9.1
+ as those plugins are still not part of the eclipse M7 build -->
+ <site>http://download.eclipse.org/tools/orbit/downloads/drops/I20180417184143/repository/</site>
+ <!-- The XWT reference should be removed as soon as the next XWT release is published
+ as the fix for the properties view performance issues requires the 1.3.1 or above -->
<site>http://download.eclipse.org/xwt/updates</site>
</associateSites>
</configuration>

Back to the top