This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new a3d815c  Don't exclude the ide support sample files for idea when 
packaging the src for a release
a3d815c is described below

commit a3d815c0c11aa2571d6039cb162bcb2edda42202
Author: Felix Schumacher <fschumac...@apache.org>
AuthorDate: Sat Mar 16 14:43:50 2019 +0100

    Don't exclude the ide support sample files for idea when packaging the src 
for a release
---
 build.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 6b54267..660304a 100644
--- a/build.xml
+++ b/build.xml
@@ -2132,7 +2132,13 @@ Apache Tomcat ${version} native binaries for Win64 
AMD64/EMT64 platform.
             -->
             <filename name="**/build.properties"/>
             <filename name="**/mvn.properties"/>
-            <filename name="**/*.iml" />
+            <and>
+              <!-- Don't exclude the ide support sample files for idea -->
+              <filename name="**/*.iml" />
+              <not>
+                <filename name="res/ide-support/idea/**" />
+              </not>
+            </and>
             <filename name="**/*.asc" />
             <filename name="**/*.tmp" />
             <filename name="**/*.jj" />


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to