Skip to content

Commit 8f97522

Browse files
committed
refactor: remove logout icon
1 parent 6a7c9a3 commit 8f97522

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

com.developer.nefarious.zjoule.feature/feature.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ SOFTWARE.
7373
<discovery label="zJoule Project Repository" url="https://github.com/The-Nefarious-Developer/zjoule"/>
7474
</url>
7575

76-
<requires>
77-
<import plugin="org.eclipse.wst.wsdl.ui"/>
78-
</requires>
79-
8076
<plugin
8177
id="com.developer.nefarious.zjoule.plugin"
8278
download-size="0"

com.developer.nefarious.zjoule.plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ Require-Bundle:
1111
org.eclipse.core.resources;bundle-version="3.21.0",
1212
org.eclipse.ui.ide;bundle-version="3.22.300",
1313
org.eclipse.jface,
14-
org.eclipse.swt,
15-
org.eclipse.wst.wsdl.ui;bundle-version="1.3.101"
14+
org.eclipse.swt
1615
Bundle-RequiredExecutionEnvironment: JavaSE-21
1716
Automatic-Module-Name: com.developer.nefarious.zjoule.plugin
1817
Import-Package:

com.developer.nefarious.zjoule.plugin/src/com/developer/nefarious/zjoule/plugin/core/functions/LogoutHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
public class LogoutHandler extends Action {
2525

2626
/** Path to the icon used for the "Logout" action. */
27-
private static final String ICON = "platform:/plugin/org.eclipse.wst.wsdl.ui/org/eclipse/wst/wsdl/ui/internal/icons/output_obj.gif";
27+
private static final String ICON = "platform:/plugin/org.eclipse.ui.workbench.texteditor/icons/full/elcl16/delete_template.svg";
2828

2929
/** The {@link Browser} instance associated with the logout action. */
3030
private Browser browser;

0 commit comments

Comments
 (0)