Skip to content

Commit df7811c

Browse files
committed
Remove almost empty o.e.swt.tools.base Plug-in
Move the remaining view definition into org.eclipse.swt.tools.spies (hosted at PDE) and introduce a new category for development tools of SWT itself, named org.eclipse.swt.dev.tools. And use it for the MacGeneratorView.
1 parent 695bc20 commit df7811c

11 files changed

Lines changed: 7 additions & 123 deletions

File tree

bundles/org.eclipse.swt.tools.base/.project

Lines changed: 0 additions & 22 deletions
This file was deleted.

bundles/org.eclipse.swt.tools.base/.settings/org.eclipse.core.resources.prefs

Lines changed: 0 additions & 2 deletions
This file was deleted.

bundles/org.eclipse.swt.tools.base/META-INF/MANIFEST.MF

Lines changed: 0 additions & 9 deletions
This file was deleted.

bundles/org.eclipse.swt.tools.base/about.html

Lines changed: 0 additions & 36 deletions
This file was deleted.

bundles/org.eclipse.swt.tools.base/build.properties

Lines changed: 0 additions & 19 deletions
This file was deleted.

bundles/org.eclipse.swt.tools.base/plugin.properties

Lines changed: 0 additions & 16 deletions
This file was deleted.

bundles/org.eclipse.swt.tools.base/plugin.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

bundles/org.eclipse.swt.tools/plugin.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
###############################################################################
1414
pluginName = SWT Tools
1515
providerName = Eclipse.org
16+
viewCategory = SWT Development Tools
1617
macViewName = Mac Generator
17-
spyViewName = SWT Spy
18-
sleakViewName = Sleak
1918
jniBuilderName = JNI Builder

bundles/org.eclipse.swt.tools/plugin.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
<plugin>
44
<extension
55
point="org.eclipse.ui.views">
6+
<category
7+
id="org.eclipse.swt.dev.tools"
8+
name="%viewCategory">
9+
</category>
610
<view
711
allowMultiple="false"
8-
category="org.eclipse.swt.swt.tools"
12+
category="org.eclipse.swt.dev.tools"
913
class="org.eclipse.swt.tools.views.MacGeneratorView"
1014
icon="icons/mac.gif"
1115
id="org.eclipse.swt.tools.views.MacGeneratorView"

bundles/org.eclipse.swt/Readme.macOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ There are two possible option:
7070
* Import the `org.eclipse.swt.tools` project into a second workspace and run `MacGeneratorUI` as vanilla Java application.
7171

7272
Running `MacGeneratorUI` from within a second workspace has the benefit that you can tweak the `MacGeneratorUI` tool should you run into any issues.
73-
It should consume `org.eclipse.swt` from a target platform (not in source form). The project `org.eclipse.swt.tools.base` and `org.eclipse.swt.tools.spies`
73+
It should consume `org.eclipse.swt` from a target platform (not in source form). The project `org.eclipse.swt.tools` and `org.eclipse.swt.tools.spies`
7474
should also be in that second workspace.
7575

7676
Please note that `MacGeneratorUI` makes certain assumptions (hard-coded) about the environment and paths. That's usually fine

0 commit comments

Comments
 (0)