patch-build_xml 528 B

12345678910111213
  1. $OpenBSD: patch-build_xml,v 1.4 2017/02/25 15:05:21 jasper Exp $
  2. --- build.xml.orig Sat Jan 14 17:15:07 2017
  3. +++ build.xml Sat Feb 25 14:58:20 2017
  4. @@ -126,7 +126,7 @@
  5. <!-- Miscellaneous -->
  6. <property name="build.compiler.emacs" value="true"/>
  7. - <target name="default" depends="test" description="Build and Test."/>
  8. + <target name="default" depends="-enable-native,jar,javadoc" description="Build and Test."/>
  9. <target name="init" depends="-setup"/>
  10. <target name="compile-test-single" depends="compile-tests"/>