You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2017/09/07 07:42:00 UTC

[1/2] incubator-netbeans-html4j git commit: Ignore content of target directories when checking licenses

Repository: incubator-netbeans-html4j
Updated Branches:
  refs/heads/master b4fdfc831 -> 7c56cda29


Ignore content of target directories when checking licenses

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

Branch: refs/heads/master
Commit: e360427e1574166c8ee5791488a13a65e9084bf3
Parents: b4fdfc8
Author: Jaroslav Tulach <ja...@oracle.com>
Authored: Thu Sep 7 09:33:18 2017 +0200
Committer: Jaroslav Tulach <ja...@oracle.com>
Committed: Thu Sep 7 09:33:18 2017 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/blob/e360427e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4e82471..0bbcdce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,6 +117,7 @@
                   <header>COPYING</header>
                   <strictCheck>true</strictCheck>
                   <excludes>
+                       <exclude>**/target/**</exclude>
                        <exclude>.*/**</exclude>
                        <exclude>*/nb-configuration.xml</exclude>
                   </excludes>


[2/2] incubator-netbeans-html4j git commit: Ignoring target directories

Posted by jt...@apache.org.
Ignoring target directories


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

Branch: refs/heads/master
Commit: 7c56cda29114f6dc9b09b4d42db4a8b0d2398e6a
Parents: e360427
Author: Jaroslav Tulach <ja...@oracle.com>
Authored: Thu Sep 7 09:40:29 2017 +0200
Committer: Jaroslav Tulach <ja...@oracle.com>
Committed: Thu Sep 7 09:40:29 2017 +0200

----------------------------------------------------------------------
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans-html4j/blob/7c56cda2/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..427c21d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*/target/
+target/