mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-3.11' into trunk
This commit is contained in:
commit
1ca245f5c8
|
|
@ -62,7 +62,10 @@
|
||||||
<exclude NAME="**/LICENSE.md"/>
|
<exclude NAME="**/LICENSE.md"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</rat:report>
|
</rat:report>
|
||||||
<fail message="Some files have missing or incorrect license information. Check RAT report in ${build.dir}/rat.txt for more details!">
|
<exec executable="grep" outputproperty="rat.failed.files" failifexecutionfails="false">
|
||||||
|
<arg line="-A5 'Unapproved licenses' ${build.dir}/rat.txt"/>
|
||||||
|
</exec>
|
||||||
|
<fail message="Some files have missing or incorrect license information. Check RAT report in ${build.dir}/rat.txt for more details! \n ${rat.failed.files}">
|
||||||
<condition>
|
<condition>
|
||||||
<and>
|
<and>
|
||||||
<not>
|
<not>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ conf/hotspot_compiler
|
||||||
doc/cql3/CQL.html
|
doc/cql3/CQL.html
|
||||||
doc/build/
|
doc/build/
|
||||||
lib/
|
lib/
|
||||||
|
pylib/src/
|
||||||
!lib/cassandra-driver-internal-only-*.zip
|
!lib/cassandra-driver-internal-only-*.zip
|
||||||
|
|
||||||
# C* debs
|
# C* debs
|
||||||
|
|
@ -29,7 +30,7 @@ debian/files
|
||||||
# IntelliJ
|
# IntelliJ
|
||||||
.idea/
|
.idea/
|
||||||
*.eml
|
*.eml
|
||||||
*.iml
|
**/*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
*.iws
|
*.iws
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue