You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2014/05/28 12:45:42 UTC

git commit: add src/resources to the generate eclipse .project file's src paths

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.0 b59ae73cf -> 0c96f99e4


add src/resources to the generate eclipse .project file's src paths

patch by opeer reviewed by dbrosius for cassandra-5964


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0c96f99e
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0c96f99e
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/0c96f99e

Branch: refs/heads/cassandra-2.0
Commit: 0c96f99e481c4dc70dc8bbe326db10fdbc7fd213
Parents: b59ae73
Author: Oded Peer <pe...@ISXXPEERO1L1C.corp.emc.com>
Authored: Wed May 28 06:44:04 2014 -0400
Committer: Dave Brosius <db...@mebigfatguy.com>
Committed: Wed May 28 06:44:04 2014 -0400

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/0c96f99e/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index e598967..3828d96 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>