Repository: incubator-tamaya Updated Branches: refs/heads/master ff6f947ac -> e39043cc7
TAMAYA-53 Moved FindBugs filter to the correct directory. Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/52c52e71 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/52c52e71 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/52c52e71 Branch: refs/heads/master Commit: 52c52e71a3693ee7a2f3cceadb796b826635d9b5 Parents: ff6f947 Author: Oliver B. Fischer <[email protected]> Authored: Thu Jan 15 20:30:16 2015 +0100 Committer: Oliver B. Fischer <[email protected]> Committed: Thu Jan 15 20:30:16 2015 +0100 ---------------------------------------------------------------------- .../resources/findbugs/findbugs-exclude.xml | 22 ++++++++++++++++++++ .../src/main/resources/findbugs-exclude.xml | 22 -------------------- 2 files changed, 22 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/52c52e71/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml ---------------------------------------------------------------------- diff --git a/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml b/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml new file mode 100644 index 0000000..8a29761 --- /dev/null +++ b/buildconfigurations/src/main/resources/findbugs/findbugs-exclude.xml @@ -0,0 +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. +--> +<?xml version="1.0" encoding="UTF-8"?> +<FindBugsFilter> + +</FindBugsFilter> http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/52c52e71/dormant/buildtools/src/main/resources/findbugs-exclude.xml ---------------------------------------------------------------------- diff --git a/dormant/buildtools/src/main/resources/findbugs-exclude.xml b/dormant/buildtools/src/main/resources/findbugs-exclude.xml deleted file mode 100644 index 8a29761..0000000 --- a/dormant/buildtools/src/main/resources/findbugs-exclude.xml +++ /dev/null @@ -1,22 +0,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. ---> -<?xml version="1.0" encoding="UTF-8"?> -<FindBugsFilter> - -</FindBugsFilter>
