mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 20:12:07 +01:00
Updates for beta 3.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1849 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
b441f58870
commit
dc5a177158
1 changed files with 3 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
<property name="version.major" value="1" />
|
<property name="version.major" value="1" />
|
||||||
<property name="version.minor" value="0" />
|
<property name="version.minor" value="0" />
|
||||||
<property name="version.string" value="beta2" />
|
<property name="version.string" value="beta3" />
|
||||||
<property name="version.name" value="${version.major}.${version.minor} Beta 2" />
|
<property name="version.name" value="${version.major}.${version.minor} Beta 3" />
|
||||||
|
|
||||||
<!-- TARGETS -->
|
<!-- TARGETS -->
|
||||||
<!-- ======================================================================================= -->
|
<!-- ======================================================================================= -->
|
||||||
|
@ -78,6 +78,7 @@
|
||||||
destdir="${javadoc.dest.dir}"
|
destdir="${javadoc.dest.dir}"
|
||||||
author="true"
|
author="true"
|
||||||
windowtitle="Smack ${version.name} Documentation"
|
windowtitle="Smack ${version.name} Documentation"
|
||||||
|
overview="${basedir}/source/overview.html"
|
||||||
>
|
>
|
||||||
<classpath>
|
<classpath>
|
||||||
<fileset dir="${build.lib.dir}">
|
<fileset dir="${build.lib.dir}">
|
||||||
|
|
Loading…
Reference in a new issue