From: <tho...@us...> - 2010-10-20 18:24:45
|
Revision: 3826 http://bigdata.svn.sourceforge.net/bigdata/?rev=3826&view=rev Author: thompsonbry Date: 2010-10-20 18:24:39 +0000 (Wed, 20 Oct 2010) Log Message: ----------- The log4j.properties file should be in ant-build/bin, not ant-build/classes. Modified Paths: -------------- branches/QUADS_QUERY_BRANCH/bigdata-perf/lubm/build.xml Modified: branches/QUADS_QUERY_BRANCH/bigdata-perf/lubm/build.xml =================================================================== --- branches/QUADS_QUERY_BRANCH/bigdata-perf/lubm/build.xml 2010-10-20 14:09:18 UTC (rev 3825) +++ branches/QUADS_QUERY_BRANCH/bigdata-perf/lubm/build.xml 2010-10-20 18:24:39 UTC (rev 3826) @@ -54,14 +54,14 @@ <exclude name="**/*.java" /> <exclude name="**/package.html" /> </fileset> - <!-- copy log4j configuration file. --> - <fileset dir="${lubm.dir}/src/resources/logging" /> </copy> <copy toDir="${build.dir}/bin"> <!-- copy benchmark data and queries. --> <fileset dir="${lubm.dir}/src/resources/config" /> <!-- copy the journal configuration file. --> <fileset file="${lubm.dir}/*.properties" /> + <!-- copy log4j configuration file. --> + <fileset dir="${lubm.dir}/src/resources/logging" /> </copy> </target> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |