Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/org.eclipse.papyrus.infra.types.tests.launch')
-rw-r--r--tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/org.eclipse.papyrus.infra.types.tests.launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/org.eclipse.papyrus.infra.types.tests.launch b/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/org.eclipse.papyrus.infra.types.tests.launch
index 21e01810665..17d4572b9bc 100644
--- a/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/org.eclipse.papyrus.infra.types.tests.launch
+++ b/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/org.eclipse.papyrus.infra.types.tests.launch
@@ -29,7 +29,7 @@
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="-os ${target.os} -ws ${target.ws} -arch ${target.arch} -nl ${target.nl} -consoleLog"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.papyrus.infra.types.tests"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.pde.ui.workbenchClasspathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx1024m -XX:PermSize=256M -XX:MaxPermSize=512M"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m -Xmx1024m "/>
<stringAttribute key="pde.version" value="3.3"/>
<stringAttribute key="product" value="org.eclipse.platform.ide"/>
<booleanAttribute key="run_in_ui_thread" value="false"/>

Back to the top