You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2023/01/09 23:17:24 UTC

[flex-blazeds] 05/06: missing ** in exclude .vscode/

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

joshtynjala pushed a commit to branch security-updates
in repository https://gitbox.apache.org/repos/asf/flex-blazeds.git

commit a1404191a582b8aade32d494675ba80d883e0c57
Author: Josh Tynjala <jo...@bowlerhat.dev>
AuthorDate: Mon Jan 9 15:12:03 2023 -0800

    missing ** in exclude .vscode/
---
 distribution/src/assembly/assemble-bin.xml | 2 +-
 distribution/src/assembly/assemble-src.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/assembly/assemble-bin.xml b/distribution/src/assembly/assemble-bin.xml
index 4ed7ebd..693d957 100644
--- a/distribution/src/assembly/assemble-bin.xml
+++ b/distribution/src/assembly/assemble-bin.xml
@@ -35,7 +35,7 @@
                 <exclude>../in/**</exclude>
                 <exclude>../lib/**</exclude>
                 <exclude>**/*.iml</exclude>
-                <exclude>**/.vscode/</exclude>
+                <exclude>**/.vscode/**</exclude>
             </excludes>
         </fileSet>
         <fileSet>
diff --git a/distribution/src/assembly/assemble-src.xml b/distribution/src/assembly/assemble-src.xml
index 211b3d6..73c651a 100644
--- a/distribution/src/assembly/assemble-src.xml
+++ b/distribution/src/assembly/assemble-src.xml
@@ -35,7 +35,7 @@
                 <exclude>../in/**</exclude>
                 <exclude>../lib/**</exclude>
                 <exclude>**/*.iml</exclude>
-                <exclude>**/.vscode/</exclude>
+                <exclude>**/.vscode/**</exclude>
             </excludes>
         </fileSet>
     </fileSets>