mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
[releng] Update help-docs-eclipserun-repo to use Platform 4.15
Change-Id: I4fcfba2b33ea511d58856ed2c3c6e51322661708
This commit is contained in:
parent
268903ba01
commit
ce109e81cc
11 changed files with 11 additions and 11 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %bundleName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.autotools.docs;singleton:=true
|
||||
Bundle-Version: 2.0.400.qualifier
|
||||
Bundle-Version: 2.0.500.qualifier
|
||||
Bundle-Vendor: %provider
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.help,
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>2.0.400-SNAPSHOT</version>
|
||||
<version>2.0.500-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.autotools.docs</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %bundleName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.meson.docs;singleton:=true
|
||||
Bundle-Version: 1.0.400.qualifier
|
||||
Bundle-Version: 1.0.500.qualifier
|
||||
Bundle-Vendor: %provider
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.help,
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>1.0.400-SNAPSHOT</version>
|
||||
<version>1.0.500-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.meson.docs</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %bundleName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.debug.application.doc;singleton:=true
|
||||
Bundle-Version: 1.1.500.qualifier
|
||||
Bundle-Version: 1.1.600.qualifier
|
||||
Bundle-Vendor: %provider
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>1.1.500-SNAPSHOT</version>
|
||||
<version>1.1.600-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.debug.application.doc</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.doc.isv; singleton:=true
|
||||
Bundle-Version: 5.4.400.qualifier
|
||||
Bundle-Version: 5.4.500.qualifier
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>5.4.400-SNAPSHOT</version>
|
||||
<version>5.4.500-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.doc.isv</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.doc.user; singleton:=true
|
||||
Bundle-Version: 5.4.400.qualifier
|
||||
Bundle-Version: 5.4.500.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>5.4.400-SNAPSHOT</version>
|
||||
<version>5.4.500-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.doc.user</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -44,7 +44,7 @@
|
|||
|
||||
<!-- When changing this value, consider also bumping the version numbers of all the docs plug-ins so that compare&replace does not
|
||||
replace the the newly built docs because the only change is in the filtered out index/* resources. -->
|
||||
<help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.14/</help-docs-eclipserun-repo>
|
||||
<help-docs-eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.15/</help-docs-eclipserun-repo>
|
||||
|
||||
|
||||
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/cdt/org.eclipse.cdt.git</tycho.scmUrl>
|
||||
|
|
Loading…
Add table
Reference in a new issue