Skip to content

Commit

Permalink
Fix remaining trailing white-space issues that were preventing the
Browse files Browse the repository at this point in the history
checkstyle build check from passing.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1187827 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Oct 22, 2011
1 parent 140374e commit 5df1e02
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion KEYS
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Please don't use them for email unless you have to. Their main
purpose is code signing.

Apache users: pgp < KEYS
Apache developers:
Apache developers:
(pgpk -ll <your name> && pgpk -xa <your name>) >> this file.
or
(gpg --fingerprint --list-sigs <your name>
Expand Down
10 changes: 5 additions & 5 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@



APACHE TOMCAT SUBCOMPONENTS:
APACHE TOMCAT SUBCOMPONENTS:

Apache Tomcat includes a number of subcomponents with separate copyright notices
and license terms. Your use of these subcomponents is subject to the terms and
conditions of the following licenses.
conditions of the following licenses.


For the ecj-x.x.x.jar component:
Expand Down Expand Up @@ -433,7 +433,7 @@ For the Windows Installer component:
license.
* The bzip2 compression module for NSIS is licensed under the bzip2 license.
* The lzma compression module for NSIS is licensed under the Common Public
License version 1.0.
License version 1.0.

zlib/libpng license

Expand All @@ -451,7 +451,7 @@ the following restrictions:
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
3. This notice may not be removed or altered from any source distribution.

bzip2 license

Expand All @@ -467,7 +467,7 @@ are permitted provided that the following conditions are met:
3. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
4. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
Expand Down
4 changes: 2 additions & 2 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ open source software. The original software and
related information is available at
http://nsis.sourceforge.net.

Java compilation software for JSP pages is provided by Eclipse,
which is open source software. The original software and
Java compilation software for JSP pages is provided by Eclipse,
which is open source software. The original software and
related information is available at
http://www.eclipse.org.

Expand Down
22 changes: 11 additions & 11 deletions RELEASE-NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ Tomcat @VERSION_MAJOR_MINOR@ is designed to run on Java SE 6 and later.
In addition, Tomcat @VERSION_MAJOR_MINOR@ uses the Eclipse JDT Java compiler for
compiling JSP pages. This means you no longer need to have the complete
Java Development Kit (JDK) to run Tomcat, but a Java Runtime Environment
(JRE) is sufficient. The Eclipse JDT Java compiler is bundled with the
(JRE) is sufficient. The Eclipse JDT Java compiler is bundled with the
binary Tomcat distributions. Tomcat can also be configured to use the
compiler from the JDK to compile JSPs, or any other Java compiler supported
compiler from the JDK to compile JSPs, or any other Java compiler supported
by Apache Ant.


Expand Down Expand Up @@ -119,7 +119,7 @@ putting unpacked classes into a "classes" directory (not created by default),
or by placing them in JAR files in the "lib" directory.

To override the XML parser implementation or interfaces, use the endorsed
mechanism of the JVM. The default configuration defines JARs located in
mechanism of the JVM. The default configuration defines JARs located in
"endorsed" as endorsed.


Expand Down Expand Up @@ -167,23 +167,23 @@ included in the documentation web application.
=============================
Cryptographic software notice
=============================
This distribution includes cryptographic software. The country in
which you currently reside may have restrictions on the import,
possession, use, and/or re-export to another country, of
encryption software. BEFORE using any encryption software, please
This distribution includes cryptographic software. The country in
which you currently reside may have restrictions on the import,
possession, use, and/or re-export to another country, of
encryption software. BEFORE using any encryption software, please
check your country's laws, regulations and policies concerning the
import, possession, or use, and re-export of encryption software, to
import, possession, or use, and re-export of encryption software, to
see if this is permitted. See <http://www.wassenaar.org/> for more
information.

The U.S. Government Department of Commerce, Bureau of Industry and
Security (BIS), has classified this software as Export Commodity
Security (BIS), has classified this software as Export Commodity
Control Number (ECCN) 5D002.C.1, which includes information security
software using or performing cryptographic functions with asymmetric
algorithms. The form and manner of this Apache Software Foundation
distribution makes it eligible for export under the License Exception
ENC Technology Software Unrestricted (TSU) exception (see the BIS
Export Administration Regulations, Section 740.13) for both object
ENC Technology Software Unrestricted (TSU) exception (see the BIS
Export Administration Regulations, Section 740.13) for both object
code and source code.

The following provides more details on the included cryptographic
Expand Down
6 changes: 3 additions & 3 deletions bin/catalina.bat
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ rem the version command etc.
rem Most options should go into CATALINA_OPTS.
rem
rem JAVA_ENDORSED_DIRS (Optional) Lists of of semi-colon separated directories
rem containing some jars in order to allow replacement of APIs
rem created outside of the JCP (i.e. DOM and SAX from W3C).
rem containing some jars in order to allow replacement of APIs
rem created outside of the JCP (i.e. DOM and SAX from W3C).
rem It can also be used to update the XML parser implementation.
rem Defaults to $CATALINA_HOME/endorsed.
rem
Expand All @@ -82,7 +82,7 @@ rem LOGGING_CONFIG (Optional) Override Tomcat's logging config file
rem Example (all one line)
rem set LOGGING_CONFIG="-Djava.util.logging.config.file=%CATALINA_BASE%\conf\logging.properties"
rem
rem LOGGING_MANAGER (Optional) Override Tomcat's logging manager
rem LOGGING_MANAGER (Optional) Override Tomcat's logging manager
rem Example (all one line)
rem set LOGGING_MANAGER="-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager"
rem
Expand Down
2 changes: 1 addition & 1 deletion bin/catalina.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ elif [ "$1" = "configtest" ] ; then
-Dcatalina.base=\"$CATALINA_BASE\" \
-Dcatalina.home=\"$CATALINA_HOME\" \
-Djava.io.tmpdir=\"$CATALINA_TMPDIR\" \
org.apache.catalina.startup.Bootstrap configtest
org.apache.catalina.startup.Bootstrap configtest
result=$?
if [ $result -ne 0 ]; then
echo "Configuration error detected!"
Expand Down
6 changes: 3 additions & 3 deletions bin/configtest.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ while [ -h "$PRG" ] ; do
PRG=`dirname "$PRG"`/"$link"
fi
done

PRGDIR=`dirname "$PRG"`
EXECUTABLE=catalina.sh

# Check that target executable exists
if $os400; then
# -x will Only work on the os400 if the files are:
# -x will Only work on the os400 if the files are:
# 1. owned by the user
# 2. owned by the PRIMARY group of the user
# this will not work if the user belongs in secondary groups
Expand All @@ -57,6 +57,6 @@ else
echo "This file is needed to run this program"
exit 1
fi
fi
fi

exec "$PRGDIR"/"$EXECUTABLE" configtest "$@"
6 changes: 3 additions & 3 deletions bin/digest.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ while [ -h "$PRG" ] ; do
PRG=`dirname "$PRG"`/"$link"
fi
done

PRGDIR=`dirname "$PRG"`
EXECUTABLE=tool-wrapper.sh

# Check that target executable exists
if $os400; then
# -x will Only work on the os400 if the files are:
# -x will Only work on the os400 if the files are:
# 1. owned by the user
# 2. owned by the PRIMARY group of the user
# this will not work if the user belongs in secondary groups
Expand All @@ -57,6 +57,6 @@ else
echo "This file is needed to run this program"
exit 1
fi
fi
fi

exec "$PRGDIR"/"$EXECUTABLE" -server org.apache.catalina.realm.RealmBase "$@"
2 changes: 1 addition & 1 deletion bin/setclasspath.bat
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rem limitations under the License.
rem ---------------------------------------------------------------------------
rem Set JAVA_HOME or JRE_HOME if not already set, ensure any provided settings
rem are valid and consistent with the selected start-up options and set up the
rem endorsed directory.
rem endorsed directory.
rem
rem $Id$
rem ---------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion bin/setclasspath.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -----------------------------------------------------------------------------
# Set JAVA_HOME or JRE_HOME if not already set, ensure any provided settings
# are valid and consistent with the selected start-up options and set up the
# endorsed directory.
# endorsed directory.
#
# $Id$
# -----------------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions bin/shutdown.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ while [ -h "$PRG" ] ; do
PRG=`dirname "$PRG"`/"$link"
fi
done

PRGDIR=`dirname "$PRG"`
EXECUTABLE=catalina.sh

# Check that target executable exists
if $os400; then
# -x will Only work on the os400 if the files are:
# -x will Only work on the os400 if the files are:
# 1. owned by the user
# 2. owned by the PRIMARY group of the user
# this will not work if the user belongs in secondary groups
Expand All @@ -57,6 +57,6 @@ else
echo "This file is needed to run this program"
exit 1
fi
fi
fi

exec "$PRGDIR"/"$EXECUTABLE" stop "$@"
6 changes: 3 additions & 3 deletions bin/startup.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ while [ -h "$PRG" ] ; do
PRG=`dirname "$PRG"`/"$link"
fi
done

PRGDIR=`dirname "$PRG"`
EXECUTABLE=catalina.sh

# Check that target executable exists
if $os400; then
# -x will Only work on the os400 if the files are:
# -x will Only work on the os400 if the files are:
# 1. owned by the user
# 2. owned by the PRIMARY group of the user
# this will not work if the user belongs in secondary groups
Expand All @@ -57,6 +57,6 @@ else
echo "This file is needed to run this program"
exit 1
fi
fi
fi

exec "$PRGDIR"/"$EXECUTABLE" start "$@"
6 changes: 3 additions & 3 deletions bin/version.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ while [ -h "$PRG" ] ; do
PRG=`dirname "$PRG"`/"$link"
fi
done

PRGDIR=`dirname "$PRG"`
EXECUTABLE=catalina.sh

# Check that target executable exists
if $os400; then
# -x will Only work on the os400 if the files are:
# -x will Only work on the os400 if the files are:
# 1. owned by the user
# 2. owned by the PRIMARY group of the user
# this will not work if the user belongs in secondary groups
Expand All @@ -57,6 +57,6 @@ else
echo "This file is needed to run this program"
exit 1
fi
fi
fi

exec "$PRGDIR"/"$EXECUTABLE" version "$@"
12 changes: 6 additions & 6 deletions res/INSTALLLICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@



APACHE TOMCAT SUBCOMPONENTS:
APACHE TOMCAT SUBCOMPONENTS:

Apache Tomcat includes a number of subcomponents with separate copyright notices
and license terms. Your use of these subcomponents is subject to the terms and
conditions of the following licenses.
conditions of the following licenses.


For the Eclipse JDT Java compiler:
Expand Down Expand Up @@ -433,7 +433,7 @@ For the Windows Installer component:
license.
* The bzip2 compression module for NSIS is licensed under the bzip2 license.
* The lzma compression module for NSIS is licensed under the Common Public
License version 1.0.
License version 1.0.

zlib/libpng license

Expand All @@ -451,7 +451,7 @@ the following restrictions:
appreciated but is not required.
2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
3. This notice may not be removed or altered from any source distribution.
3. This notice may not be removed or altered from any source distribution.

bzip2 license

Expand All @@ -467,7 +467,7 @@ are permitted provided that the following conditions are met:
3. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.
4. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
Expand Down Expand Up @@ -704,4 +704,4 @@ by name) to the files from the LZMA compression module for NSIS without
subjecting your linked code to the terms of the Common Public license version
1.0. Any modifications or additions to files from the LZMA compression module
for NSIS, however, are subject to the terms of the Common Public License version
1.0.
1.0.
2 changes: 1 addition & 1 deletion res/maven/mvn.properties.default
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#
# To create custom properties, simply create
# the file mvn.properties
# in this directory
Expand Down

0 comments on commit 5df1e02

Please sign in to comment.