From 06da98868310183b783644233c213a2349d689fe Mon Sep 17 00:00:00 2001 From: geertjan Date: Sun, 8 Oct 2017 11:18:22 +0200 Subject: [PATCH] [NETBEANS-54] Module Review apisupport.ant --- .../data/example-external-projects/README | 16 +++++++++++++++ .../html4j/build.xml | 20 +++++++++++++++++++ .../html4j/nbproject/build-impl.xml | 20 +++++++++++++++++++ .../html4j/nbproject/genfiles.properties | 17 ++++++++++++++++ .../html4j/nbproject/platform.properties | 17 ++++++++++++++++ .../html4j/nbproject/project.properties | 17 ++++++++++++++++ .../html4j/nbproject/project.xml | 20 +++++++++++++++++++ .../javafx/build.xml | 20 +++++++++++++++++++ .../javafx/nbproject/build-impl.xml | 20 +++++++++++++++++++ .../javafx/nbproject/genfiles.properties | 17 ++++++++++++++++ .../javafx/nbproject/platform.properties | 17 ++++++++++++++++ .../javafx/nbproject/project.properties | 17 ++++++++++++++++ .../javafx/nbproject/project.xml | 20 +++++++++++++++++++ .../suite1/action-project/build.xml | 20 +++++++++++++++++++ .../action-project/nbproject/build-impl.xml | 20 +++++++++++++++++++ .../nbproject/genfiles.properties | 17 ++++++++++++++++ .../nbproject/project.properties | 16 +++++++++++++++ .../action-project/nbproject/project.xml | 20 +++++++++++++++++++ .../action-project/nbproject/suite.properties | 17 ++++++++++++++++ .../examples/modules/action/Bundle.properties | 17 ++++++++++++++++ .../examples/modules/action/layer.xml | 20 +++++++++++++++++++ .../test/qa-functional/src/.exists | 15 ++++++++++++++ .../suite1/build.xml | 20 +++++++++++++++++++ .../suite1/nbproject/build-impl.xml | 20 +++++++++++++++++++ .../suite1/nbproject/genfiles.properties | 17 ++++++++++++++++ .../suite1/nbproject/platform.properties | 17 ++++++++++++++++ .../suite1/nbproject/project.properties | 17 ++++++++++++++++ .../suite1/nbproject/project.xml | 20 +++++++++++++++++++ .../suite1/support/lib-project/build.xml | 20 +++++++++++++++++++ .../lib-project/nbproject/build-impl.xml | 20 +++++++++++++++++++ .../lib-project/nbproject/genfiles.properties | 17 ++++++++++++++++ .../lib-project/nbproject/project.properties | 17 ++++++++++++++++ .../support/lib-project/nbproject/project.xml | 20 +++++++++++++++++++ .../lib-project/nbproject/suite.properties | 17 ++++++++++++++++ .../examples/modules/lib/Bundle.properties | 17 ++++++++++++++++ .../suite2/build.xml | 20 +++++++++++++++++++ .../suite2/misc-project/build.xml | 20 +++++++++++++++++++ .../misc-project/nbproject/build-impl.xml | 20 +++++++++++++++++++ .../nbproject/genfiles.properties | 17 ++++++++++++++++ .../misc-project/nbproject/project.properties | 17 ++++++++++++++++ .../suite2/misc-project/nbproject/project.xml | 20 +++++++++++++++++++ .../misc-project/nbproject/suite.properties | 17 ++++++++++++++++ .../examples/modules/misc/Bundle.properties | 17 ++++++++++++++++ .../suite2/nbproject/build-impl.xml | 20 +++++++++++++++++++ .../suite2/nbproject/genfiles.properties | 17 ++++++++++++++++ .../suite2/nbproject/platform.properties | 17 ++++++++++++++++ .../suite2/nbproject/project.properties | 17 ++++++++++++++++ .../suite2/nbproject/project.xml | 20 +++++++++++++++++++ .../suite3/dummy-project/build.xml | 20 +++++++++++++++++++ .../dummy-project/nbproject/build-impl.xml | 20 +++++++++++++++++++ .../nbproject/genfiles.properties | 17 ++++++++++++++++ .../nbproject/platform.properties | 17 ++++++++++++++++ .../nbproject/project.properties | 16 +++++++++++++++ .../dummy-project/nbproject/project.xml | 20 +++++++++++++++++++ .../suite3/dummy-project/src/.placeholder | 17 ++++++++++++++++ .../dummy-project/test/unit/src/.placeholder | 16 +++++++++++++++ .../suite4/build.xml | 20 +++++++++++++++++++ .../suite4/module1/build.xml | 20 +++++++++++++++++++ .../suite4/module1/nbproject/build-impl.xml | 20 +++++++++++++++++++ .../module1/nbproject/genfiles.properties | 17 ++++++++++++++++ .../suite4/module1/nbproject/project.xml | 20 +++++++++++++++++++ .../suite4/module1/nbproject/suite.properties | 17 ++++++++++++++++ .../module1/src/module1/Bundle.properties | 17 ++++++++++++++++ .../suite4/module1/src/module1/layer.xml | 20 +++++++++++++++++++ .../suite4/module2/build.xml | 20 +++++++++++++++++++ .../suite4/module2/nbproject/build-impl.xml | 20 +++++++++++++++++++ .../module2/nbproject/genfiles.properties | 17 ++++++++++++++++ .../suite4/module2/nbproject/project.xml | 20 +++++++++++++++++++ .../suite4/module2/nbproject/suite.properties | 17 ++++++++++++++++ .../module2/src/module2/Bundle.properties | 17 ++++++++++++++++ .../suite4/module2/src/module2/layer.xml | 20 +++++++++++++++++++ .../suite4/nbproject/build-impl.xml | 20 +++++++++++++++++++ .../suite4/nbproject/genfiles.properties | 17 ++++++++++++++++ .../suite4/nbproject/platform.properties | 17 ++++++++++++++++ .../suite4/nbproject/project.properties | 17 ++++++++++++++++ .../suite4/nbproject/project.xml | 20 +++++++++++++++++++ .../test/unit/data/layers/a-layer.xml | 20 +++++++++++++++++++ .../test/unit/data/layers/b-layer.xml | 20 +++++++++++++++++++ .../jnlp/GenerateJNLPApplicationTest.xsl | 19 ++++++++++++++++++ 79 files changed, 1453 insertions(+) diff --git a/apisupport.ant/test/unit/data/example-external-projects/README b/apisupport.ant/test/unit/data/example-external-projects/README index cb724a7df936..919e3378730d 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/README +++ b/apisupport.ant/test/unit/data/example-external-projects/README @@ -1,3 +1,19 @@ +# 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. + Summary of layout: suite1 contains two modules, action-project and support/lib-project. action-project depends on lib-project. It diff --git a/apisupport.ant/test/unit/data/example-external-projects/html4j/build.xml b/apisupport.ant/test/unit/data/example-external-projects/html4j/build.xml index d6bbd381b592..e2a71fb0e3c6 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/html4j/build.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/html4j/build.xml @@ -1,4 +1,24 @@ + diff --git a/apisupport.ant/test/unit/data/example-external-projects/html4j/nbproject/build-impl.xml b/apisupport.ant/test/unit/data/example-external-projects/html4j/nbproject/build-impl.xml index c82565e4bdec..8dd9f6f21ed7 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/html4j/nbproject/build-impl.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/html4j/nbproject/build-impl.xml @@ -1,4 +1,24 @@ + org.netbeans.modules.apisupport.project diff --git a/apisupport.ant/test/unit/data/example-external-projects/javafx/build.xml b/apisupport.ant/test/unit/data/example-external-projects/javafx/build.xml index dac0c000e517..277758ad908e 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/javafx/build.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/javafx/build.xml @@ -1,4 +1,24 @@ + diff --git a/apisupport.ant/test/unit/data/example-external-projects/javafx/nbproject/build-impl.xml b/apisupport.ant/test/unit/data/example-external-projects/javafx/nbproject/build-impl.xml index 98aaca80a470..da1bac7cd7d9 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/javafx/nbproject/build-impl.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/javafx/nbproject/build-impl.xml @@ -1,4 +1,24 @@ + org.netbeans.modules.apisupport.project diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/build.xml b/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/build.xml index a662ed62e19d..9911ca54d044 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/build.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/build.xml @@ -1,4 +1,24 @@ + diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/nbproject/build-impl.xml b/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/nbproject/build-impl.xml index 08b0af3a1889..578f1974a12a 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/nbproject/build-impl.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/nbproject/build-impl.xml @@ -1,4 +1,24 @@ + org.netbeans.modules.apisupport.project diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/nbproject/suite.properties b/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/nbproject/suite.properties index 29d7cc9bd6fd..7139182954f4 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/nbproject/suite.properties +++ b/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/nbproject/suite.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. + suite.dir=${basedir}/.. diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/src/org/netbeans/examples/modules/action/Bundle.properties b/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/src/org/netbeans/examples/modules/action/Bundle.properties index e9245d9a0b8c..7bca3b72954a 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/src/org/netbeans/examples/modules/action/Bundle.properties +++ b/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/src/org/netbeans/examples/modules/action/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=Demo Action diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/src/org/netbeans/examples/modules/action/layer.xml b/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/src/org/netbeans/examples/modules/action/layer.xml index 8ed53c5cbfdd..8ce5c75b072e 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/src/org/netbeans/examples/modules/action/layer.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/src/org/netbeans/examples/modules/action/layer.xml @@ -1,4 +1,24 @@ + diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/test/qa-functional/src/.exists b/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/test/qa-functional/src/.exists index e69de29bb2d1..217ca43b7b59 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/test/qa-functional/src/.exists +++ b/apisupport.ant/test/unit/data/example-external-projects/suite1/action-project/test/qa-functional/src/.exists @@ -0,0 +1,15 @@ +# 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. \ No newline at end of file diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite1/build.xml b/apisupport.ant/test/unit/data/example-external-projects/suite1/build.xml index 190c99c21f8f..3ee367ffba63 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite1/build.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite1/build.xml @@ -1,4 +1,24 @@ + diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite1/nbproject/build-impl.xml b/apisupport.ant/test/unit/data/example-external-projects/suite1/nbproject/build-impl.xml index 2cf88bea390c..09eeaa42ae74 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite1/nbproject/build-impl.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite1/nbproject/build-impl.xml @@ -1,4 +1,24 @@ + org.netbeans.modules.apisupport.project.suite diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/build.xml b/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/build.xml index abe8a4129e88..6b304d8c2c21 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/build.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/build.xml @@ -1,4 +1,24 @@ + diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/nbproject/build-impl.xml b/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/nbproject/build-impl.xml index f989672fda4f..9352e1a1e379 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/nbproject/build-impl.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/nbproject/build-impl.xml @@ -1,4 +1,24 @@ + org.netbeans.modules.apisupport.project diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/nbproject/suite.properties b/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/nbproject/suite.properties index 37504995a3fa..7bd9e6a22a09 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/nbproject/suite.properties +++ b/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/nbproject/suite.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. + suite.dir=${basedir}/../.. diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/src/org/netbeans/examples/modules/lib/Bundle.properties b/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/src/org/netbeans/examples/modules/lib/Bundle.properties index 4126b9cccea0..4752efc61105 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/src/org/netbeans/examples/modules/lib/Bundle.properties +++ b/apisupport.ant/test/unit/data/example-external-projects/suite1/support/lib-project/src/org/netbeans/examples/modules/lib/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=Demo Library diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite2/build.xml b/apisupport.ant/test/unit/data/example-external-projects/suite2/build.xml index 9501c28c0abc..bc09e0b9e96d 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite2/build.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite2/build.xml @@ -1,4 +1,24 @@ + diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite2/misc-project/build.xml b/apisupport.ant/test/unit/data/example-external-projects/suite2/misc-project/build.xml index 8cf69817f353..4d19b18f85cd 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite2/misc-project/build.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite2/misc-project/build.xml @@ -1,4 +1,24 @@ + diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite2/misc-project/nbproject/build-impl.xml b/apisupport.ant/test/unit/data/example-external-projects/suite2/misc-project/nbproject/build-impl.xml index bf98ec198a5e..e4ce21655156 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite2/misc-project/nbproject/build-impl.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite2/misc-project/nbproject/build-impl.xml @@ -1,4 +1,24 @@ + org.netbeans.modules.apisupport.project diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite2/misc-project/nbproject/suite.properties b/apisupport.ant/test/unit/data/example-external-projects/suite2/misc-project/nbproject/suite.properties index 29d7cc9bd6fd..7139182954f4 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite2/misc-project/nbproject/suite.properties +++ b/apisupport.ant/test/unit/data/example-external-projects/suite2/misc-project/nbproject/suite.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. + suite.dir=${basedir}/.. diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite2/misc-project/src/org/netbeans/examples/modules/misc/Bundle.properties b/apisupport.ant/test/unit/data/example-external-projects/suite2/misc-project/src/org/netbeans/examples/modules/misc/Bundle.properties index 4c936598c26b..4afb2730f5a8 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite2/misc-project/src/org/netbeans/examples/modules/misc/Bundle.properties +++ b/apisupport.ant/test/unit/data/example-external-projects/suite2/misc-project/src/org/netbeans/examples/modules/misc/Bundle.properties @@ -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. + OpenIDE-Module-Name=Misc OpenIDE-Module-Display-Category=My Category OpenIDE-Module-Short-Description=Some short description diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite2/nbproject/build-impl.xml b/apisupport.ant/test/unit/data/example-external-projects/suite2/nbproject/build-impl.xml index 0aeeaad9369a..025bc60cea46 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite2/nbproject/build-impl.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite2/nbproject/build-impl.xml @@ -1,4 +1,24 @@ + org.netbeans.modules.apisupport.project.suite diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite3/dummy-project/build.xml b/apisupport.ant/test/unit/data/example-external-projects/suite3/dummy-project/build.xml index 8c8ee6ef237d..15a205334765 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite3/dummy-project/build.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite3/dummy-project/build.xml @@ -1,4 +1,24 @@ + diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite3/dummy-project/nbproject/build-impl.xml b/apisupport.ant/test/unit/data/example-external-projects/suite3/dummy-project/nbproject/build-impl.xml index dadbc42332f1..fbd4a9239e1b 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite3/dummy-project/nbproject/build-impl.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite3/dummy-project/nbproject/build-impl.xml @@ -1,4 +1,24 @@ + org.netbeans.modules.apisupport.project diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite3/dummy-project/src/.placeholder b/apisupport.ant/test/unit/data/example-external-projects/suite3/dummy-project/src/.placeholder index 9ca11f86ecc1..8c3c56c3f44a 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite3/dummy-project/src/.placeholder +++ b/apisupport.ant/test/unit/data/example-external-projects/suite3/dummy-project/src/.placeholder @@ -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. + exists diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite3/dummy-project/test/unit/src/.placeholder b/apisupport.ant/test/unit/data/example-external-projects/suite3/dummy-project/test/unit/src/.placeholder index e69de29bb2d1..d216be4ddc94 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite3/dummy-project/test/unit/src/.placeholder +++ b/apisupport.ant/test/unit/data/example-external-projects/suite3/dummy-project/test/unit/src/.placeholder @@ -0,0 +1,16 @@ +# 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. \ No newline at end of file diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite4/build.xml b/apisupport.ant/test/unit/data/example-external-projects/suite4/build.xml index cfa289b7b18b..5ca9c67b9797 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite4/build.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite4/build.xml @@ -1,4 +1,24 @@ + diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/build.xml b/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/build.xml index 29767e816fae..1bc6b0e7707d 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/build.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/build.xml @@ -1,4 +1,24 @@ + diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/nbproject/build-impl.xml b/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/nbproject/build-impl.xml index c0c32ad09a47..a93b8c322cb8 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/nbproject/build-impl.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/nbproject/build-impl.xml @@ -1,4 +1,24 @@ + org.netbeans.modules.apisupport.project diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/nbproject/suite.properties b/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/nbproject/suite.properties index 29d7cc9bd6fd..7139182954f4 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/nbproject/suite.properties +++ b/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/nbproject/suite.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. + suite.dir=${basedir}/.. diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/src/module1/Bundle.properties b/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/src/module1/Bundle.properties index ee584b5042b8..f1a96a99ea7e 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/src/module1/Bundle.properties +++ b/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/src/module1/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=module1 diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/src/module1/layer.xml b/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/src/module1/layer.xml index c16a8a0fed65..f3fa3555ab2d 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/src/module1/layer.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite4/module1/src/module1/layer.xml @@ -1,4 +1,24 @@ + diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/build.xml b/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/build.xml index fe0bb40f335e..a690047ee8c3 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/build.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/build.xml @@ -1,4 +1,24 @@ + diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/nbproject/build-impl.xml b/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/nbproject/build-impl.xml index acf22851c5ee..bb48ef760e0e 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/nbproject/build-impl.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/nbproject/build-impl.xml @@ -1,4 +1,24 @@ + org.netbeans.modules.apisupport.project diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/nbproject/suite.properties b/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/nbproject/suite.properties index 29d7cc9bd6fd..7139182954f4 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/nbproject/suite.properties +++ b/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/nbproject/suite.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. + suite.dir=${basedir}/.. diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/src/module2/Bundle.properties b/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/src/module2/Bundle.properties index 4c9ed127cb9e..b51a5f1576fb 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/src/module2/Bundle.properties +++ b/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/src/module2/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=module2 diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/src/module2/layer.xml b/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/src/module2/layer.xml index c16a8a0fed65..f3fa3555ab2d 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/src/module2/layer.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite4/module2/src/module2/layer.xml @@ -1,4 +1,24 @@ + diff --git a/apisupport.ant/test/unit/data/example-external-projects/suite4/nbproject/build-impl.xml b/apisupport.ant/test/unit/data/example-external-projects/suite4/nbproject/build-impl.xml index 70b1f2f5a10f..7de833b9e456 100644 --- a/apisupport.ant/test/unit/data/example-external-projects/suite4/nbproject/build-impl.xml +++ b/apisupport.ant/test/unit/data/example-external-projects/suite4/nbproject/build-impl.xml @@ -1,4 +1,24 @@ + org.netbeans.modules.apisupport.project.suite diff --git a/apisupport.ant/test/unit/data/layers/a-layer.xml b/apisupport.ant/test/unit/data/layers/a-layer.xml index 95c35e97f08f..bab130607610 100644 --- a/apisupport.ant/test/unit/data/layers/a-layer.xml +++ b/apisupport.ant/test/unit/data/layers/a-layer.xml @@ -1,4 +1,24 @@ + diff --git a/apisupport.ant/test/unit/data/layers/b-layer.xml b/apisupport.ant/test/unit/data/layers/b-layer.xml index d0a0a5d465b8..f165c7b1859c 100644 --- a/apisupport.ant/test/unit/data/layers/b-layer.xml +++ b/apisupport.ant/test/unit/data/layers/b-layer.xml @@ -1,4 +1,24 @@ + diff --git a/apisupport.ant/test/unit/src/org/netbeans/modules/apisupport/project/jnlp/GenerateJNLPApplicationTest.xsl b/apisupport.ant/test/unit/src/org/netbeans/modules/apisupport/project/jnlp/GenerateJNLPApplicationTest.xsl index 4290eace39f1..55b12899d8cc 100644 --- a/apisupport.ant/test/unit/src/org/netbeans/modules/apisupport/project/jnlp/GenerateJNLPApplicationTest.xsl +++ b/apisupport.ant/test/unit/src/org/netbeans/modules/apisupport/project/jnlp/GenerateJNLPApplicationTest.xsl @@ -1,5 +1,24 @@ +