Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2017-11-23 17:59:31 +0000
committerStephan Herrmann2017-11-23 17:59:31 +0000
commitedb0b2084651526426204ec39ccd5c0f6d68e2f7 (patch)
tree8c135ee0b5e3fd12b78648934436f1298930723c /releng/build-scripts
parent837a9ac12a807fedaf5842a2e16e0403b23d0108 (diff)
downloadorg.eclipse.objectteams-edb0b2084651526426204ec39ccd5c0f6d68e2f7.tar.gz
org.eclipse.objectteams-edb0b2084651526426204ec39ccd5c0f6d68e2f7.tar.xz
org.eclipse.objectteams-edb0b2084651526426204ec39ccd5c0f6d68e2f7.zip
Bug 527086: [java9] Support Java 9
- remove bogus \n from commit d72b1e2a
Diffstat (limited to 'releng/build-scripts')
-rw-r--r--releng/build-scripts/build/test.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/releng/build-scripts/build/test.xml b/releng/build-scripts/build/test.xml
index 8f6c3c2d7..12eaa656f 100644
--- a/releng/build-scripts/build/test.xml
+++ b/releng/build-scripts/build/test.xml
@@ -67,17 +67,17 @@
<ant antfile="plugins/${testPlugin}/test.xml" dir="${test.eclipseDir}">
<property name="eclipse-home" value="${test.eclipseDir}" />
<property name="library-file" value="${test.root.dir}/library.xml"/>
- <property name="extraVMargs" value="-XX:+HeapDumpOnOutOfMemoryError -ea --add-modules ALL-SYSTEM \n
- --add-opens java.base/jdk.internal.loader=ALL-UNNAMED \n
- --add-opens jdk.localedata/sun.util.resources.cldr.provider=ALL-UNNAMED \n
- --add-opens jdk.localedata/sun.util.resources.provider=ALL-UNNAMED \n
- --add-opens java.security.jgss/sun.security.krb5.internal.ssl=ALL-UNNAMED \n
- --add-opens java.base/jdk.internal.module=ALL-UNNAMED \n
- --add-opens java.base/java.lang.module=ALL-UNNAMED \n
- --add-opens java.base/jdk.internal.reflect=ALL-UNNAMED \n
- --add-opens java.base/jdk.internal.ref=ALL-UNNAMED \n
- --add-opens java.base/jdk.internal.math=ALL-UNNAMED \n
- --add-opens java.base/jdk.internal.misc=ALL-UNNAMED \n
+ <property name="extraVMargs" value="-XX:+HeapDumpOnOutOfMemoryError -ea --add-modules ALL-SYSTEM
+ --add-opens java.base/jdk.internal.loader=ALL-UNNAMED
+ --add-opens jdk.localedata/sun.util.resources.cldr.provider=ALL-UNNAMED
+ --add-opens jdk.localedata/sun.util.resources.provider=ALL-UNNAMED
+ --add-opens java.security.jgss/sun.security.krb5.internal.ssl=ALL-UNNAMED
+ --add-opens java.base/jdk.internal.module=ALL-UNNAMED
+ --add-opens java.base/java.lang.module=ALL-UNNAMED
+ --add-opens java.base/jdk.internal.reflect=ALL-UNNAMED
+ --add-opens java.base/jdk.internal.ref=ALL-UNNAMED
+ --add-opens java.base/jdk.internal.math=ALL-UNNAMED
+ --add-opens java.base/jdk.internal.misc=ALL-UNNAMED
-Djava.io.tmpdir=${test.tmpDir} -Dot.weaving=otdre -javaagent:${otequinox.agent.jar}"/>
</ant>
</target>

Back to the top