Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debug/org.eclipse.cdt.debug.application.doc/build.properties3
-rw-r--r--remote/org.eclipse.cdt.remote.core/META-INF/MANIFEST.MF1
2 files changed, 3 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.application.doc/build.properties b/debug/org.eclipse.cdt.debug.application.doc/build.properties
index 75cdd6be2fb..815f3d9564e 100644
--- a/debug/org.eclipse.cdt.debug.application.doc/build.properties
+++ b/debug/org.eclipse.cdt.debug.application.doc/build.properties
@@ -11,4 +11,5 @@ bin.includes = plugin.xml,\
pom.xml,\
testToc.xml,\
toc.xml,\
- index/
+ index/,\
+ plugin.properties
diff --git a/remote/org.eclipse.cdt.remote.core/META-INF/MANIFEST.MF b/remote/org.eclipse.cdt.remote.core/META-INF/MANIFEST.MF
index ccb0220bca9..aebc06fc76f 100644
--- a/remote/org.eclipse.cdt.remote.core/META-INF/MANIFEST.MF
+++ b/remote/org.eclipse.cdt.remote.core/META-INF/MANIFEST.MF
@@ -4,6 +4,7 @@ Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.remote.core;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.cdt.remote.internal.core.Activator
+Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.cdt.core,
org.eclipse.remote.core,

Back to the top