Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-12-15 16:19:24 +0000
committerAlexander Kurtakov2017-12-15 16:19:24 +0000
commitbc97a6e13860545bdfa3d82611104e267dedf819 (patch)
tree3878e364f9119716851e639c3f8dd5e0a6823c87 /bundles/org.eclipse.equinox.p2.tests
parenta24a7104a45101b52fd3f2b5382f7722d1c314d7 (diff)
downloadrt.equinox.p2-bc97a6e13860545bdfa3d82611104e267dedf819.tar.gz
rt.equinox.p2-bc97a6e13860545bdfa3d82611104e267dedf819.tar.xz
rt.equinox.p2-bc97a6e13860545bdfa3d82611104e267dedf819.zip
Deprecated and ignored, let's reduce the noise in the log. Change-Id: I151dc01143426532b5b54e33b61d68f4fa69395d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/test.xml b/bundles/org.eclipse.equinox.p2.tests/test.xml
index 1263e9561..9d9119511 100644
--- a/bundles/org.eclipse.equinox.p2.tests/test.xml
+++ b/bundles/org.eclipse.equinox.p2.tests/test.xml
@@ -46,7 +46,7 @@
<property name="data-dir" value="${p2_location}" />
<property name="plugin-name" value="org.eclipse.equinox.p2.tests" />
<property name="classname" value="org.eclipse.equinox.p2.tests.AutomatedTests" />
- <property name="extraVMargs" value="-XX:MaxPermSize=256m -Dorg.eclipse.equinox.p2.transport.ecf.retry=5" />
+ <property name="extraVMargs" value="-Dorg.eclipse.equinox.p2.transport.ecf.retry=5" />
</ant>
</target>

Back to the top