Repository: incubator-netbeans Updated Branches: refs/heads/master 95038d253 -> 09e3a5bff
[NETBEANS-54] Module Review core.startup Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/fa16f25f Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/fa16f25f Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/fa16f25f Branch: refs/heads/master Commit: fa16f25fe186e4bf230801b7298a0cfd06866ccb Parents: c7eb12c Author: geertjan <[email protected]> Authored: Sun Oct 8 08:28:04 2017 +0200 Committer: geertjan <[email protected]> Committed: Sun Oct 8 08:28:04 2017 +0200 ---------------------------------------------------------------------- .../core/startup/ModuleList-com-jcraft-jsch.xml | 20 ++++++++++++++++++++ .../core/startup/layers/ContentProviderTest.xml | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/fa16f25f/core.startup/test/unit/src/org/netbeans/core/startup/ModuleList-com-jcraft-jsch.xml ---------------------------------------------------------------------- diff --git a/core.startup/test/unit/src/org/netbeans/core/startup/ModuleList-com-jcraft-jsch.xml b/core.startup/test/unit/src/org/netbeans/core/startup/ModuleList-com-jcraft-jsch.xml index 2f7cfaa..463a858 100644 --- a/core.startup/test/unit/src/org/netbeans/core/startup/ModuleList-com-jcraft-jsch.xml +++ b/core.startup/test/unit/src/org/netbeans/core/startup/ModuleList-com-jcraft-jsch.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 module PUBLIC "-//NetBeans//DTD Module Status 1.0//EN" "http://www.netbeans.org/dtds/module-status-1_0.dtd"> <module name="com.jcraft.jsch"> http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/fa16f25f/core.startup/test/unit/src/org/netbeans/core/startup/layers/ContentProviderTest.xml ---------------------------------------------------------------------- diff --git a/core.startup/test/unit/src/org/netbeans/core/startup/layers/ContentProviderTest.xml b/core.startup/test/unit/src/org/netbeans/core/startup/layers/ContentProviderTest.xml index ef7364c..2d2c099 100644 --- a/core.startup/test/unit/src/org/netbeans/core/startup/layers/ContentProviderTest.xml +++ b/core.startup/test/unit/src/org/netbeans/core/startup/layers/ContentProviderTest.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.2//EN" "http://www.netbeans.org/dtds/filesystem-1_2.dtd"> <filesystem> <folder name="foo">
