mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-4.0' into cassandra-4.1
This commit is contained in:
commit
304386a2d2
|
|
@ -2265,6 +2265,7 @@
|
|||
<classpathentry kind="src" output="build/test/classes" path="test/distributed"/>
|
||||
<classpathentry kind="src" output="build/test/classes" path="test/simulator/asm"/>
|
||||
<classpathentry kind="src" output="build/test/classes" path="test/simulator/main"/>
|
||||
<classpathentry kind="src" output="build/test/classes" path="test/simulator/test"/>
|
||||
<classpathentry kind="src" output="build/test/classes" path="test/resources" />
|
||||
<classpathentry kind="src" path="tools/stress/src"/>
|
||||
<classpathentry kind="src" path="tools/fqltool/src"/>
|
||||
|
|
@ -2272,6 +2273,7 @@
|
|||
<classpathentry kind="src" output="build/test/fqltool-classes" path="tools/fqltool/test/unit" />
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="output" path="build/classes/eclipse"/>
|
||||
<classpathentry kind="lib" path="${build.classes.main}"/>
|
||||
<classpathentry kind="lib" path="test/conf"/>
|
||||
<classpathentry kind="lib" path="${java.home}/../lib/tools.jar"/>
|
||||
${eclipse-libs-list}
|
||||
|
|
|
|||
Loading…
Reference in New Issue