Merge branch 'sigar-1.6'

This commit is contained in:
Doug MacEachern 2010-04-08 09:41:53 -07:00
commit cbfdc48167
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
<path id="alljars">
<path refid="libjars"/>
<fileset dir="${sigar-bin}/lib" includes="${sigar.jar}"/>
<fileset dir="${env.ANT_HOME}/lib" includes="junit*.jar"/>
<fileset dir="${ant.library.dir}" includes="junit*.jar"/>
</path>
<target name="javadoc_check">
@ -85,7 +85,7 @@
doctitle="Sigar">
<group title="Sigar" packages="org.hyperic.sigar" />
<classpath refid="libjars"/>
<classpath><path path="${env.ANT_HOME}/lib/ant.jar"/></classpath>
<classpath><path path="${ant.library.dir}/ant.jar"/></classpath>
<bottom>Copyright &#169; ${copyright.year} <![CDATA[<a target="_top" href="http://www.hyperic.com/">Hyperic</a>]]>. All Rights Reserved.</bottom>
</javadoc>
</target>