Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > c7d94b7130ee8c849b987bc17c109d2d > files > 1

checkstyle-4.4-0.0.1mdv2009.0.src.rpm

--- checkstyle-src-4.4/build.xml.free	2007-12-20 20:25:46.000000000 +0100
+++ checkstyle-src-4.4/build.xml	2007-12-20 20:26:58.000000000 +0100
@@ -167,6 +167,7 @@
       <mapper type="glob" from="*messages.properties" to="*messages_en.properties"/>
     </copy>
 
+    <!--
     <javadoc sourcefiles="src/checkstyle/com/puppycrawl/tools/checkstyle/api/TokenTypes.java"
              classpathref="javadoc.classpath"
              encoding="iso-8859-1"
@@ -177,6 +178,7 @@
         <param name="-destfile" value="${checkstyle.dest}/com/puppycrawl/tools/checkstyle/api/tokentypes.properties"/>
       </doclet>
     </javadoc>
+    -->
   </target>
 
   <target name="compile.testinputs" description="Compile test inputs">
@@ -630,6 +632,7 @@
       </filterset>
     </copy>
 
+    <!--
     <javadoc sourcepath="src/checkstyle" destdir="${target.dir}/xdocs"
              classpathref="build.classpath"
              encoding="iso-8859-1"
@@ -643,6 +646,7 @@
         <exclude name="**/checks/j2ee/AbstractInterfaceCheck.java" />
       </fileset>
     </javadoc>
+    -->
 
     <taskdef name="anakia" classname="org.apache.velocity.anakia.AnakiaTask">
       <classpath refid="velocity.classpath"/>