Skip to content

Commit 3b86434

Browse files
committed
Add the banner image to the lifcycle mapping page
This adds the banner image for the LifecycleMappingPage to make it look more nice!
1 parent 9e5e4d1 commit 3b86434

File tree

5 files changed

+64
-2
lines changed

5 files changed

+64
-2
lines changed

assets/Wizard_Banner_Connectors.svg

Lines changed: 60 additions & 1 deletion
Loading

org.eclipse.m2e.core.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-SymbolicName: org.eclipse.m2e.core.ui;singleton:=true
4-
Bundle-Version: 2.0.3.qualifier
4+
Bundle-Version: 2.0.4.qualifier
55
Bundle-RequiredExecutionEnvironment: JavaSE-17
66
Bundle-Name: %Bundle-Name
77
Bundle-Vendor: %Bundle-Vendor
4.47 KB
Loading
12.2 KB
Loading

org.eclipse.m2e.core.ui/src/org/eclipse/m2e/core/ui/internal/wizards/LifecycleMappingPage.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
import org.eclipse.core.runtime.CoreException;
3434
import org.eclipse.core.runtime.NullProgressMonitor;
3535
import org.eclipse.jface.layout.TreeColumnLayout;
36+
import org.eclipse.jface.resource.ImageDescriptor;
3637
import org.eclipse.jface.viewers.CellEditor;
3738
import org.eclipse.jface.viewers.ColumnWeightData;
3839
import org.eclipse.jface.viewers.ComboBoxCellEditor;
@@ -133,6 +134,8 @@ public LifecycleMappingPage() {
133134
setTitle(Messages.LifecycleMappingPage_title);
134135
setDescription(Messages.LifecycleMappingPage_description);
135136
setPageComplete(true); // always allow to leave mapping page, even when there are mapping problems
137+
setImageDescriptor(ImageDescriptor
138+
.createFromURL(LifecycleMappingPage.class.getResource("/icons/banner_lifecycleMappingPage.png")));
136139
}
137140

138141
/**

0 commit comments

Comments
 (0)