Skip to content

Commit

Permalink
No need to sign jar files since we're no longer running JNLP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
twall committed Aug 19, 2015
1 parent 0e57990 commit 0e7e1d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -873,9 +873,11 @@ osname=macosx;processor=x86;processor=x86-64;processor=ppc
<!-- To allow JNLP tests to run, import the JNA testing certificate as a CA -->
<!-- keytool -exportcert -file jna.csr -keystore jna.keystore -alias jna -->
<!-- javaws -viewer (security tab, import CSR as CA-->
<!--
<signjar alias="jna" keystore="jna.keystore" storepass="jnadev" lazy="true">
<fileset dir="${build}/jws" includes="${jar},${testjar},junit.jar,jnidispatch.jar,clover.jar"/>
</signjar>
-->
</target>

<target name="android-test-setup" depends="compile-tests"
Expand Down

0 comments on commit 0e7e1d2

Please sign in to comment.