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

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git

commit 77213bb00003225a814d7c911b464dfded9deeb4
Author: Jaroslav Tulach <jaroslav.tul...@apidesign.org>
AuthorDate: Tue Dec 22 14:05:18 2020 +0100

    Exclude nbactions.xml from license checks
---
 .gitignore                                             |  3 ++-
 .../netbeans/html/presenters/spi/test/GenericTCK.java  | 18 ++++++++++++++++++
 pom.xml                                                |  1 +
 3 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 2987134..8971744 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
 /target/
 *.orig
 */nb-configuration.xml
+*/nbactions.xml
 /html4j-maven-plugin/src/test/resources/org/netbeans/html/mojo/gradle*/build/*
 
/html4j-maven-plugin/src/test/resources/org/netbeans/html/mojo/gradle*/.gradle/*
-/html4j-maven-plugin/src/test/resources/org/netbeans/html/mojo/gradle*/.nb*gradle/*
\ No newline at end of file
+/html4j-maven-plugin/src/test/resources/org/netbeans/html/mojo/gradle*/.nb*gradle/*
diff --git 
a/generic/src/test/java/org/netbeans/html/presenters/spi/test/GenericTCK.java 
b/generic/src/test/java/org/netbeans/html/presenters/spi/test/GenericTCK.java
index cd8a87e..dedbc70 100644
--- 
a/generic/src/test/java/org/netbeans/html/presenters/spi/test/GenericTCK.java
+++ 
b/generic/src/test/java/org/netbeans/html/presenters/spi/test/GenericTCK.java
@@ -1,3 +1,21 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.netbeans.html.presenters.spi.test;
 
 import java.util.HashMap;
diff --git a/pom.xml b/pom.xml
index bbd2559..791fc9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -219,6 +219,7 @@ 
org.netbeans.html.boot.impl:org.netbeans.html.boot.fx:org.netbeans.html.context.
                         <exclude>**/.maven/**</exclude>
                         <exclude>**/*.sigtest</exclude>
                         <exclude>**/nb-configuration.xml</exclude>
+                        <exclude>**/nbactions.xml</exclude>
                         <exclude>README.md</exclude>
                         <exclude>DEPENDENCIES</exclude>
                         
<exclude>**/main/resources/org/netbeans/html/ko4j/knockout-3.5.0.js</exclude>


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to