Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] Fix for [51178] - CDT doc plugin needs plugin.xml strings externalized


Hi,

Please find attached a patch to solve the problem described in bug 51178.



Cheers!
James

Index: plugin.xml
===================================================================
retrieving revision 1.16
diff -u -r1.16 plugin.xml
--- plugin.xml	13 Feb 2004 20:42:16 -0000	1.16
+++ plugin.xml	1 Mar 2004 15:09:13 -0000
@@ -2,9 +2,9 @@
 <?eclipse version="3.0"?>
 <plugin
    id="org.eclipse.cdt.doc.user"
-   name="C/C++ Development User Guide"
+   name="%pluginName"
    version="2.0.0"
-   provider-name="Rational Software: IBM Software Group">
+   provider-name="%providerName">
 
    <runtime>
    </runtime>

Back to the top