releng: Update tycho-eclipserun to use Eclipse 4.5
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 10 Jul 2015 04:39:29 +0000 (00:39 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 10 Jul 2015 17:07:46 +0000 (13:07 -0400)
As far as I know, there hasn't been any changes to help index format
(Apache Lucene) but it's just less dependencies to download since we are
building against Eclipse 4.5 already.

Change-Id: I41ea76eca135de50fac321a85d9e150e51f317e1
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/51695
Reviewed-by: Hudson CI
Reviewed-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Tested-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
pom.xml

diff --git a/pom.xml b/pom.xml
index 5e4552f3104ba1c253ced2fd22531998cd54a787..0d2ab16bb04bf51c19e67a4c5d07d9acac8a161b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
   <sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
   <sonar.java.source>1.7</sonar.java.source>
   <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-  <help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.4</help-docs-eclipserun-repo>
+  <help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.5</help-docs-eclipserun-repo>
   <!-- Disable GTK3 because it's not quite usable yet and it can make the tests hang (bug in IcedTea http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1736) -->
   <SWT_GTK3>0</SWT_GTK3>
 </properties>
This page took 0.025963 seconds and 5 git commands to generate.