mirror of https://github.com/apache/cassandra
Remove generated files from apache-cassandra-*-src.tar.gz artifacts
patch by Mick Semb Wever; reviewed by Robert Stupp for CASSANDRA-15849
This commit is contained in:
parent
4fef917f98
commit
334024751c
|
|
@ -71,3 +71,4 @@ lib/jsr223/jython/*.jar
|
|||
lib/jsr223/jython/cachedir
|
||||
lib/jsr223/scala/*.jar
|
||||
|
||||
.ant_targets
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
2.2.18
|
||||
* Remove generated files from source artifact (CASSANDRA-15849)
|
||||
* Remove duplicated tools binaries from tarballs (CASSANDRA-15768)
|
||||
* Duplicate results with DISTINCT queries in mixed mode (CASSANDRA-15501)
|
||||
* Disable JMX rebinding (CASSANDRA-15653)
|
||||
|
|
|
|||
|
|
@ -1153,6 +1153,10 @@
|
|||
<exclude name="build/**" />
|
||||
<exclude name="src/gen-java/**" />
|
||||
<exclude name=".git/**" />
|
||||
<exclude name="venv/**" />
|
||||
<exclude name="src/resources/org/apache/cassandra/config/version.properties" />
|
||||
<exclude name="conf/hotspot_compiler" />
|
||||
<exclude name="doc/cql3/CQL.html" />
|
||||
<exclude name="bin/*" /> <!-- handled separately below -->
|
||||
<!-- exclude Eclipse files -->
|
||||
<exclude name=".project" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue