From: <tho...@us...> - 2010-09-28 15:58:10
|
Revision: 3662 http://bigdata.svn.sourceforge.net/bigdata/?rev=3662&view=rev Author: thompsonbry Date: 2010-09-28 15:58:03 +0000 (Tue, 28 Sep 2010) Log Message: ----------- Missed something in build.xml to get the ctc-striterators to compile. Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/build.xml Modified: branches/QUADS_QUERY_BRANCH/build.xml =================================================================== --- branches/QUADS_QUERY_BRANCH/build.xml 2010-09-28 14:44:43 UTC (rev 3661) +++ branches/QUADS_QUERY_BRANCH/build.xml 2010-09-28 15:58:03 UTC (rev 3662) @@ -21,6 +21,9 @@ <fileset dir="${bigdata.dir}/bigdata-sails/lib"> <include name="**/*.jar" /> </fileset> + <fileset dir="${bigdata.dir}/ctc-striterator/lib"> + <include name="**/*.jar" /> + </fileset> </path> <!-- runtime classpath w/o install. --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |