diff --git a/core/org.eclipse.cdt.core.linux/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.linux/META-INF/MANIFEST.MF index d5fa490f487..118ac305847 100644 --- a/core/org.eclipse.cdt.core.linux/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.core.linux/META-INF/MANIFEST.MF @@ -2,8 +2,8 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %fragmentName.linux 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-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 diff --git a/core/org.eclipse.cdt.core.linux/build.properties b/core/org.eclipse.cdt.core.linux/build.properties index 6108ff2b1a9..0fb31b9d170 100644 --- a/core/org.eclipse.cdt.core.linux/build.properties +++ b/core/org.eclipse.cdt.core.linux/build.properties @@ -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 # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -9,9 +9,7 @@ # IBM Corporation - initial API and implementation ############################################################################### bin.includes = fragment.xml,\ - fragment.properties,\ about.html,\ - os/,\ cdt_linux.jar,\ META-INF/ src.includes = about.html,\ diff --git a/core/org.eclipse.cdt.core.solaris/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.solaris/META-INF/MANIFEST.MF index c1192f459b0..e608fd1b4f6 100644 --- a/core/org.eclipse.cdt.core.solaris/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.core.solaris/META-INF/MANIFEST.MF @@ -2,8 +2,8 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %fragmentName.solaris 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-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 diff --git a/core/org.eclipse.cdt.core.solaris/build.properties b/core/org.eclipse.cdt.core.solaris/build.properties index be2f5f9301c..2d1a77f10b3 100644 --- a/core/org.eclipse.cdt.core.solaris/build.properties +++ b/core/org.eclipse.cdt.core.solaris/build.properties @@ -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 # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -9,7 +9,6 @@ # IBM Corporation - initial API and implementation ############################################################################### bin.includes = fragment.xml,\ - fragment.properties,\ about.html,\ os/,\ cdt_solaris.jar,\