[NETBEANS-54] Modules review xml.tax
- no external library
- checked Rat report: added missing headers, ignored i10n.list
- skimmed through module, did not notice additional problems
Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit:
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/c5009b81
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/c5009b81
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/c5009b81
Branch: refs/heads/master
Commit: c5009b81db104a3896aae3d38f26973ae9edeac3
Parents: f29b958
Author: Matthias Bläsing <[email protected]>
Authored: Fri Oct 6 20:33:22 2017 +0200
Committer: Matthias Bläsing <[email protected]>
Committed: Wed Oct 11 19:04:53 2017 +0200
----------------------------------------------------------------------
.../src/org/netbeans/tax/data/xstates.dtd | 20 ++++++++++++++++++++
.../netbeans/tax/io/data/dir/dir-b/level2.dtd | 20 ++++++++++++++++++++
.../netbeans/tax/io/data/dir/dir-b/level3.dtd | 20 ++++++++++++++++++++
.../src/org/netbeans/tax/io/data/dir/level1.dtd | 20 ++++++++++++++++++++
.../src/org/netbeans/tax/dom/data/Prototype.xml | 20 ++++++++++++++++++++
5 files changed, 100 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/c5009b81/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/data/xstates.dtd
----------------------------------------------------------------------
diff --git
a/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/data/xstates.dtd
b/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/data/xstates.dtd
index 3543367..a75ddc9 100644
--- a/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/data/xstates.dtd
+++ b/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/data/xstates.dtd
@@ -1,4 +1,24 @@
<?xml 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.
+
+-->
<!-- Created by mschovanek on October 23, 2000, 6:44 PM -->
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/c5009b81/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/io/data/dir/dir-b/level2.dtd
----------------------------------------------------------------------
diff --git
a/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/io/data/dir/dir-b/level2.dtd
b/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/io/data/dir/dir-b/level2.dtd
index 90990b3..5728c6d 100644
---
a/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/io/data/dir/dir-b/level2.dtd
+++
b/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/io/data/dir/dir-b/level2.dtd
@@ -1,3 +1,23 @@
+<!--
+
+ 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.
+
+-->
<!ELEMENT element-b (#PCDATA)>
<!ENTITY % c SYSTEM "level3.dtd">
%c;
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/c5009b81/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/io/data/dir/dir-b/level3.dtd
----------------------------------------------------------------------
diff --git
a/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/io/data/dir/dir-b/level3.dtd
b/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/io/data/dir/dir-b/level3.dtd
index 5e286fe..8ed4764 100644
---
a/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/io/data/dir/dir-b/level3.dtd
+++
b/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/io/data/dir/dir-b/level3.dtd
@@ -1 +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.
+
+-->
<!ELEMENT element-c (#PCDATA)>
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/c5009b81/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/io/data/dir/level1.dtd
----------------------------------------------------------------------
diff --git
a/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/io/data/dir/level1.dtd
b/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/io/data/dir/level1.dtd
index ad464d2..5463d86 100644
--- a/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/io/data/dir/level1.dtd
+++ b/xml.tax/lib/test/qa-functional/src/org/netbeans/tax/io/data/dir/level1.dtd
@@ -1,3 +1,23 @@
+<!--
+
+ 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.
+
+-->
<!ELEMENT element (#PCDATA)>
<!ENTITY % b SYSTEM "dir-b/level2.dtd">
%b;
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/c5009b81/xml.tax/lib/test/unit/src/org/netbeans/tax/dom/data/Prototype.xml
----------------------------------------------------------------------
diff --git a/xml.tax/lib/test/unit/src/org/netbeans/tax/dom/data/Prototype.xml
b/xml.tax/lib/test/unit/src/org/netbeans/tax/dom/data/Prototype.xml
index 43c5e68..cb70e84 100644
--- a/xml.tax/lib/test/unit/src/org/netbeans/tax/dom/data/Prototype.xml
+++ b/xml.tax/lib/test/unit/src/org/netbeans/tax/dom/data/Prototype.xml
@@ -1,3 +1,23 @@
+<!--
+
+ 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.
+
+-->
<root>
<child attribute="value1"/>
<text>data</text>