This is an automated email from the ASF dual-hosted git repository.

mck pushed a commit to branch cassandra-2.2
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-2.2 by this push:
     new 3340247  Remove generated files from apache-cassandra-*-src.tar.gz 
artifacts
3340247 is described below

commit 334024751c4dd2726ff244f691687647a0e94c5f
Author: Mick Semb Wever <m...@apache.org>
AuthorDate: Wed Jun 3 15:41:33 2020 +0200

    Remove generated files from apache-cassandra-*-src.tar.gz artifacts
    
     patch by Mick Semb Wever; reviewed by Robert Stupp for CASSANDRA-15849
---
 .gitignore  | 1 +
 CHANGES.txt | 1 +
 build.xml   | 4 ++++
 3 files changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
index acaa51a..8954831 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,3 +71,4 @@ lib/jsr223/jython/*.jar
 lib/jsr223/jython/cachedir
 lib/jsr223/scala/*.jar
 
+.ant_targets
\ No newline at end of file
diff --git a/CHANGES.txt b/CHANGES.txt
index 00507d2..788b2bf 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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)
diff --git a/build.xml b/build.xml
index 0fa2380..83fb674 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to