diff --git a/core/org.eclipse.cdt.core.linux.ia64/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.linux.ia64/META-INF/MANIFEST.MF index dbbe12abe66..be25c931a4c 100644 --- a/core/org.eclipse.cdt.core.linux.ia64/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.core.linux.ia64/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %fragmentName.linux.ia64 -Bundle-SymbolicName: org.eclipse.cdt.core.linux.ia64 +Bundle-SymbolicName: org.eclipse.cdt.core.linux.ia64;singleton:=true Bundle-Version: 5.1.0.qualifier Bundle-Vendor: %providerName Fragment-Host: org.eclipse.cdt.core;bundle-version="[5.0.0,6.0.0)" diff --git a/core/org.eclipse.cdt.core.linux.ia64/build.properties b/core/org.eclipse.cdt.core.linux.ia64/build.properties index 1057840c33a..28b20101bf8 100644 --- a/core/org.eclipse.cdt.core.linux.ia64/build.properties +++ b/core/org.eclipse.cdt.core.linux.ia64/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005 IBM Corporation and others. +# Copyright (c) 2005, 2009 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 @@ -8,7 +8,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -bin.includes = fragment.xml,\ - os/,\ +bin.includes = os/,\ about.html,\ META-INF/ diff --git a/core/org.eclipse.cdt.core.linux.ia64/fragment.xml b/core/org.eclipse.cdt.core.linux.ia64/fragment.xml deleted file mode 100644 index aedc72a1e00..00000000000 --- a/core/org.eclipse.cdt.core.linux.ia64/fragment.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/core/org.eclipse.cdt.core.linux.ppc/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.linux.ppc/META-INF/MANIFEST.MF index 03705188c96..4ac22206c30 100644 --- a/core/org.eclipse.cdt.core.linux.ppc/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.core.linux.ppc/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %fragmentName.linux.ppc -Bundle-SymbolicName: org.eclipse.cdt.core.linux.ppc +Bundle-SymbolicName: org.eclipse.cdt.core.linux.ppc;singleton:=true Bundle-Version: 5.1.0.qualifier Bundle-Vendor: %providerName Fragment-Host: org.eclipse.cdt.core;bundle-version="[5.0.0,6.0.0)" diff --git a/core/org.eclipse.cdt.core.linux.ppc/build.properties b/core/org.eclipse.cdt.core.linux.ppc/build.properties index 1057840c33a..28b20101bf8 100644 --- a/core/org.eclipse.cdt.core.linux.ppc/build.properties +++ b/core/org.eclipse.cdt.core.linux.ppc/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005 IBM Corporation and others. +# Copyright (c) 2005, 2009 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 @@ -8,7 +8,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -bin.includes = fragment.xml,\ - os/,\ +bin.includes = os/,\ about.html,\ META-INF/ diff --git a/core/org.eclipse.cdt.core.linux.ppc/fragment.xml b/core/org.eclipse.cdt.core.linux.ppc/fragment.xml deleted file mode 100644 index aedc72a1e00..00000000000 --- a/core/org.eclipse.cdt.core.linux.ppc/fragment.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/core/org.eclipse.cdt.core.linux.x86/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.linux.x86/META-INF/MANIFEST.MF index c61a633a77e..b187d90e643 100644 --- a/core/org.eclipse.cdt.core.linux.x86/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.core.linux.x86/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %fragmentName.linux.x86 -Bundle-SymbolicName: org.eclipse.cdt.core.linux.x86 +Bundle-SymbolicName: org.eclipse.cdt.core.linux.x86;singleton:=true Bundle-Version: 5.1.0.qualifier Bundle-Vendor: %providerName Fragment-Host: org.eclipse.cdt.core;bundle-version="[5.0.0,6.0.0)" diff --git a/core/org.eclipse.cdt.core.linux.x86/build.properties b/core/org.eclipse.cdt.core.linux.x86/build.properties index 1057840c33a..28b20101bf8 100644 --- a/core/org.eclipse.cdt.core.linux.x86/build.properties +++ b/core/org.eclipse.cdt.core.linux.x86/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005 IBM Corporation and others. +# Copyright (c) 2005, 2009 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 @@ -8,7 +8,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -bin.includes = fragment.xml,\ - os/,\ +bin.includes = os/,\ about.html,\ META-INF/ diff --git a/core/org.eclipse.cdt.core.linux.x86/fragment.xml b/core/org.eclipse.cdt.core.linux.x86/fragment.xml deleted file mode 100644 index aedc72a1e00..00000000000 --- a/core/org.eclipse.cdt.core.linux.x86/fragment.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/core/org.eclipse.cdt.core.linux.x86_64/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core.linux.x86_64/META-INF/MANIFEST.MF index fbc6c601c6d..81b7b5d0f1e 100644 --- a/core/org.eclipse.cdt.core.linux.x86_64/META-INF/MANIFEST.MF +++ b/core/org.eclipse.cdt.core.linux.x86_64/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %fragmentName.linux.x86_64 -Bundle-SymbolicName: org.eclipse.cdt.core.linux.x86_64 +Bundle-SymbolicName: org.eclipse.cdt.core.linux.x86_64;singleton:=true Bundle-Version: 5.1.0.qualifier Bundle-Vendor: %providerName Fragment-Host: org.eclipse.cdt.core;bundle-version="[5.0.0,6.0.0)" diff --git a/core/org.eclipse.cdt.core.linux.x86_64/build.properties b/core/org.eclipse.cdt.core.linux.x86_64/build.properties index 1057840c33a..28b20101bf8 100644 --- a/core/org.eclipse.cdt.core.linux.x86_64/build.properties +++ b/core/org.eclipse.cdt.core.linux.x86_64/build.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2005 IBM Corporation and others. +# Copyright (c) 2005, 2009 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 @@ -8,7 +8,6 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -bin.includes = fragment.xml,\ - os/,\ +bin.includes = os/,\ about.html,\ META-INF/ diff --git a/core/org.eclipse.cdt.core.linux.x86_64/fragment.xml b/core/org.eclipse.cdt.core.linux.x86_64/fragment.xml deleted file mode 100644 index aedc72a1e00..00000000000 --- a/core/org.eclipse.cdt.core.linux.x86_64/fragment.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - -