This is an automated email from the ASF dual-hosted git repository.
lihan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new ac55dde877 Update 'ide-intellij' target to overwrite old config.
ac55dde877 is described below
commit ac55dde877a20dd4abbd4de8fddea0303baa9091
Author: lihan <[email protected]>
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 862a62e730..00983bd2ca 100644
--- a/build.xml
+++ b/build.xml
@@ -3798,7 +3798,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: [email protected]
For additional commands, e-mail: [email protected]