diff --git a/CHANGES.txt b/CHANGES.txt index 53858ac5e8..2ca448149f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 3.0.26: + * Make -Dtest.methods consistently optional in all Ant test targets (CASSANDRA-17014) * Immediately apply stream throughput, considering negative values as unthrottled (CASSANDRA-16959) * Do not release new SSTables in offline transactions (CASSANDRA-16975) * ArrayIndexOutOfBoundsException in FunctionResource#fromName (CASSANDRA-16977, CASSANDRA-16995) diff --git a/build.xml b/build.xml index d9ea7ca59a..c11a796b85 100644 --- a/build.xml +++ b/build.xml @@ -15,7 +15,9 @@ limitations under the License. --> + xmlns:artifact="antlib:org.apache.maven.artifact.ant" + xmlns:if="ant:if" + xmlns:unless="ant:unless"> @@ -1304,11 +1306,13 @@ - + + @@ -1319,11 +1323,13 @@ - + + @@ -1422,6 +1428,10 @@ + @@ -1445,7 +1455,8 @@ - + + @@ -1602,11 +1613,13 @@ - + +