You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by li...@apache.org on 2023/02/26 07:53:29 UTC

[tomcat] branch main updated: Update 'ide-intellij' target to overwrite old config.

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 <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 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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org