diff --git a/build.xml b/build.xml
index 15e73a5c0..865b16bed 100644
--- a/build.xml
+++ b/build.xml
@@ -101,7 +101,7 @@
destdir="classes/checkstyle"
deprecation="on" debug="on"
classpathref="build.classpath" />
-
Alternatively, since checkstyle version 2.1 you can use taskdef's resource attribute:
- <taskdef resource="anttasks.properties"/> + <taskdef resource="checkstyletask.properties"/>diff --git a/src/checkstyle/anttasks.properties b/src/checkstyle/checkstyletask.properties similarity index 100% rename from src/checkstyle/anttasks.properties rename to src/checkstyle/checkstyletask.properties