Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames2002-04-18 01:38:35 +0000
committerjames2002-04-18 01:38:35 +0000
commit870591a3dbca928b562de2361f4a9c224f43af68 (patch)
treecaba6642a61bea82febd7e0c7443b6fbed687963 /bundles
parent11c92a984ef3cb10a68d3fa5e298d686cdd02586 (diff)
downloadeclipse.platform.team-870591a3dbca928b562de2361f4a9c224f43af68.tar.gz
eclipse.platform.team-870591a3dbca928b562de2361f4a9c224f43af68.tar.xz
eclipse.platform.team-870591a3dbca928b562de2361f4a9c224f43af68.zip
14064: team.core.plugin.xml has non-externalized strings.
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.team.core/plugin.properties4
-rw-r--r--bundles/org.eclipse.team.core/plugin.xml4
2 files changed, 5 insertions, 3 deletions
diff --git a/bundles/org.eclipse.team.core/plugin.properties b/bundles/org.eclipse.team.core/plugin.properties
index 7bb56ae5d..2033294ba 100644
--- a/bundles/org.eclipse.team.core/plugin.properties
+++ b/bundles/org.eclipse.team.core/plugin.properties
@@ -1 +1,3 @@
-pluginName = Team Support Core \ No newline at end of file
+pluginName = Team Support Core
+FileTypesRegistry=File Types Registry
+GlobalIgnoreRegistry=Global Ignore Registry
diff --git a/bundles/org.eclipse.team.core/plugin.xml b/bundles/org.eclipse.team.core/plugin.xml
index 842372ad4..a474f4529 100644
--- a/bundles/org.eclipse.team.core/plugin.xml
+++ b/bundles/org.eclipse.team.core/plugin.xml
@@ -17,8 +17,8 @@
</library>
</runtime>
-<extension-point id="fileTypes" name="File Types Registry"/>
-<extension-point id="ignore" name="Global Ignore Registry"/>
+<extension-point id="fileTypes" name="%FileTypesRegistry"/>
+<extension-point id="ignore" name="%GlobalIgnoreRegistry"/>
<!-- Define some example text extensions. This will be done
by other plugins later. -->

Back to the top