HBASE-10302 Fix rat check issues in hbase-native-client.
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1556936 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d39389e2e3
commit
b8fd792f83
|
@ -1,3 +1,16 @@
|
||||||
|
# Licensed 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.
|
||||||
|
|
||||||
|
|
||||||
set( GTEST_INCLUDE_SEARCH
|
set( GTEST_INCLUDE_SEARCH
|
||||||
${CMAKE_SOURCE_DIR}/thirdparty/gtest/include
|
${CMAKE_SOURCE_DIR}/thirdparty/gtest/include
|
||||||
)
|
)
|
||||||
|
|
|
@ -1,3 +1,16 @@
|
||||||
|
# Licensed 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.
|
||||||
|
|
||||||
|
|
||||||
set( LIBEV_INCLUDE_SEARCH
|
set( LIBEV_INCLUDE_SEARCH
|
||||||
${CMAKE_SOURCE_DIR}/thirdparty/installed/include
|
${CMAKE_SOURCE_DIR}/thirdparty/installed/include
|
||||||
)
|
)
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
# Licensed 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.
|
||||||
|
|
||||||
|
|
1
pom.xml
1
pom.xml
|
@ -659,6 +659,7 @@
|
||||||
<exclude>**/*.iml</exclude>
|
<exclude>**/*.iml</exclude>
|
||||||
<exclude>**/target/**</exclude>
|
<exclude>**/target/**</exclude>
|
||||||
<exclude>**/CHANGES.txt</exclude>
|
<exclude>**/CHANGES.txt</exclude>
|
||||||
|
<exclude>**/README.md</exclude>
|
||||||
<exclude>**/generated/**</exclude>
|
<exclude>**/generated/**</exclude>
|
||||||
<exclude>**/gen-*/**</exclude>
|
<exclude>**/gen-*/**</exclude>
|
||||||
<exclude>**/conf/*</exclude>
|
<exclude>**/conf/*</exclude>
|
||||||
|
|
Loading…
Reference in New Issue