From: <tho...@us...> - 2011-05-03 16:50:35
|
Revision: 4442 http://bigdata.svn.sourceforge.net/bigdata/?rev=4442&view=rev Author: thompsonbry Date: 2011-05-03 16:50:28 +0000 (Tue, 03 May 2011) Log Message: ----------- Modified build.xml in the quads branch to copy all test resources into the bigdata-test JAR (fix is parallel to a fix made against the SIDS branch). Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/build.xml Modified: branches/QUADS_QUERY_BRANCH/build.xml =================================================================== --- branches/QUADS_QUERY_BRANCH/build.xml 2011-05-03 16:42:23 UTC (rev 4441) +++ branches/QUADS_QUERY_BRANCH/build.xml 2011-05-03 16:50:28 UTC (rev 4442) @@ -1429,7 +1429,7 @@ <include name="**/*.class" /> <include name="**/log4j*.properties" /> </fileset> - +<!-- <fileset dir="${bigdata.dir}/bigdata/src/test"> <include name="**/*.csv" /> <include name="**/*.xml" /> @@ -1443,6 +1443,20 @@ <fileset dir="${bigdata.dir}"> <include name="**/*.owl" /> </fileset> +--> + <fileset dir="${bigdata.dir}/bigdata/src/test"> + <exclude name="**/*.java" /> + </fileset> + <fileset dir="${bigdata.dir}/bigdata-rdf/src/test"> + <exclude name="**/*.java" /> + </fileset> + <fileset dir="${bigdata.dir}/bigdata-sails/src/test"> + <exclude name="**/*.java" /> + </fileset> + <fileset dir="${bigdata.dir}/bigdata-jini/src/test"> + <exclude name="**/*.java" /> + </fileset> + </jar> <!-- Generate lookupstarter.jar file --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |