Updated Branches:
  refs/heads/trunk e5199eeac -> 21ec02183

Fix eclipse build for trunk


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

Branch: refs/heads/trunk
Commit: 21ec021831b4047f17ed2663f92fb171d9ca3a02
Parents: e5199ee
Author: Mikhail Stepura <mish...@apache.org>
Authored: Fri Feb 14 12:08:26 2014 -0800
Committer: Mikhail Stepura <mish...@apache.org>
Committed: Fri Feb 14 12:08:26 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/21ec0218/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 1494585..20f6a35 100644
--- a/build.xml
+++ b/build.xml
@@ -1316,6 +1316,9 @@
         <fileset dir="build/lib/jars">
            <include name="**/*.jar" />
         </fileset>
+        <fileset dir="tools/lib">
+            <include name="**/*.jar" />
+        </fileset>
        </path>
        <property name="eclipse-project-libs" 
refid="eclipse-project-libs-path"/>
        <script language="javascript"> <![CDATA[

Reply via email to