Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Macguire2002-06-26 20:08:34 +0000
committerKevin Macguire2002-06-26 20:08:34 +0000
commitbb2b0c526f6ee19d956c2bfc1a243fe8ade49bc3 (patch)
tree1ef1a199f21fa92bc6bd3760039c105ac8a35410 /examples/org.eclipse.team.examples.filesystem
parentdcfe967c0ae430ab32ce165563dd21f8abf88f39 (diff)
downloadeclipse.platform.team-bb2b0c526f6ee19d956c2bfc1a243fe8ade49bc3.tar.gz
eclipse.platform.team-bb2b0c526f6ee19d956c2bfc1a243fe8ade49bc3.tar.xz
eclipse.platform.team-bb2b0c526f6ee19d956c2bfc1a243fe8ade49bc3.zip
provider-name needed externalizing
Diffstat (limited to 'examples/org.eclipse.team.examples.filesystem')
-rw-r--r--examples/org.eclipse.team.examples.filesystem/plugin.properties1
-rw-r--r--examples/org.eclipse.team.examples.filesystem/plugin.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/org.eclipse.team.examples.filesystem/plugin.properties b/examples/org.eclipse.team.examples.filesystem/plugin.properties
index 93a29709f..6685bac52 100644
--- a/examples/org.eclipse.team.examples.filesystem/plugin.properties
+++ b/examples/org.eclipse.team.examples.filesystem/plugin.properties
@@ -1,4 +1,5 @@
pluginName = Eclipse Team File System Example
+providerName=Eclipse.org
Put.name=Put
Put.tooltip=Copy resources to the shared file system location
diff --git a/examples/org.eclipse.team.examples.filesystem/plugin.xml b/examples/org.eclipse.team.examples.filesystem/plugin.xml
index b3588e986..22e615f59 100644
--- a/examples/org.eclipse.team.examples.filesystem/plugin.xml
+++ b/examples/org.eclipse.team.examples.filesystem/plugin.xml
@@ -3,7 +3,7 @@
id="org.eclipse.team.examples.filesystem"
name="%pluginName"
version="2.0.0"
- provider-name="Object Technology International, Inc."
+ provider-name="%providerName"
class="org.eclipse.team.examples.filesystem.FileSystemPlugin">
<runtime>

Back to the top