remove truststore on remote-test

This commit is contained in:
Peter Hormanns 2012-11-28 14:24:26 +01:00
parent 44484cce98
commit d30af3f4c3

View File

@ -146,8 +146,6 @@
<target name="remote-test" description="inspection of xmlrpc-api" depends="compile-test">
<mkdir dir="${build.home}/junit" />
<junit printsummary="yes" fork="yes">
<jvmarg value="-Djavax.net.ssl.trustStore=${javax.net.ssl.trustStore}"/>
<jvmarg value="-Djavax.net.ssl.trustStorePassword=${javax.net.ssl.trustStorePassword}"/>
<classpath>
<fileset dir="lib">
<include name="*.jar" />