com.jivesoftware.smackx classes added to javadoc list. Later we might want to think about making this separate.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2019 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Bill Lynch 2003-08-11 13:50:31 +00:00 committed by blynch
parent 776fad632a
commit 8d3e50bb9e
1 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@
<!-- jar --> <!-- jar -->
<!-- ======================================================================================= --> <!-- ======================================================================================= -->
<target name="jar" depends="compile, test" unless="jar.uptodate" description="Produces smack.jar"> <target name="jar" depends="compile" unless="jar.uptodate" description="Produces smack.jar">
<jar destfile="${jar.dest.dir}/smack.jar" <jar destfile="${jar.dest.dir}/smack.jar"
basedir="${compile.dir}" basedir="${compile.dir}"
@ -115,7 +115,7 @@
<mkdir dir="${javadoc.dest.dir}" /> <mkdir dir="${javadoc.dest.dir}" />
<javadoc <javadoc
packagenames="org.jivesoftware.smack.*" packagenames="org.jivesoftware.smack.*, org.jivesoftware.smackx.*"
sourcepath="${basedir}/source" sourcepath="${basedir}/source"
destdir="${javadoc.dest.dir}" destdir="${javadoc.dest.dir}"
author="true" author="true"
@ -176,7 +176,7 @@
<!-- release --> <!-- release -->
<!-- ======================================================================================= --> <!-- ======================================================================================= -->
<target name="release" if="release.exists" depends="release-exists"> <target name="release" if="release.exists" depends="release-exists, test">
<antcall target="jar"> <antcall target="jar">
<param name="no.test" value="true" /> <param name="no.test" value="true" />
</antcall> </antcall>