Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilenio Quarti2008-09-06 07:18:09 +0000
committerSilenio Quarti2008-09-06 07:18:09 +0000
commitf2cd9269f3f78ae5bba95d647c8b976440352cd3 (patch)
tree06490f1456ad4495a3a5122847ed3ce3b8fb5937 /bundles/org.eclipse.swt.tools
parent4f83c478380657e7e7676638804d01c45913a548 (diff)
downloadeclipse.platform.swt-f2cd9269f3f78ae5bba95d647c8b976440352cd3.tar.gz
eclipse.platform.swt-f2cd9269f3f78ae5bba95d647c8b976440352cd3.tar.xz
eclipse.platform.swt-f2cd9269f3f78ae5bba95d647c8b976440352cd3.zip
*** empty log message ***
Diffstat (limited to 'bundles/org.eclipse.swt.tools')
-rw-r--r--bundles/org.eclipse.swt.tools/plugin.properties3
-rw-r--r--bundles/org.eclipse.swt.tools/plugin.xml10
2 files changed, 7 insertions, 6 deletions
diff --git a/bundles/org.eclipse.swt.tools/plugin.properties b/bundles/org.eclipse.swt.tools/plugin.properties
index 577fc9d616..a01e595408 100644
--- a/bundles/org.eclipse.swt.tools/plugin.properties
+++ b/bundles/org.eclipse.swt.tools/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2004 IBM Corporation and others.
+# Copyright (c) 2000, 2008 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -10,3 +10,4 @@
###############################################################################
pluginName = SWT Tools
providerName = Eclipse.org
+macViewName = Mac Generator
diff --git a/bundles/org.eclipse.swt.tools/plugin.xml b/bundles/org.eclipse.swt.tools/plugin.xml
index 78ad4c2f56..ce152ee74d 100644
--- a/bundles/org.eclipse.swt.tools/plugin.xml
+++ b/bundles/org.eclipse.swt.tools/plugin.xml
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
-
<extension
point="org.eclipse.ui.views">
<category
- name="SWT Tools"
+ name="%pluginName"
id="org.eclipse.swt.swt.tools">
</category>
<view
- name="Mac Generator"
- icon="icons/mac.gif"
+ allowMultiple="false"
category="org.eclipse.swt.swt.tools"
class="org.eclipse.swt.tools.views.MacGeneratorView"
- id="org.eclipse.swt.tools.views.MacGeneratorView">
+ icon="icons/mac.gif"
+ id="org.eclipse.swt.tools.views.MacGeneratorView"
+ name="%macViewName">
</view>
</extension>

Back to the top