Index: ant/checkstyle.xml =================================================================== --- ant/checkstyle.xml (revision 1392555) +++ ant/checkstyle.xml (working copy) @@ -25,7 +25,8 @@ - + Index: ant/test.xml =================================================================== --- ant/test.xml (revision 1392555) +++ ant/test.xml (working copy) @@ -24,7 +24,8 @@ - + Index: apache_header_java.txt =================================================================== --- apache_header_java.txt (revision 1392555) +++ apache_header_java.txt (working copy) @@ -1,17 +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. - */ Index: bin/umaskcheck.sh =================================================================== --- bin/umaskcheck.sh (revision 1392555) +++ bin/umaskcheck.sh (working copy) @@ -1,23 +0,0 @@ -#!/usr/bin/env bash - -# 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. - -if [ `umask` != '0022' ] -then - echo "Umask must be set to 0022 to run hcatalog unit tests." - exit 1 -fi Index: build-support/checkstyle/coding_style.xml =================================================================== --- build-support/checkstyle/coding_style.xml (working copy) +++ build-support/checkstyle/coding_style.xml (working copy) @@ -21,7 +21,8 @@ - + Index: coding_style.xml =================================================================== --- coding_style.xml (revision 1392555) +++ coding_style.xml (working copy) @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -