File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/org/eclipse/m2e/pde/ui/target/editor Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : M2E PDE Integration UI
44Bundle-SymbolicName : org.eclipse.m2e.pde.ui;singleton:=true
5- Bundle-Version : 2.0.400 .qualifier
5+ Bundle-Version : 2.0.401 .qualifier
66Automatic-Module-Name : org.eclipse.m2e.pde.ui
77Bundle-RequiredExecutionEnvironment : JavaSE-17
88Require-Bundle : org.eclipse.core.runtime;bundle-version="3.19.0",
Original file line number Diff line number Diff line change @@ -53,7 +53,9 @@ public FeatureSpecPage(MavenTargetLocation targetLocation) {
5353
5454 @ Override
5555 protected void initialize () {
56- fFeatureVersionText .setText ("1.0.0.qualifier" ); //$NON-NLS-1$
56+ if (fFeatureVersionText != null && fFeatureVersionText .getText ().isEmpty ()) {
57+ fFeatureVersionText .setText ("1.0.0.qualifier" ); //$NON-NLS-1$
58+ }
5759 setMessage (PDEUIMessages .NewFeatureWizard_MainPage_desc );
5860 }
5961
You can’t perform that action at this time.
0 commit comments