Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leherbauer2009-03-27 14:03:42 +0000
committerAnton Leherbauer2009-03-27 14:03:42 +0000
commit08ce7b77df90f8cdabfbf9b665ad480d0cb968d6 (patch)
treea1586c31da9a3f337a74aa11ff4aac8c477a3abe /core/org.eclipse.cdt.core.linux.x86_64
parent11b459b82053b0bb4909ecfb7e0efe6271841494 (diff)
downloadorg.eclipse.cdt-08ce7b77df90f8cdabfbf9b665ad480d0cb968d6.tar.gz
org.eclipse.cdt-08ce7b77df90f8cdabfbf9b665ad480d0cb968d6.tar.xz
org.eclipse.cdt-08ce7b77df90f8cdabfbf9b665ad480d0cb968d6.zip
Bug 270264 - Several bundles should be singletons
Diffstat (limited to 'core/org.eclipse.cdt.core.linux.x86_64')
-rw-r--r--core/org.eclipse.cdt.core.linux.x86_64/META-INF/MANIFEST.MF2
-rw-r--r--core/org.eclipse.cdt.core.linux.x86_64/build.properties5
-rw-r--r--core/org.eclipse.cdt.core.linux.x86_64/fragment.xml5
3 files changed, 3 insertions, 9 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<?eclipse version="3.0"?>
-<fragment>
-
-</fragment>

Back to the top