diff options
author | Jared Burns | 2004-01-20 01:20:56 +0000 |
---|---|---|
committer | Jared Burns | 2004-01-20 01:20:56 +0000 |
commit | e53c36610bcbe38a41a3ee51af5a028245eb60a5 (patch) | |
tree | b104d072eda9f75989d4aef404cd319bb6298411 /org.eclipse.core.variables/plugin.properties | |
parent | 80355b3b3a5fce345286f0ab73281a76046d50d3 (diff) | |
download | eclipse.platform.debug-e53c36610bcbe38a41a3ee51af5a028245eb60a5.tar.gz eclipse.platform.debug-e53c36610bcbe38a41a3ee51af5a028245eb60a5.tar.xz eclipse.platform.debug-e53c36610bcbe38a41a3ee51af5a028245eb60a5.zip |
Bug 50223 - Missing localizations for extension point names
Diffstat (limited to 'org.eclipse.core.variables/plugin.properties')
-rw-r--r-- | org.eclipse.core.variables/plugin.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.core.variables/plugin.properties b/org.eclipse.core.variables/plugin.properties index 2d6329483..545774951 100644 --- a/org.eclipse.core.variables/plugin.properties +++ b/org.eclipse.core.variables/plugin.properties @@ -10,4 +10,6 @@ ############################################################################### pluginName=Core Variables -providerName=Eclipse.org
\ No newline at end of file +providerName=Eclipse.org +valueVariablesExtensionPointName=Value Variables +dynamicVariablesExtensionPointName=Dynamic Variables
\ No newline at end of file |