From 09a67e8664d6d850d0f21bc5d2bebb9fec281c9b Mon Sep 17 00:00:00 2001
From: oburn
Date: Sat, 3 Nov 2001 11:00:48 +0000
Subject: [PATCH] fixed building
---
build.xml | 40 ++++++++++++++++++++++------------------
docs/anttask.html | 4 ++--
docs/cmdline.html | 4 ++--
3 files changed, 26 insertions(+), 22 deletions(-)
diff --git a/build.xml b/build.xml
index 976db4e0f..9c9eca055 100644
--- a/build.xml
+++ b/build.xml
@@ -112,11 +112,14 @@
-
-
-
-
+
+
+
+
+
+
@@ -184,14 +187,14 @@
basedir="dist/checkstyle-${version}/tmp" />
-
-
+
-
+
+
@@ -207,18 +210,19 @@
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/anttask.html b/docs/anttask.html
index aec111c01..08e34cfd4 100644
--- a/docs/anttask.html
+++ b/docs/anttask.html
@@ -16,9 +16,9 @@
This task is included in the checkstyle distribution.
Installation
-The easiest way is to include checkstyle-all-@@VERSION@@.jar in the classpath. This contains all the classes required to run checkstyle. Alternatively, you must include the following in the classpath:
+The easiest way is to include checkstyle-all-1.3.jar in the classpath. This contains all the classes required to run checkstyle. Alternatively, you must include the following in the classpath:
- - checkstyle-@@VERSION@@.jar
+ - checkstyle-1.3.jar
- ANTLR 2.7.1 classes. antlr.jar is included in the distribution.
- Jakarta Regexp 1.2 classes. jakarta-regexp-1.2.jar is included in the distribution.
diff --git a/docs/cmdline.html b/docs/cmdline.html
index 50847bf03..c1bc9e295 100644
--- a/docs/cmdline.html
+++ b/docs/cmdline.html
@@ -18,9 +18,9 @@ This command line tool is included in the checkstyle distribution.
Installation
-The easiest way is to include checkstyle-all-@@VERSION@@.jar in the classpath. This contains all the classes required to run checkstyle. Alternatively, you must include the following in the classpath:
+The easiest way is to include checkstyle-all-1.3.jar in the classpath. This contains all the classes required to run checkstyle. Alternatively, you must include the following in the classpath:
- - checkstyle-@@VERSION@@.jar
+ - checkstyle-1.3.jar
- ANTLR 2.7.1 classes. antlr.jar is included in the distribution.
- Jakarta Regexp 1.2 classes. jakarta-regexp-1.2.jar is included in the distribution.