From 1a596b682721eeda7cb0e8e9bc6068f371e307c9 Mon Sep 17 00:00:00 2001
From: Oliver Burn
Date: Mon, 25 Feb 2002 12:15:07 +0000
Subject: [PATCH] Renamed anttasks.properties to checkstyletask.properties. A
much clearer name.
---
build.xml | 4 ++--
docs/anttask.html | 2 +-
.../{anttasks.properties => checkstyletask.properties} | 0
3 files changed, 3 insertions(+), 3 deletions(-)
rename src/checkstyle/{anttasks.properties => checkstyletask.properties} (100%)
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" />
-
@@ -130,7 +130,7 @@
-
+
diff --git a/docs/anttask.html b/docs/anttask.html
index 97fb1667d..0cace7f5d 100644
--- a/docs/anttask.html
+++ b/docs/anttask.html
@@ -28,7 +28,7 @@ This task is included in the checkstyle distribution.
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