mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-10 18:45:26 +02:00
Build against 2018-12 stream.
Change-Id: I02ce424eaeb0ed95b0a42c1792b8d90845a45b35 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
parent
3bae6cbcd9
commit
f617a5f6fe
3 changed files with 5 additions and 36 deletions
16
pom.xml
16
pom.xml
|
@ -19,7 +19,7 @@
|
||||||
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
|
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
|
||||||
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
|
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
|
||||||
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
|
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
|
||||||
<help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.8</help-docs-eclipserun-repo>
|
<help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.10</help-docs-eclipserun-repo>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<licenses>
|
<licenses>
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>platform</id>
|
<id>platform</id>
|
||||||
<url>http://download.eclipse.org/eclipse/updates/4.8/</url>
|
<url>http://download.eclipse.org/eclipse/updates/4.10/</url>
|
||||||
<layout>p2</layout>
|
<layout>p2</layout>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>cdt</id>
|
<id>cdt</id>
|
||||||
<url>http://download.eclipse.org/tools/cdt/releases/9.5/</url>
|
<url>http://download.eclipse.org/tools/cdt/releases/9.6/</url>
|
||||||
<layout>p2</layout>
|
<layout>p2</layout>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
|
@ -209,21 +209,11 @@
|
||||||
<resolver>p2</resolver>
|
<resolver>p2</resolver>
|
||||||
<pomDependencies>consider</pomDependencies>
|
<pomDependencies>consider</pomDependencies>
|
||||||
<environments>
|
<environments>
|
||||||
<environment>
|
|
||||||
<os>linux</os>
|
|
||||||
<ws>gtk</ws>
|
|
||||||
<arch>x86</arch>
|
|
||||||
</environment>
|
|
||||||
<environment>
|
<environment>
|
||||||
<os>linux</os>
|
<os>linux</os>
|
||||||
<ws>gtk</ws>
|
<ws>gtk</ws>
|
||||||
<arch>x86_64</arch>
|
<arch>x86_64</arch>
|
||||||
</environment>
|
</environment>
|
||||||
<environment>
|
|
||||||
<os>win32</os>
|
|
||||||
<ws>win32</ws>
|
|
||||||
<arch>x86</arch>
|
|
||||||
</environment>
|
|
||||||
<environment>
|
<environment>
|
||||||
<os>win32</os>
|
<os>win32</os>
|
||||||
<ws>win32</ws>
|
<ws>win32</ws>
|
||||||
|
|
|
@ -5,5 +5,5 @@ Bundle-SymbolicName: org.eclipse.launchbar.core.tests;singleton:=true
|
||||||
Bundle-Version: 1.0.0.qualifier
|
Bundle-Version: 1.0.0.qualifier
|
||||||
Fragment-Host: org.eclipse.launchbar.core;bundle-version="1.0.0"
|
Fragment-Host: org.eclipse.launchbar.core;bundle-version="1.0.0"
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||||||
Require-Bundle: org.junit;bundle-version="4.11.0",
|
Require-Bundle: org.junit;bundle-version="4.12.0",
|
||||||
org.mockito;bundle-version="1.9.5"
|
org.mockito;bundle-version="2.23.0"
|
||||||
|
|
|
@ -15,25 +15,4 @@
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.0.0-SNAPSHOT</version>
|
||||||
|
|
||||||
<packaging>eclipse-test-plugin</packaging>
|
<packaging>eclipse-test-plugin</packaging>
|
||||||
|
|
||||||
<build>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.eclipse.tycho</groupId>
|
|
||||||
<artifactId>target-platform-configuration</artifactId>
|
|
||||||
<version>${tycho-version}</version>
|
|
||||||
<configuration>
|
|
||||||
<dependency-resolution>
|
|
||||||
<extraRequirements>
|
|
||||||
<requirement>
|
|
||||||
<type>eclipse-plugin</type>
|
|
||||||
<id>org.hamcrest</id>
|
|
||||||
<versionRange>0.0.0</versionRange>
|
|
||||||
</requirement>
|
|
||||||
</extraRequirements>
|
|
||||||
</dependency-resolution>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</build>
|
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Add table
Reference in a new issue