You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2017/10/15 09:56:45 UTC

[04/10] incubator-netbeans git commit: [NETBEANS-54] Recursively exclude generated project files

[NETBEANS-54] Recursively exclude generated project files


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/014f2f1c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/014f2f1c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/014f2f1c

Branch: refs/heads/master
Commit: 014f2f1cb68aca0a99671593719d9fb25fb9d6e6
Parents: d9d6c14
Author: Matthias Bläsing <mb...@doppel-helix.eu>
Authored: Sat Oct 14 13:30:42 2017 +0200
Committer: Matthias Bläsing <mb...@doppel-helix.eu>
Committed: Sat Oct 14 14:28:41 2017 +0200

----------------------------------------------------------------------
 nbbuild/build.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/014f2f1c/nbbuild/build.xml
----------------------------------------------------------------------
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index 8346d01..e351125 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -1950,13 +1950,13 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
             <exclude name="*/build/**" />
             <exclude name="nbbuild/netbeans/**" />
             <exclude name="**/*.mf" /> <!--do not nativelly support comments-->
-            <exclude name="*/nbproject/*.sig" /> <!--generated signatures for past versions-->
-            <exclude name="*/nbproject/build-impl.xml" /> <!--generated, no degree of creativity -->
-            <exclude name="*/nbproject/jfx-impl.xml" /> <!--generated, no degree of creativity -->
-            <exclude name="*/nbproject/genfiles.properties" /> <!--generated, no degree of creativity -->
-            <exclude name="*/nbproject/private/**" /> <!--user-specific files -->
-            <exclude name="*/external/*-license.txt" /> <!--licenses for external dependencies-->
-            <exclude name="*/external/*-notice.txt" /> <!--notices for external dependencies-->
+            <exclude name="**/nbproject/*.sig" /> <!--generated signatures for past versions-->
+            <exclude name="**/nbproject/build-impl.xml" /> <!--generated, no degree of creativity -->
+            <exclude name="**/nbproject/jfx-impl.xml" /> <!--generated, no degree of creativity -->
+            <exclude name="**/nbproject/genfiles.properties" /> <!--generated, no degree of creativity -->
+            <exclude name="**/nbproject/private/**" /> <!--user-specific files -->
+            <exclude name="**/external/*-license.txt" /> <!--licenses for external dependencies-->
+            <exclude name="**/external/*-notice.txt" /> <!--notices for external dependencies-->
             <exclude name="**/*.pass" /> <!--generated test files-->
             <exclude name="**/*.pass2" /> <!--generated test files-->
             <exclude name="**/*.ref" /> <!--would cause tests to fail-->