s,env.ANT_HOME/lib,ant.library.dir
This commit is contained in:
		
							parent
							
								
									cd422901c9
								
							
						
					
					
						commit
						b94783b9ad
					
				@ -56,7 +56,7 @@
 | 
				
			|||||||
  <path id="alljars">
 | 
					  <path id="alljars">
 | 
				
			||||||
     <path refid="libjars"/>
 | 
					     <path refid="libjars"/>
 | 
				
			||||||
     <fileset dir="${sigar-bin}/lib" includes="${sigar.jar}"/>
 | 
					     <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>
 | 
					  </path>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <target name="javadoc_check">
 | 
					  <target name="javadoc_check">
 | 
				
			||||||
@ -85,7 +85,7 @@
 | 
				
			|||||||
             doctitle="Sigar">
 | 
					             doctitle="Sigar">
 | 
				
			||||||
      <group title="Sigar" packages="org.hyperic.sigar" />
 | 
					      <group title="Sigar" packages="org.hyperic.sigar" />
 | 
				
			||||||
      <classpath refid="libjars"/>
 | 
					      <classpath refid="libjars"/>
 | 
				
			||||||
      <classpath><path path="${env.ANT_HOME}/lib/ant.jar"/></classpath> 
 | 
					      <classpath><path path="${ant.library.dir}/ant.jar"/></classpath>
 | 
				
			||||||
     <bottom>Copyright © ${copyright.year} <![CDATA[<a target="_top" href="http://www.hyperic.com/">Hyperic</a>]]>. All Rights Reserved.</bottom>
 | 
					     <bottom>Copyright © ${copyright.year} <![CDATA[<a target="_top" href="http://www.hyperic.com/">Hyperic</a>]]>. All Rights Reserved.</bottom>
 | 
				
			||||||
    </javadoc>
 | 
					    </javadoc>
 | 
				
			||||||
  </target>
 | 
					  </target>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user