Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Marineau2002-07-16 01:52:35 +0000
committerSebastien Marineau2002-07-16 01:52:35 +0000
commit62922735e9554f10a64613116dcd1eaeb13abb48 (patch)
tree7ba0c48d9e3122321a007e67a094a1fdf781223d /core/org.eclipse.cdt.ui/plugin.xml
parent6c18f6bf9b79bcec6aa1b850b01b09cdcd5bff82 (diff)
downloadorg.eclipse.cdt-62922735e9554f10a64613116dcd1eaeb13abb48.tar.gz
org.eclipse.cdt-62922735e9554f10a64613116dcd1eaeb13abb48.tar.xz
org.eclipse.cdt-62922735e9554f10a64613116dcd1eaeb13abb48.zip
Change provider name to org.eclipse
Diffstat (limited to 'core/org.eclipse.cdt.ui/plugin.xml')
-rw-r--r--core/org.eclipse.cdt.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml
index 559434a07fc..5ba6bb7e239 100644
--- a/core/org.eclipse.cdt.ui/plugin.xml
+++ b/core/org.eclipse.cdt.ui/plugin.xml
@@ -3,7 +3,7 @@
id="org.eclipse.cdt.ui"
name="%pluginName"
version="1.0.0"
- provider-name="QNX Software Systems Ltd."
+ provider-name="%providerName"
class="org.eclipse.cdt.internal.ui.CPlugin">
<runtime>

Back to the top