You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jl...@apache.org on 2017/10/08 13:50:01 UTC

[44/50] [abbrv] incubator-netbeans git commit: [NETBEANS-54] Module Review css.visual

[NETBEANS-54] Module Review  css.visual



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

Branch: refs/heads/jdk-javac
Commit: 5c3a690f81602f76bea58ba3a42950a780190622
Parents: b3a2ebd
Author: tomazst <to...@gmail.com>
Authored: Sat Oct 7 23:00:30 2017 +0200
Committer: Emilian Bold <em...@gmail.com>
Committed: Sun Oct 8 00:00:30 2017 +0300

----------------------------------------------------------------------
 .../org/netbeans/modules/css/visual/todo.txt    | 17 +++++++++++++++++
 .../qa-functional/data/CSSTestProject/build.xml | 20 ++++++++++++++++++++
 .../CSSTestProject/nbproject/ant-deploy.xml     | 20 ++++++++++++++++++++
 .../data/CSSTestProject/web/WEB-INF/sun-web.xml | 20 ++++++++++++++++++++
 .../data/CSSTestProject/web/WEB-INF/web.xml     | 20 ++++++++++++++++++++
 .../CSSTestProject/web/css/navigatorTest.css    | 19 +++++++++++++++++++
 6 files changed, 116 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/5c3a690f/css.visual/src/org/netbeans/modules/css/visual/todo.txt
----------------------------------------------------------------------
diff --git a/css.visual/src/org/netbeans/modules/css/visual/todo.txt b/css.visual/src/org/netbeans/modules/css/visual/todo.txt
index 16bc6d1..95f76b3 100644
--- a/css.visual/src/org/netbeans/modules/css/visual/todo.txt
+++ b/css.visual/src/org/netbeans/modules/css/visual/todo.txt
@@ -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.
+
 CSS RULE EDITOR (css.visual)
 ============================
 

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/5c3a690f/css.visual/test/qa-functional/data/CSSTestProject/build.xml
----------------------------------------------------------------------
diff --git a/css.visual/test/qa-functional/data/CSSTestProject/build.xml b/css.visual/test/qa-functional/data/CSSTestProject/build.xml
index 29abcdd..9a61d5c 100644
--- a/css.visual/test/qa-functional/data/CSSTestProject/build.xml
+++ b/css.visual/test/qa-functional/data/CSSTestProject/build.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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.
+
+-->
 <!-- You may freely edit this file. See commented blocks below for -->
 <!-- some examples of how to customize the build. -->
 <!-- (If you delete it and reopen the project it will be recreated.) -->

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/5c3a690f/css.visual/test/qa-functional/data/CSSTestProject/nbproject/ant-deploy.xml
----------------------------------------------------------------------
diff --git a/css.visual/test/qa-functional/data/CSSTestProject/nbproject/ant-deploy.xml b/css.visual/test/qa-functional/data/CSSTestProject/nbproject/ant-deploy.xml
index 28ca9b4..fb0c5d7 100644
--- a/css.visual/test/qa-functional/data/CSSTestProject/nbproject/ant-deploy.xml
+++ b/css.visual/test/qa-functional/data/CSSTestProject/nbproject/ant-deploy.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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.
+
+-->
 <project default="-deploy-ant" basedir=".">
     <target name="-init-cl-deployment-env" if="deploy.ant.enabled">
         <property file="${deploy.ant.properties.file}" />

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/5c3a690f/css.visual/test/qa-functional/data/CSSTestProject/web/WEB-INF/sun-web.xml
----------------------------------------------------------------------
diff --git a/css.visual/test/qa-functional/data/CSSTestProject/web/WEB-INF/sun-web.xml b/css.visual/test/qa-functional/data/CSSTestProject/web/WEB-INF/sun-web.xml
index f7e877c..85aa427 100644
--- a/css.visual/test/qa-functional/data/CSSTestProject/web/WEB-INF/sun-web.xml
+++ b/css.visual/test/qa-functional/data/CSSTestProject/web/WEB-INF/sun-web.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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.
+
+-->
 <!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 9.0 Servlet 2.5//EN" "http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd">
 <sun-web-app error-url="">
   <context-root>/CSSTestProject</context-root>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/5c3a690f/css.visual/test/qa-functional/data/CSSTestProject/web/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/css.visual/test/qa-functional/data/CSSTestProject/web/WEB-INF/web.xml b/css.visual/test/qa-functional/data/CSSTestProject/web/WEB-INF/web.xml
index d63cd69..3d208f1 100644
--- a/css.visual/test/qa-functional/data/CSSTestProject/web/WEB-INF/web.xml
+++ b/css.visual/test/qa-functional/data/CSSTestProject/web/WEB-INF/web.xml
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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.
+
+-->
 <web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
     <session-config>
         <session-timeout>

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/5c3a690f/css.visual/test/qa-functional/data/CSSTestProject/web/css/navigatorTest.css
----------------------------------------------------------------------
diff --git a/css.visual/test/qa-functional/data/CSSTestProject/web/css/navigatorTest.css b/css.visual/test/qa-functional/data/CSSTestProject/web/css/navigatorTest.css
index ec553e5..bc6dc45 100644
--- a/css.visual/test/qa-functional/data/CSSTestProject/web/css/navigatorTest.css
+++ b/css.visual/test/qa-functional/data/CSSTestProject/web/css/navigatorTest.css
@@ -1,3 +1,22 @@
+/**
+ * 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.
+ */
+
 /* 
     Document   : __NAME__
     Created on : __DATE__, __TIME__