mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 13:35:22 +02:00
Upversion to 4.0.0 and fix dependency version ranges (bug 157543)
This commit is contained in:
parent
b7f5c2f33e
commit
1b927015bb
4 changed files with 6 additions and 9 deletions
|
@ -2,8 +2,8 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %fragmentName.linux
|
Bundle-Name: %fragmentName.linux
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.core.linux; singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.core.linux; singleton:=true
|
||||||
Bundle-Version: 3.1.0.qualifier
|
Bundle-Version: 4.0.0.qualifier
|
||||||
Bundle-ClassPath: cdt_linux.jar
|
Bundle-ClassPath: cdt_linux.jar
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Fragment-Host: org.eclipse.cdt.core;bundle-version="[3.1.0,4.0.0)"
|
Fragment-Host: org.eclipse.cdt.core;bundle-version="[4.0.0,5.0.0)"
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2005 IBM Corporation and others.
|
# Copyright (c) 2005, 2006 IBM Corporation and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -9,9 +9,7 @@
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
bin.includes = fragment.xml,\
|
bin.includes = fragment.xml,\
|
||||||
fragment.properties,\
|
|
||||||
about.html,\
|
about.html,\
|
||||||
os/,\
|
|
||||||
cdt_linux.jar,\
|
cdt_linux.jar,\
|
||||||
META-INF/
|
META-INF/
|
||||||
src.includes = about.html,\
|
src.includes = about.html,\
|
||||||
|
|
|
@ -2,8 +2,8 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %fragmentName.solaris
|
Bundle-Name: %fragmentName.solaris
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.core.solaris; singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.core.solaris; singleton:=true
|
||||||
Bundle-Version: 3.1.0.qualifier
|
Bundle-Version: 4.0.0.qualifier
|
||||||
Bundle-ClassPath: cdt_solaris.jar
|
Bundle-ClassPath: cdt_solaris.jar
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Fragment-Host: org.eclipse.cdt.core;bundle-version="[3.1.0,4.0.0)"
|
Fragment-Host: org.eclipse.cdt.core;bundle-version="[4.0.0,5.0.0)"
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2005 IBM Corporation and others.
|
# Copyright (c) 2005, 2006 IBM Corporation and others.
|
||||||
# All rights reserved. This program and the accompanying materials
|
# All rights reserved. This program and the accompanying materials
|
||||||
# are made available under the terms of the Eclipse Public License v1.0
|
# are made available under the terms of the Eclipse Public License v1.0
|
||||||
# which accompanies this distribution, and is available at
|
# which accompanies this distribution, and is available at
|
||||||
|
@ -9,7 +9,6 @@
|
||||||
# IBM Corporation - initial API and implementation
|
# IBM Corporation - initial API and implementation
|
||||||
###############################################################################
|
###############################################################################
|
||||||
bin.includes = fragment.xml,\
|
bin.includes = fragment.xml,\
|
||||||
fragment.properties,\
|
|
||||||
about.html,\
|
about.html,\
|
||||||
os/,\
|
os/,\
|
||||||
cdt_solaris.jar,\
|
cdt_solaris.jar,\
|
||||||
|
|
Loading…
Add table
Reference in a new issue