From 294c216fdd45f8fe7d1f24a2d668312ebc5352ca Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 13 May 2024 16:52:51 -0400 Subject: [PATCH] [WIP] revert manually expanding the command line args Signed-off-by: David Thompson --- org.eclipse.jdt.core.tests.javac/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.jdt.core.tests.javac/pom.xml b/org.eclipse.jdt.core.tests.javac/pom.xml index 97cb23123cf..616f3cd8029 100644 --- a/org.eclipse.jdt.core.tests.javac/pom.xml +++ b/org.eclipse.jdt.core.tests.javac/pom.xml @@ -44,7 +44,7 @@ org/eclipse/jdt/core/tests/javac/RunConverterTestsJavac.class - --add-modules ALL-SYSTEM -Dcompliance=21 -DCompilationUnit.DOM_BASED_OPERATIONS=true -DSourceIndexer.DOM_BASED_INDEXER=true --add-opens jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED --add-opens jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-opens jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-opens jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-opens jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED --add-opens jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED -DICompilationUnitResolver=org.eclipse.jdt.core.dom.JavacCompilationUnitResolver -DAbstractImageBuilder.compiler=org.eclipse.jdt.internal.javac.JavacCompiler -DASTParser.compilationUnitResolver=org.eclipse.jdt.core.dom.JavacCompilationUnitResolver + ${tycho.surefire.argLine}