You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by em...@apache.org on 2017/10/25 21:29:37 UTC

[incubator-netbeans] branch master updated: [NETBEANS-54] Module Review maven.htmlui

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cea5ed3  [NETBEANS-54] Module Review maven.htmlui
cea5ed3 is described below

commit cea5ed3cb51cec0be6449a813a66e628ea39d964
Author: gezapeti <ge...@gmail.com>
AuthorDate: Wed Oct 25 23:28:51 2017 +0200

    [NETBEANS-54] Module Review maven.htmlui
---
 .../netbeans/modules/maven/htmlui/Bundle.properties  | 17 +++++++++++++++++
 .../netbeans/modules/maven/htmlui/description.html   | 20 ++++++++++++++++++++
 .../org/netbeans/modules/maven/htmlui/wizard-mac.css | 17 +++++++++++++++++
 .../netbeans/modules/maven/htmlui/wizard-metal.css   | 17 +++++++++++++++++
 .../netbeans/modules/maven/htmlui/wizard-nimbus.css  | 17 +++++++++++++++++
 .../org/netbeans/modules/maven/htmlui/wizard-win.css | 17 +++++++++++++++++
 nbbuild/build.xml                                    |  1 +
 7 files changed, 106 insertions(+)

diff --git a/maven.htmlui/src/org/netbeans/modules/maven/htmlui/Bundle.properties b/maven.htmlui/src/org/netbeans/modules/maven/htmlui/Bundle.properties
index 6102f29..462835d 100644
--- a/maven.htmlui/src/org/netbeans/modules/maven/htmlui/Bundle.properties
+++ b/maven.htmlui/src/org/netbeans/modules/maven/htmlui/Bundle.properties
@@ -1 +1,18 @@
+#
+# 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.
+#
 OpenIDE-Module-Name=DukeScript Project Wizard
diff --git a/maven.htmlui/src/org/netbeans/modules/maven/htmlui/description.html b/maven.htmlui/src/org/netbeans/modules/maven/htmlui/description.html
index 49cf3fc..0873048 100644
--- a/maven.htmlui/src/org/netbeans/modules/maven/htmlui/description.html
+++ b/maven.htmlui/src/org/netbeans/modules/maven/htmlui/description.html
@@ -1,4 +1,24 @@
 <!DOCTYPE html>
+<!--
+
+    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.
+
+-->
 <html>
     <body>
         <div>Generates a WebView based DukeScript application</div>
diff --git a/maven.htmlui/src/org/netbeans/modules/maven/htmlui/wizard-mac.css b/maven.htmlui/src/org/netbeans/modules/maven/htmlui/wizard-mac.css
index 16cc0c3..56f7fe9 100644
--- a/maven.htmlui/src/org/netbeans/modules/maven/htmlui/wizard-mac.css
+++ b/maven.htmlui/src/org/netbeans/modules/maven/htmlui/wizard-mac.css
@@ -1,3 +1,20 @@
+/*
+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.
+*/
 body#body{
     font-family:  sans-serif;
     font-weight: 100;
diff --git a/maven.htmlui/src/org/netbeans/modules/maven/htmlui/wizard-metal.css b/maven.htmlui/src/org/netbeans/modules/maven/htmlui/wizard-metal.css
index efc8257..c775e62 100644
--- a/maven.htmlui/src/org/netbeans/modules/maven/htmlui/wizard-metal.css
+++ b/maven.htmlui/src/org/netbeans/modules/maven/htmlui/wizard-metal.css
@@ -1,3 +1,20 @@
+/*
+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.
+*/
 body{
     font-family:  sans-serif;
     font-size: 12px;
diff --git a/maven.htmlui/src/org/netbeans/modules/maven/htmlui/wizard-nimbus.css b/maven.htmlui/src/org/netbeans/modules/maven/htmlui/wizard-nimbus.css
index bc47d3d..1d4c626 100644
--- a/maven.htmlui/src/org/netbeans/modules/maven/htmlui/wizard-nimbus.css
+++ b/maven.htmlui/src/org/netbeans/modules/maven/htmlui/wizard-nimbus.css
@@ -1,3 +1,20 @@
+/*
+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.
+*/
 body{
     font-size: 12px;
     background: rgb(214,217,223);
diff --git a/maven.htmlui/src/org/netbeans/modules/maven/htmlui/wizard-win.css b/maven.htmlui/src/org/netbeans/modules/maven/htmlui/wizard-win.css
index 90e6ced..d1f1f48 100644
--- a/maven.htmlui/src/org/netbeans/modules/maven/htmlui/wizard-win.css
+++ b/maven.htmlui/src/org/netbeans/modules/maven/htmlui/wizard-win.css
@@ -1,3 +1,20 @@
+/*
+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.
+*/
 body#body{
     font-family: Dialog;
     font-weight: 100;
diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index a7106a0..711e6c7 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -2017,6 +2017,7 @@ It is possible to use -Ddebug.port=3234 -Ddebug.pause=y to start the system in d
             <exclude name="languages.yaml/src/org/netbeans/modules/languages/yaml/*.yaml" /> <!--Files used in GUI as sample/starting point-->
             <exclude name="languages.yaml/src/org/netbeans/modules/languages/yaml/*.yml" /> <!--Files used in GUI as sample/starting point-->
             <exclude name="lib.uihandler/test/unit/src/**" /> <!--test data-->
+            <exclude name="maven.htmlui/src/org/netbeans/modules/maven/htmlui/UIDefaults" /> <!-- config file with no place for license header-->
             <exclude name="mercurial/src/org/netbeans/modules/mercurial/util/log*" /> <!-- user templates for mercurial commits, etc. -->
             <exclude name="nbbuild/netbeans/**" />
             <exclude name="nbbuild/testuserdir/**" />

-- 
To stop receiving notification emails like this one, please contact
['"commits@netbeans.apache.org" <co...@netbeans.apache.org>'].