java-checkstyle/java-checkstyle-5.1-anakia.patch

35 lines
858 B
Diff
Raw Permalink Normal View History

--- build.xml 2011-02-28 14:12:51.000000000 +0100
+++ build.xml-gil 2011-02-28 14:20:22.000000000 +0100
@@ -635,11 +635,11 @@
path="${checkstyle.dest}">
</doclet>
</javadoc>
-
+<!--
<taskdef name="anakia" classname="org.apache.velocity.anakia.AnakiaTask">
<classpath refid="velocity.classpath"/>
</taskdef>
-
+-->
<copy todir="${xdocs.dest}">
<fileset dir="${xdocs.src}">
<include name="**/*.css"/>
@@ -647,7 +647,7 @@
<include name="**/*.png"/>
</fileset>
</copy>
-
+<!--
<anakia basedir="${target.dir}/xdocs"
destdir="${xdocs.dest}/"
extension=".html"
@@ -658,7 +658,7 @@
lastModifiedCheck="true"
templatePath="${xdocs.src}/stylesheets">
</anakia>
-
+-->
</target>
<target name="report.translation"