mirror of https://github.com/apache/cassandra
Fix ant generate-eclipse-files
patch by Aleksey Yeschenko; reviewed by Alex Petrov for CASSANDRA-21215
This commit is contained in:
parent
0f8fd6a3fb
commit
65ddddf6fb
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -2250,7 +2250,7 @@
|
|||
</path>
|
||||
<pathconvert property="eclipse-libs-list" refid="eclipse-project-libs-path" pathsep="${line.separator}">
|
||||
<mapper>
|
||||
<regexpmapper from="^(.*)$$" to='<classpathentry kind="lib" path="\1\" \/>'/>
|
||||
<regexpmapper from="^(.*)$$" to='<classpathentry kind="lib" path="\1" />'/>
|
||||
</mapper>
|
||||
</pathconvert>
|
||||
<property name="eclipse-project-libs" refid="eclipse-project-libs-path"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue