mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 02:06:01 +02:00
[releng] Update comparator.repo to latest released CDT
Change-Id: Ib2fc576e4d6f79f8b5303032e7e27f73f5b7e45b
This commit is contained in:
parent
bf6f758bd3
commit
7d2e842884
6 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %bundleName
|
Bundle-Name: %bundleName
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.debug.application;singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.debug.application;singleton:=true
|
||||||
Bundle-Version: 1.2.100.qualifier
|
Bundle-Version: 1.2.200.qualifier
|
||||||
Bundle-Activator: org.eclipse.cdt.debug.application.Activator
|
Bundle-Activator: org.eclipse.cdt.debug.application.Activator
|
||||||
Bundle-Vendor: %provider
|
Bundle-Vendor: %provider
|
||||||
Require-Bundle: org.eclipse.ui,
|
Require-Bundle: org.eclipse.ui,
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<version>10.2.0-SNAPSHOT</version>
|
<version>10.2.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>1.2.100-SNAPSHOT</version>
|
<version>1.2.200-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.cdt.debug.application</artifactId>
|
<artifactId>org.eclipse.cdt.debug.application</artifactId>
|
||||||
<packaging>eclipse-plugin</packaging>
|
<packaging>eclipse-plugin</packaging>
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %Bundle-Name
|
Bundle-Name: %Bundle-Name
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.debug.dap;singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.debug.dap;singleton:=true
|
||||||
Bundle-Version: 1.2.0.qualifier
|
Bundle-Version: 1.2.100.qualifier
|
||||||
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
||||||
Require-Bundle: org.eclipse.core.runtime,
|
Require-Bundle: org.eclipse.core.runtime,
|
||||||
org.eclipse.jface.text,
|
org.eclipse.jface.text,
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>1.2.0-SNAPSHOT</version>
|
<version>1.2.100-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.cdt.debug.dap</artifactId>
|
<artifactId>org.eclipse.cdt.debug.dap</artifactId>
|
||||||
<packaging>eclipse-plugin</packaging>
|
<packaging>eclipse-plugin</packaging>
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,6 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.debug.gdbjtag
|
Bundle-SymbolicName: org.eclipse.cdt.debug.gdbjtag
|
||||||
Bundle-Version: 7.0.400.qualifier
|
Bundle-Version: 7.0.500.qualifier
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git</tycho.scmUrl>
|
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git</tycho.scmUrl>
|
||||||
<base.test.vmargs>-Xms256m -Xmx512m -ea</base.test.vmargs>
|
<base.test.vmargs>-Xms256m -Xmx512m -ea</base.test.vmargs>
|
||||||
<comparator.repo>https://download.eclipse.org/tools/cdt/releases/10.0/cdt-10.0.0</comparator.repo>
|
<comparator.repo>https://download.eclipse.org/tools/cdt/releases/10.1/cdt-10.1.0</comparator.repo>
|
||||||
<!-- these parameters are to control baseline replace and compare. On a local build you want
|
<!-- these parameters are to control baseline replace and compare. On a local build you want
|
||||||
to avoid baseline replace and compare, especially if you have different versions of Java than
|
to avoid baseline replace and compare, especially if you have different versions of Java than
|
||||||
the baseline was built with. This is the default.
|
the baseline was built with. This is the default.
|
||||||
|
|
Loading…
Add table
Reference in a new issue