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:
Oded Peer 2014-05-28 06:44:04 -04:00 committed by Dave Brosius
parent b59ae73cf2
commit 0c96f99e48
1 changed files with 1 additions and 0 deletions

View File

@ -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"/>