[eclipse/xtext#1422] update to tycho 1.4.0

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2019-03-24 09:30:10 +01:00
parent d91faabd5d
commit ffd6e4ce40
14 changed files with 11 additions and 75 deletions

View file

@ -12,7 +12,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>1.3.0</tycho-version>
<tycho-version>1.4.0</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>

View file

@ -12,7 +12,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>1.3.0</tycho-version>
<tycho-version>1.4.0</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>

View file

@ -12,7 +12,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>1.3.0</tycho-version>
<tycho-version>1.4.0</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>

View file

@ -15,25 +15,6 @@
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<dependency-resolution>
<extraRequirements>
<!-- to get the org.eclipse.osgi.compatibility.state plugin
if the target platform is Luna or later.
(backward compatible with kepler and previous versions)
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=492149 -->
<requirement>
<type>eclipse-feature</type>
<id>org.eclipse.rcp</id>
<versionRange>0.0.0</versionRange>
</requirement>
</extraRequirements>
</dependency-resolution>
</configuration>
</plugin>
</plugins>
</build>

View file

@ -12,7 +12,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>1.3.0</tycho-version>
<tycho-version>1.4.0</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>

View file

@ -15,25 +15,6 @@
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<dependency-resolution>
<extraRequirements>
<!-- to get the org.eclipse.osgi.compatibility.state plugin
if the target platform is Luna or later.
(backward compatible with kepler and previous versions)
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=492149 -->
<requirement>
<type>eclipse-feature</type>
<id>org.eclipse.rcp</id>
<versionRange>0.0.0</versionRange>
</requirement>
</extraRequirements>
</dependency-resolution>
</configuration>
</plugin>
</plugins>
</build>

View file

@ -12,7 +12,7 @@
<maven.compiler.source>9</maven.compiler.source>
<maven.compiler.target>9</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>1.3.0</tycho-version>
<tycho-version>1.4.0</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>

View file

@ -15,25 +15,6 @@
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<configuration>
<dependency-resolution>
<extraRequirements>
<!-- to get the org.eclipse.osgi.compatibility.state plugin
if the target platform is Luna or later.
(backward compatible with kepler and previous versions)
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=492149 -->
<requirement>
<type>eclipse-feature</type>
<id>org.eclipse.rcp</id>
<versionRange>0.0.0</versionRange>
</requirement>
</extraRequirements>
</dependency-resolution>
</configuration>
</plugin>
</plugins>
</build>

View file

@ -12,7 +12,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- Tycho settings -->
<tycho-version>1.3.0</tycho-version>
<tycho-version>1.4.0</tycho-version>
<!-- Define overridable properties for tycho-surefire-plugin -->
<platformSystemProperties></platformSystemProperties>
<moduleProperties></moduleProperties>

View file

@ -68,7 +68,7 @@ class ParentProjectDescriptor extends ProjectDescriptor {
}
def String getTychoVersion() {
'1.3.0'
'1.4.0'
}
def private CharSequence loadResource(String resourcePath) {

View file

@ -103,8 +103,6 @@ abstract class TestProjectDescriptor extends ProjectDescriptor {
<useUIHarness>true</useUIHarness>
</configuration>
</plugin>
«ENDIF»
«IF isEclipsePluginProject»
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>

View file

@ -115,7 +115,7 @@ public class ParentProjectDescriptor extends ProjectDescriptor {
}
public String getTychoVersion() {
return "1.3.0";
return "1.4.0";
}
private CharSequence loadResource(final String resourcePath) {

View file

@ -238,11 +238,6 @@ public abstract class TestProjectDescriptor extends ProjectDescriptor {
_builder.append("\t\t");
_builder.append("</plugin>");
_builder.newLine();
}
}
{
boolean _isEclipsePluginProject_1 = this.isEclipsePluginProject();
if (_isEclipsePluginProject_1) {
_builder.append("\t\t");
_builder.append("<plugin>");
_builder.newLine();
@ -320,8 +315,8 @@ public abstract class TestProjectDescriptor extends ProjectDescriptor {
}
}
{
boolean _isEclipsePluginProject_2 = this.isEclipsePluginProject();
boolean _not = (!_isEclipsePluginProject_2);
boolean _isEclipsePluginProject_1 = this.isEclipsePluginProject();
boolean _not = (!_isEclipsePluginProject_1);
if (_not) {
_builder.append("\t\t");
_builder.append("<plugin>");

View file

@ -9,7 +9,7 @@
<properties>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<tycho-version>1.3.0</tycho-version>
<tycho-version>1.4.0</tycho-version>
<root-dir>${basedir}/..</root-dir>
<JENKINS_URL>https://ci.eclipse.org/xtext</JENKINS_URL>
<upstreamBranch>master</upstreamBranch>