Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > e65bc28f541403da89283c9b5d7dcc89 > files > 1

ant-antunit-1.1-4.mga3.src.rpm

--- common/build.xml	2008-09-19 11:28:04.000000000 +0200
+++ common/build.xml-gil	2011-05-22 13:54:55.933150943 +0200
@@ -86,6 +86,36 @@
       />
   </target>
 
+  <target name="javadoc" description="Generates the Javadoc of the application">
+	  <tstamp>
+		  <format property="year" pattern="yyyy" />
+	  </tstamp>
+	  <javadoc sourcepath="src/main"  
+		   packagenames="org,apache,ant,antunit,*" 
+		   destdir="apidocs" 
+		   windowtitle="Apache AntUnit JavaDoc"
+		   access="protected" 
+		   old="false" 
+		   verbose="false" 
+		   version="true" 
+		   use="true" 
+		   author="true" 
+		   splitindex="false" 
+		   nodeprecated="false" 
+		   nodeprecatedlist="false" 
+		   notree="false" 
+		   noindex="false" 
+		   nohelp="false" 
+		   nonavbar="false" 
+		   serialwarn="false" 
+		   charset="ISO-8859-1" 
+		   linksource="false" 
+		   breakiterator="false">
+		  <doctitle><![CDATA[<h1>Apache AntUnit - Java regression test package API</h1>]]></doctitle>
+		  <bottom><![CDATA[<small>Copyright &#169; ${year} <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small>]]></bottom>
+	  </javadoc>
+  </target>
+
   <target name="check-for-NOTICE">
     <available file="NOTICE" property="notice-present?"/>