Minor fix=

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1818 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Bill Lynch 2003-01-20 16:00:04 +00:00 committed by blynch
parent 74a685d456
commit 025106254b
1 changed files with 3 additions and 1 deletions

View File

@ -91,7 +91,9 @@
<!-- release -->
<!-- ======================================================================================= -->
<target name="release" if="release.exists" depends="release-exists, jar, javadoc">
<target name="release" if="release.exists" depends="release-exists">
<antcall target="jar" />
<antcall target="javadoc" />
<ant antfile="${basedir}/build/release.xml" />
</target>