Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault (Ericsson)2013-04-17 00:44:42 +0000
committerPascal Rapicault2013-04-17 00:44:42 +0000
commit3f717b86dcb207491ba99f92c99b56e5d3ac4e2d (patch)
treec75fef3a8ce05a436e1da17f56bb72915b5d8f7e
parent00935bd6d00d72d34c9220478c61f7ad9aaaa770 (diff)
downloadrt.equinox.p2-3f717b86dcb207491ba99f92c99b56e5d3ac4e2d.tar.gz
rt.equinox.p2-3f717b86dcb207491ba99f92c99b56e5d3ac4e2d.tar.xz
rt.equinox.p2-3f717b86dcb207491ba99f92c99b56e5d3ac4e2d.zip
undo formatting change of the argLine parameter
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/pom.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/pom.xml b/bundles/org.eclipse.equinox.p2.tests/pom.xml
index 6a475a621..c45ee4324 100644
--- a/bundles/org.eclipse.equinox.p2.tests/pom.xml
+++ b/bundles/org.eclipse.equinox.p2.tests/pom.xml
@@ -40,12 +40,7 @@
<configuration>
<testSuite>org.eclipse.equinox.p2.tests</testSuite>
<testClass>org.eclipse.equinox.p2.tests.AutomatedTests</testClass>
- <argLine>-Xmx512m
- -Dorg.eclipse.equinox.p2.reconciler.tests.platform.archive=${platform.archive.name}
- -Dorg.eclipse.equinox.p2.reconciler.tests.35.platform.archive=${platform.archive.name}
- -Dorg.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive=${platform.archive.name}
- -Dorg.eclipse.equinox.p2.repository
- -Dorg.eclipse.equinox.p2.transport.ecf.retry=5</argLine>
+ <argLine>-Xmx512m -Dorg.eclipse.equinox.p2.reconciler.tests.platform.archive=${platform.archive.name} -Dorg.eclipse.equinox.p2.reconciler.tests.35.platform.archive=${platform.archive.name} -Dorg.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive=${platform.archive.name} -Dorg.eclipse.equinox.p2.repository -Dorg.eclipse.equinox.p2.transport.ecf.retry=5</argLine>
<appArgLine>-consoleLog</appArgLine>
<bundleStartLevel>
<bundle>

Back to the top