Fix ant generate-eclipse-files

patch by Aleksey Yeschenko; reviewed by Alex Petrov for CASSANDRA-21215
This commit is contained in:
Aleksey Yeschenko 2026-03-13 10:34:11 +00:00
parent 0f8fd6a3fb
commit 65ddddf6fb
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
4.1.11
* Fix ant generate-eclipse-files (CASSANDRA-21215)
* No need to evict already prepared statements, as it creates a race condition between multiple threads (CASSANDRA-17401)
* Disk usage guardrail cannot be disabled when failure threshold is reached (CASSANDRA-21057)
* ReadCommandController should close fast to avoid deadlock when building secondary index (CASSANDRA-19564)

View File

@ -2250,7 +2250,7 @@
</path>
<pathconvert property="eclipse-libs-list" refid="eclipse-project-libs-path" pathsep="${line.separator}">
<mapper>
<regexpmapper from="^(.*)$$" to='&lt;classpathentry kind="lib" path="\1\" \/&gt;'/>
<regexpmapper from="^(.*)$$" to='&lt;classpathentry kind="lib" path="\1" /&gt;'/>
</mapper>
</pathconvert>
<property name="eclipse-project-libs" refid="eclipse-project-libs-path"/>