diff options
author | sarsenau | 2002-05-28 15:28:26 +0000 |
---|---|---|
committer | sarsenau | 2002-05-28 15:28:26 +0000 |
commit | 405ccb4ae61b0f529ef0eb386662db35bd1a3efc (patch) | |
tree | 316349451f1347c9501143137ccd1a4cb1044fb9 /org.eclipse.ui.examples.javaeditor | |
parent | f023917b1b745d43fb70a799307a834b441548a8 (diff) | |
download | eclipse.platform.text-405ccb4ae61b0f529ef0eb386662db35bd1a3efc.tar.gz eclipse.platform.text-405ccb4ae61b0f529ef0eb386662db35bd1a3efc.tar.xz eclipse.platform.text-405ccb4ae61b0f529ef0eb386662db35bd1a3efc.zip |
Diffstat (limited to 'org.eclipse.ui.examples.javaeditor')
-rw-r--r-- | org.eclipse.ui.examples.javaeditor/plugin.properties | 1 | ||||
-rw-r--r-- | org.eclipse.ui.examples.javaeditor/plugin.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.ui.examples.javaeditor/plugin.properties b/org.eclipse.ui.examples.javaeditor/plugin.properties index 93d4120c29e..c79a9476101 100644 --- a/org.eclipse.ui.examples.javaeditor/plugin.properties +++ b/org.eclipse.ui.examples.javaeditor/plugin.properties @@ -6,6 +6,7 @@ # Resource strings for Java Example Editor
#
pluginName=JFace Text Example
+providerName = Eclipse.org
#
# Extension point names
diff --git a/org.eclipse.ui.examples.javaeditor/plugin.xml b/org.eclipse.ui.examples.javaeditor/plugin.xml index 7ae4a377ee1..332ecf9810b 100644 --- a/org.eclipse.ui.examples.javaeditor/plugin.xml +++ b/org.eclipse.ui.examples.javaeditor/plugin.xml @@ -4,7 +4,7 @@ id="org.eclipse.ui.examples.javaeditor"
name="%pluginName"
version="2.0.0"
- provider-name="Object Technology International, Inc.">
+ provider-name="%providerName">
<requires>
<import plugin="org.eclipse.ui"/>
<import plugin="org.eclipse.core.resources"/>
|