We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b6acf commit 4cfe6d5Copy full SHA for 4cfe6d5
build.xml
@@ -444,7 +444,7 @@
444
</jar>
445
</target>
446
447
- <target name="dist" depends="jar, test-jar">
+ <target name="dist" depends="jar, test-jar" description="Build all library JARs and documentation">
448
<mkdir dir="${dist.out}"/>
449
<copy todir="${dist.out}">
450
<!-- ant doesn't seem to provide any form of usable abstraction over sets of file names -->
0 commit comments