This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push: new 4c4679d47 TODO has been removed 4c4679d47 is described below commit 4c4679d471d280687285e406acfcef859c2322f4 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jun 30 09:42:16 2022 +0100 TODO has been removed --- jnirelease.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jnirelease.sh b/jnirelease.sh index c71403d57..4882d5b0d 100755 --- a/jnirelease.sh +++ b/jnirelease.sh @@ -285,7 +285,7 @@ cp ${JKJNIDIST}/CHANGELOG.txt ${JKWINDIST} mv ${JKWINDIST}/build/docs ${JKWINDIST}/docs rm -rf ${JKWINDIST}/build -for i in LICENSE NOTICE README.txt TODO.txt +for i in LICENSE NOTICE README.txt do $PERL ${JKWINDIST}/native/build/lineends.pl --cr ${JKWINDIST}/${i} done --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org