1
0
mirror of https://github.com/apache/lucene.git synced 2025-02-18 16:06:32 +00:00

Remove leftover junk.

This commit is contained in:
Dawid Weiss 2019-12-13 15:24:59 +01:00
parent 4707fa2322
commit 981ddb825b

@ -222,20 +222,3 @@ if (vmName =~ /(?i)(hotspot|openjdk|jrockit)/ &&
}
}
}
/*
<property name="tests.policy" location="${common.dir}/tools/junit4/tests.policy"/>
<jvmarg line="${tests.heapdump.args}"/>
<jvmarg line="@{additional.vm.args}"/>
<jvmarg line="${tests.runtimespecific.args}"/>
<!-- Restrict access to certain Java features and install security manager: -->
<sysproperty key="common.dir" file="${common.dir}" />
<sysproperty key="common-solr.dir" file="${common.dir}/../solr" />
<sysproperty key="ant.library.dir" file="${ant.library.dir}" />
<sysproperty key="clover.db.dir" file="${clover.db.dir}" />
<syspropertyset>
<propertyref prefix="java.security.manager"/>
</syspropertyset>
<sysproperty key="java.security.policy" file="${tests.policy}" />
*/