update product version numbers and dates in readme.txt etc

update docs
update to ActiveMQ NMS svn revision 704303
Add missing code xml docs.
This commit is contained in:
markpollack
2008-10-14 05:26:44 +00:00
parent 54e330a21c
commit 22724a7122
21 changed files with 1865 additions and 1391 deletions

View File

@@ -14,10 +14,10 @@
<!-- Include spring helpers -->
<include buildfile="${spring.basedir}/Spring.include"/>
<property name="package.version" value="1.1.2" unless="${property::exists('project.version')}"/>
<property name="package.version" value="1.2.0" unless="${property::exists('project.version')}"/>
<property name="using-clover" value="false"/>
<!-- change this to sync the sdk doc version generated -->
<property name="package.version.docs" value="1.1.0" unless="${property::exists('project.version')}"/>
<property name="package.version.docs" value="1.2.0" unless="${property::exists('project.version')}"/>
<!-- make system environment variables available as NAnt properties -->
<sysinfo/>