Repository: incubator-netbeans Updated Branches: refs/heads/master bd9aece9f -> 3bb20e59c
[NETBEANS-54] Module Review settings Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/3bb20e59 Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/3bb20e59 Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/3bb20e59 Branch: refs/heads/master Commit: 3bb20e59cf6de7f709e095a0d96871128e44114d Parents: bd9aece Author: Emilian Bold <[email protected]> Authored: Wed Sep 27 12:13:15 2017 +0300 Committer: Emilian Bold <[email protected]> Committed: Tue Oct 3 17:45:04 2017 +0300 ---------------------------------------------------------------------- .../settings/convertors/data/Bundle.properties | 16 ++++++++++++++++ .../modules/settings/convertors/data/layer.xml | 20 ++++++++++++++++++++ .../settings/convertors/data/obsolete_class.xml | 20 ++++++++++++++++++++ 3 files changed, 56 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/3bb20e59/settings/test/unit/src/org/netbeans/modules/settings/convertors/data/Bundle.properties ---------------------------------------------------------------------- diff --git a/settings/test/unit/src/org/netbeans/modules/settings/convertors/data/Bundle.properties b/settings/test/unit/src/org/netbeans/modules/settings/convertors/data/Bundle.properties index d5e5b67..eb764bf 100644 --- a/settings/test/unit/src/org/netbeans/modules/settings/convertors/data/Bundle.properties +++ b/settings/test/unit/src/org/netbeans/modules/settings/convertors/data/Bundle.properties @@ -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. Settings/org-netbeans-modules-settings-convertors-testDisplayName.settings=I18N Services/test50177SideEffectsAfterRename.settings=LocalizedNameForTest50177SideEffectsAfterRename Services/copiedPeer.settings=LocalizedNameForCopiedPeer http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/3bb20e59/settings/test/unit/src/org/netbeans/modules/settings/convertors/data/layer.xml ---------------------------------------------------------------------- diff --git a/settings/test/unit/src/org/netbeans/modules/settings/convertors/data/layer.xml b/settings/test/unit/src/org/netbeans/modules/settings/convertors/data/layer.xml index 10332be..c9f5ec9 100644 --- a/settings/test/unit/src/org/netbeans/modules/settings/convertors/data/layer.xml +++ b/settings/test/unit/src/org/netbeans/modules/settings/convertors/data/layer.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 filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.0//EN" "http://www.netbeans.org/dtds/filesystem-1_0.dtd"> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/3bb20e59/settings/test/unit/src/org/netbeans/modules/settings/convertors/data/obsolete_class.xml ---------------------------------------------------------------------- diff --git a/settings/test/unit/src/org/netbeans/modules/settings/convertors/data/obsolete_class.xml b/settings/test/unit/src/org/netbeans/modules/settings/convertors/data/obsolete_class.xml index cd3d7db..97cc330 100644 --- a/settings/test/unit/src/org/netbeans/modules/settings/convertors/data/obsolete_class.xml +++ b/settings/test/unit/src/org/netbeans/modules/settings/convertors/data/obsolete_class.xml @@ -1,4 +1,24 @@ <?xml version="1.0"?> +<!-- + + 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 settings PUBLIC "-//NetBeans//DTD Session settings 1.0//EN" "http://www.netbeans.org/dtds/sessionsettings-1_0.dtd"> <settings version="1.0"> <instanceof class="java.io.Serializable"/>
