diff --git a/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/META-INF/MANIFEST.MF b/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/META-INF/MANIFEST.MF index cae0b5afdd9..00c602a0d9d 100644 --- a/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/META-INF/MANIFEST.MF +++ b/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/META-INF/MANIFEST.MF @@ -1,10 +1,11 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Memory Browser +Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.debug.ui.memory.memorybrowser;singleton:=true -Bundle-Version: 1.2.0 +Bundle-Version: 1.2.0.qualifier Bundle-Activator: org.eclipse.cdt.debug.ui.memory.memorybrowser.MemoryBrowserPlugin -Bundle-Vendor: org.eclipse +Bundle-Vendor: %providerName +Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.debug.core;bundle-version="3.5.0", diff --git a/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/build.properties b/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/build.properties index 459e90cbce0..3e02b617237 100644 --- a/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/build.properties +++ b/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/build.properties @@ -7,6 +7,7 @@ # # Contributors: # Ted R Williams (Wind River) - initial implementation +# IBM Corporation ################################################################################ @@ -16,5 +17,6 @@ bin.includes = plugin.xml,\ META-INF/,\ .,\ icons/,\ - about.html + about.html,\ + plugin.properties src.includes = about.html diff --git a/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/plugin.properties b/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/plugin.properties new file mode 100644 index 00000000000..bd33237d73e --- /dev/null +++ b/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/plugin.properties @@ -0,0 +1,14 @@ +############################################################################### +# Copyright (c) 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 +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +############################################################################### +#Properties file for org.eclipse.cdt.debug.ui.memory.memorybrowser +providerName = Eclipse CDT +pluginName = Memory Browser +view.name.0 = Memory Browser \ No newline at end of file diff --git a/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/plugin.xml b/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/plugin.xml index e7e05c9e96f..5c4e11f975b 100644 --- a/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/plugin.xml +++ b/memory/org.eclipse.cdt.debug.ui.memory.memorybrowser/plugin.xml @@ -15,7 +15,7 @@ @@ -20,7 +20,7 @@ class="org.eclipse.cdt.debug.ui.memory.search.FindAction" enablesFor="1" id="org.eclipse.cdt.debug.ui.memory.search.FindAction" - label="Find/Replace..." + label="%action.label.1" menubarPath="additions"> @@ -32,7 +32,7 @@ class="org.eclipse.cdt.debug.ui.memory.search.FindAction" enablesFor="1" id="org.eclipse.cdt.debug.ui.memory.search.FindAction" - label="Find Next" + label="%action.label.2" menubarPath="additions"> @@ -43,7 +43,7 @@ class="org.eclipse.cdt.debug.ui.memory.search.FindAction" enablesFor="1" id="org.eclipse.cdt.debug.ui.memory.search.FindAction" - label="Find/Replace..." + label="%action.label.3" menubarPath="additions"> diff --git a/memory/org.eclipse.cdt.debug.ui.memory.traditional/META-INF/MANIFEST.MF b/memory/org.eclipse.cdt.debug.ui.memory.traditional/META-INF/MANIFEST.MF index 215ba6f3fbe..357b6654f3b 100644 --- a/memory/org.eclipse.cdt.debug.ui.memory.traditional/META-INF/MANIFEST.MF +++ b/memory/org.eclipse.cdt.debug.ui.memory.traditional/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Traditional Memory Rendering +Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.debug.ui.memory.traditional;singleton:=true Bundle-Version: 1.2.0.qualifier Bundle-Localization: plugin @@ -13,4 +13,4 @@ Require-Bundle: org.eclipse.debug.core, org.eclipse.search;bundle-version="3.4.0" Eclipse-LazyStart: true Bundle-Activator: org.eclipse.cdt.debug.ui.memory.traditional.TraditionalRenderingPlugin -Bundle-Vendor: Eclipse.org +Bundle-Vendor: %providerName diff --git a/memory/org.eclipse.cdt.debug.ui.memory.traditional/plugin.properties b/memory/org.eclipse.cdt.debug.ui.memory.traditional/plugin.properties index 3f960bac63c..1b6e0f5f38a 100644 --- a/memory/org.eclipse.cdt.debug.ui.memory.traditional/plugin.properties +++ b/memory/org.eclipse.cdt.debug.ui.memory.traditional/plugin.properties @@ -1 +1,16 @@ -TraditionalRenderingPreferenceActionName=Traditional Rendering Preferences... \ No newline at end of file +############################################################################### +# Copyright (c) 2009 Wind River Systems 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 +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Ted R Williams (Wind River) - initial API and implementation +# IBM Corporation +############################################################################### +TraditionalRenderingPreferenceActionName=Traditional Rendering Preferences... +providerName = Eclipse CDT +pluginName = Traditional Memory Rendering +renderingType.name = Traditional +page.name = Traditional Memory Rendering \ No newline at end of file diff --git a/memory/org.eclipse.cdt.debug.ui.memory.traditional/plugin.xml b/memory/org.eclipse.cdt.debug.ui.memory.traditional/plugin.xml index 4fce86fdeb6..907808dcd15 100644 --- a/memory/org.eclipse.cdt.debug.ui.memory.traditional/plugin.xml +++ b/memory/org.eclipse.cdt.debug.ui.memory.traditional/plugin.xml @@ -3,7 +3,7 @@ @@ -23,7 +23,7 @@ class="org.eclipse.cdt.debug.ui.memory.traditional.TraditionalRenderingPreferencePage" id="org.eclipse.cdt.debug.ui.memory.traditional.TraditionalRenderingPreferencePage" helpContextId="TraditionalRenderingPreferencePage_context" - name="Traditional Memory Rendering"/> + name="%page.name"/> diff --git a/memory/org.eclipse.cdt.debug.ui.memory.transport/META-INF/MANIFEST.MF b/memory/org.eclipse.cdt.debug.ui.memory.transport/META-INF/MANIFEST.MF index 2e3a5fc1097..9585aef8c0c 100644 --- a/memory/org.eclipse.cdt.debug.ui.memory.transport/META-INF/MANIFEST.MF +++ b/memory/org.eclipse.cdt.debug.ui.memory.transport/META-INF/MANIFEST.MF @@ -1,10 +1,10 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Memory Transport Plug-in +Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.debug.ui.memory.transport;singleton:=true Bundle-Version: 1.2.0.qualifier Bundle-Localization: plugin -Bundle-Vendor: Eclipse.org +Bundle-Vendor: %providerName Require-Bundle: org.eclipse.debug.core, org.eclipse.debug.ui, org.eclipse.core.runtime, diff --git a/memory/org.eclipse.cdt.debug.ui.memory.transport/plugin.properties b/memory/org.eclipse.cdt.debug.ui.memory.transport/plugin.properties index 1ce59a6a290..654b0219447 100644 --- a/memory/org.eclipse.cdt.debug.ui.memory.transport/plugin.properties +++ b/memory/org.eclipse.cdt.debug.ui.memory.transport/plugin.properties @@ -1,2 +1,23 @@ +############################################################################### +# Copyright (c) 2009 Wind River Systems 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 +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# Ted R Williams (Wind River) - initial API and implementation +# IBM Corporation +############################################################################### ExportMemoryAction.label=Export -ImportMemoryAction.label=Import \ No newline at end of file +ImportMemoryAction.label=Import +providerName = Eclipse CDT +pluginName = Memory Transport Plug-in +extension.name.0 = org.eclipse.cdt.debug.ui.memory.transport.dd +importer.name.0 = SRecordImporter +exporter.name.0 = SRecordExporter +importer.name.1 = PlainTextImporter +exporter.name.1 = PlainTextExporter +importer.name.2 = RAWBinaryImporter +exporter.name.2 = RAWBInaryExporter +extension-point.name.0 = memoryTransport \ No newline at end of file diff --git a/memory/org.eclipse.cdt.debug.ui.memory.transport/plugin.xml b/memory/org.eclipse.cdt.debug.ui.memory.transport/plugin.xml index edac587821c..173fb28ce5f 100644 --- a/memory/org.eclipse.cdt.debug.ui.memory.transport/plugin.xml +++ b/memory/org.eclipse.cdt.debug.ui.memory.transport/plugin.xml @@ -1,41 +1,41 @@ - +