This is an automated email from the ASF dual-hosted git repository. lihan pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 84bf5da3a6c8aac36b88b1e512e72df1278160d7 Author: lihan <li...@apache.org> AuthorDate: Sun Feb 26 15:53:22 2023 +0800 Update 'ide-intellij' target to overwrite old config. --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index b420c2a59d..e07317e76d 100644 --- a/build.xml +++ b/build.xml @@ -3758,7 +3758,7 @@ Read the Building page on the Apache Tomcat documentation site for details on ho depends="download-compile, download-test-compile" description="Creates project directory .idea for IntelliJ IDEA"> - <copy todir="${tomcat.home}/.idea"> + <copy todir="${tomcat.home}/.idea" overwrite="true"> <fileset dir="${tomcat.home}/res/ide-support/idea"/> <filterset refid="classpath.filters"/> <filterset refid="version.filters"/> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org