Repository: cassandra
Updated Branches:
  refs/heads/trunk 5d3f76da9 -> 1df47bd76


add ./conf as an eclipse source path so that the hotspot_compiler file gets 
copied to classes, on eclipse scrub


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

Branch: refs/heads/trunk
Commit: 1df47bd76c96aadad8c6a427984f3f561e237f82
Parents: 5d3f76d
Author: Dave Brosius <[email protected]>
Authored: Thu Jun 30 19:19:48 2016 -0400
Committer: Dave Brosius <[email protected]>
Committed: Thu Jun 30 19:20:24 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/1df47bd7/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 85596de..9603855 100644
--- a/build.xml
+++ b/build.xml
@@ -1818,6 +1818,7 @@
   <classpathentry kind="src" path="src/java"/>
   <classpathentry kind="src" path="src/resources"/>
   <classpathentry kind="src" path="src/gen-java"/>
+  <classpathentry kind="src" path="conf" including="hotspot_compiler"/>
   <classpathentry kind="src" path="interface/thrift/gen-java"/>
   <classpathentry kind="src" output="build/test/classes" path="test/unit"/>
   <classpathentry kind="src" output="build/test/classes" path="test/long"/>

Reply via email to