Skip to content

Commit 3a2edff

Browse files
committed
dbeaver/pro#6952 Use ALL-DEFAULT modules mode
1 parent 136f367 commit 3a2edff

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/main/java/org/jkiss/tools/rcplaunchconfig/producers/ConfigIniProducer.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,18 @@
1616
*/
1717
package org.jkiss.tools.rcplaunchconfig.producers;
1818

19+
import com.dbeaver.osgi.dependency.processing.BundleInfo;
1920
import com.dbeaver.osgi.dependency.processing.PathsManager;
2021
import com.dbeaver.osgi.dependency.processing.Result;
21-
import jakarta.annotation.Nonnull;
22-
import jakarta.annotation.Nullable;
23-
import com.dbeaver.osgi.dependency.processing.BundleInfo;
2422
import com.dbeaver.osgi.dependency.processing.p2.P2RepositoryManager;
2523
import com.dbeaver.osgi.dependency.processing.p2.repository.RemoteP2BundleInfo;
2624
import com.dbeaver.osgi.dependency.processing.util.FileUtils;
25+
import jakarta.annotation.Nonnull;
26+
import jakarta.annotation.Nullable;
2727
import org.jkiss.tools.rcplaunchconfig.Params;
2828
import org.slf4j.Logger;
2929
import org.slf4j.LoggerFactory;
3030

31-
3231
import java.io.IOException;
3332
import java.nio.file.Path;
3433
import java.util.Collection;
@@ -149,7 +148,7 @@ public static String generateProductLaunch(Params params, Result result) {
149148
" <stringAttribute key=\"org.eclipse.jdt.launching.JRE_CONTAINER\" value=\"org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17\"/>\n" +
150149
" <stringAttribute key=\"org.eclipse.jdt.launching.PROGRAM_ARGUMENTS\" value=\"-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog -showsplash\"/>\n" +
151150
" <stringAttribute key=\"org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER\" value=\"org.eclipse.pde.ui.workbenchClasspathProvider\"/>\n" +
152-
" <stringAttribute key=\"org.eclipse.jdt.launching.VM_ARGUMENTS\" value=\"-XX:+IgnoreUnrecognizedVMOptions -Dfile.encoding=UTF-8 --add-modules=ALL-SYSTEM -Xms64m -Xmx1024m\"/>\n" +
151+
" <stringAttribute key=\"org.eclipse.jdt.launching.VM_ARGUMENTS\" value=\"-XX:+IgnoreUnrecognizedVMOptions -Dfile.encoding=UTF-8 --add-modules=ALL-DEFAULT -Xms64m -Xmx1024m\"/>\n" +
153152
" <stringAttribute key=\"pde.version\" value=\"3.3\"/>\n" +
154153
" <booleanAttribute key=\"show_selected_only\" value=\"false\"/>\n" +
155154
" <booleanAttribute key=\"tracing\" value=\"false\"/>\n" +

0 commit comments

Comments
 (0)