You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/jtds/files/jtds-1.3.0-build.xml.patch

14 lines
285 B

--- build.xml
+++ build.xml
@@ -117,7 +117,9 @@
</junit>
</target>
- <target name="dist" depends="clean,compile,javadoc">
+ <target name="dist" depends="clean,jar,javadoc"/>
+
+ <target name="jar" depends="compile">
<mkdir dir="${dist}"/>
<!-- runtime jar -->