Skip to content

Commit 4cfe6d5

Browse files
Make sure dist is listed in ant -p
1 parent 23b6acf commit 4cfe6d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
</jar>
445445
</target>
446446

447-
<target name="dist" depends="jar, test-jar">
447+
<target name="dist" depends="jar, test-jar" description="Build all library JARs and documentation">
448448
<mkdir dir="${dist.out}"/>
449449
<copy todir="${dist.out}">
450450
<!-- ant doesn't seem to provide any form of usable abstraction over sets of file names -->

0 commit comments

Comments
 (0)