commit | f4dc06aafef4b1fc8c27862a2229ae83c69d8b7a | [log] [tgz] |
---|---|---|
author | David Matějček <dmatej@seznam.cz> | Mon May 17 12:10:57 2021 +0200 |
committer | David Matějček <dmatej@seznam.cz> | Mon May 17 12:10:57 2021 +0200 |
tree | 5cb4e44611c2e5578b4410d11405f2eb80351769 | |
parent | 61c5787ff9380215ac7d310ce36855cdaac0cb2a [diff] [blame] |
Trimming trailing spaces, removing tabs by a script - using tab width of 4 spaces - trailing space in property files is converted to unicode, so it is visible in sources - bat files use CRLF - all other text files use just LF
diff --git a/appserver/tests/appserv-tests/devtests/web/responseExceptionMessageEncoding/build.properties b/appserver/tests/appserv-tests/devtests/web/responseExceptionMessageEncoding/build.properties index 255aa97..16fa887 100644 --- a/appserver/tests/appserv-tests/devtests/web/responseExceptionMessageEncoding/build.properties +++ b/appserver/tests/appserv-tests/devtests/web/responseExceptionMessageEncoding/build.properties
@@ -15,7 +15,7 @@ SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 --> - + <property name="module" value="web"/> <property name="appname" value="${module}-response-exception-message-encoding"/>