From d9974de8387f007da8c17cbb09796f03f9fe0b55 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 2 Aug 2010 16:16:18 +0000 Subject: [PATCH] Extend Checkstyle to most text files Fix tabs in remaining files git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@981580 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 93 ++++++++++++++++++++++------------------------ eclipse.classpath | 22 +++++------ eclipse.project | 28 +++++++------- webapps/docs/changelog.xml | 8 ++++ 4 files changed, 78 insertions(+), 73 deletions(-) diff --git a/build.xml b/build.xml index e7be13cce..2d5a6ddf8 100644 --- a/build.xml +++ b/build.xml @@ -34,7 +34,7 @@ - + @@ -174,7 +174,7 @@ - + @@ -358,7 +358,7 @@ - + @@ -378,14 +378,14 @@ - + - + @@ -407,24 +407,21 @@ - + - - - - - - - - - - + classpath="${checkstyle.jar}" /> + + + + + + + - + @@ -770,7 +767,7 @@ classpath="${tomcat.classes}" excludes="**/CVS/**,**/.svn/**" encoding="ISO-8859-1" - includeantruntime="false"> + includeantruntime="false"> + includeantruntime="false"> @@ -904,7 +901,7 @@ @@ -928,8 +925,8 @@ + description="Creates the experimental embedded release" + depends="embed,embed-sources,embed-extras" /> @@ -940,7 +937,7 @@ source="${compile.source}" optimize="${compile.optimize}" encoding="ISO-8859-1" - includeantruntime="false"> + includeantruntime="false"> @@ -965,7 +962,7 @@ + if="${apr.exists}"> @@ -1000,7 +997,7 @@ @@ -1027,7 +1024,7 @@ @@ -1104,7 +1101,7 @@ - + @@ -1164,19 +1161,19 @@ source="${compile.source}" optimize="${compile.optimize}" encoding="ISO-8859-1" - includeantruntime="false"> + includeantruntime="false"> - + - + @@ -1202,7 +1199,7 @@ @@ -1229,7 +1226,7 @@ - + @@ -1361,7 +1358,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. + description="Create the Tomcat deployer binary"> @@ -1462,7 +1459,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. - + @@ -1910,12 +1907,12 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. - + + if="${execute.validate}"> @@ -1926,7 +1923,7 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. + description="Download (and build) components necessary to compile" > @@ -2060,12 +2057,12 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. sourcepath="${tomcat-dbcp.home}/src/java" srcdir="${tomcat-dbcp.home}/src/java" encoding="ISO-8859-1" - includeantruntime="false"> + includeantruntime="false"> - + @@ -2152,11 +2149,11 @@ Apache Tomcat ${version} native binaries for Win64 AMD64/EMT64 platform. + description="the name of the JAR file to create"/> + description="the directory from which to obtain the files "/> + description="the patternset id of the files to use"/> - - - - - - - - - - - + + + + + + + + + + + diff --git a/eclipse.project b/eclipse.project index 8723ace31..016f07657 100644 --- a/eclipse.project +++ b/eclipse.project @@ -16,18 +16,18 @@ limitations under the License. --> - tomcat-7.0.x - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - + tomcat-7.0.x + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 97f5488d5..88e47f926 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -44,6 +44,14 @@ + + + + Extend Checkstyle validation checks to check for tabs in nearly all text + files. (markt) + + +
-- 2.11.0