File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
org.eclipse.jdt.launching
launching/org/eclipse/jdt/launching Expand file tree Collapse file tree 3 files changed +5
-5
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 : %pluginName
44Bundle-SymbolicName : org.eclipse.jdt.launching; singleton:=true
5- Bundle-Version : 3.19.400 .qualifier
5+ Bundle-Version : 3.19.500 .qualifier
66Bundle-Activator : org.eclipse.jdt.internal.launching.LaunchingPlugin
77Bundle-Vendor : %providerName
88Bundle-Localization : plugin
Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2000, 2019 IBM Corporation and others.
2+ * Copyright (c) 2000, 2021 IBM Corporation and others.
33 *
44 * This program and the accompanying materials
55 * are made available under the terms of the Eclipse Public License 2.0
@@ -111,7 +111,7 @@ private VMRunnerConfiguration getVMRunnerConfiguration(ILaunchConfiguration conf
111111 if (modName != null && modName .length () > 0 ) {
112112 String defaultModuleName = null ;
113113 String moduleName = configuration .getAttribute (IJavaLaunchConfigurationConstants .ATTR_MODULE_NAME , defaultModuleName );
114- if (moduleName != null ) {
114+ if (moduleName != null && ! moduleName . isEmpty () ) {
115115 runConfig .setModuleDescription (moduleName );
116116 } else {
117117 runConfig .setModuleDescription (modName );
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
3- Copyright (c) 2012, 2021 Eclipse Foundation and others.
3+ Copyright (c) 2012, 2022 Eclipse Foundation and others.
44 All rights reserved. This program and the accompanying materials
55 are made available under the terms of the Eclipse Distribution License v1.0
66 which accompanies this distribution, and is available at
1818 </parent >
1919 <groupId >org.eclipse.jdt</groupId >
2020 <artifactId >org.eclipse.jdt.launching</artifactId >
21- <version >3.19.400 -SNAPSHOT</version >
21+ <version >3.19.500 -SNAPSHOT</version >
2222 <packaging >eclipse-plugin</packaging >
2323
2424 <build >
You can’t perform that action at this time.
0 commit comments