mirror of https://github.com/apache/cassandra
add src/resources to the generate eclipse .project file's src paths
patch by opeer reviewed by dbrosius for cassandra-5964
This commit is contained in:
parent
b59ae73cf2
commit
0c96f99e48
|
|
@ -1270,6 +1270,7 @@
|
|||
<echo file=".classpath"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry kind="src" path="src/java"/>
|
||||
<classpathentry kind="src" path="src/resources"/>
|
||||
<classpathentry kind="src" path="src/gen-java"/>
|
||||
<classpathentry kind="src" path="interface/thrift/gen-java"/>
|
||||
<classpathentry kind="src" path="test/unit"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue