mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Minor fix=
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1818 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
74a685d456
commit
025106254b
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue