From: <tho...@us...> - 2013-11-06 16:12:14
|
Revision: 7512 http://bigdata.svn.sourceforge.net/bigdata/?rev=7512&view=rev Author: thompsonbry Date: 2013-11-06 16:12:07 +0000 (Wed, 06 Nov 2013) Log Message: ----------- added -quiet for javadoc target Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/build.xml Modified: branches/BIGDATA_RELEASE_1_3_0/build.xml =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/build.xml 2013-11-06 16:07:58 UTC (rev 7511) +++ branches/BIGDATA_RELEASE_1_3_0/build.xml 2013-11-06 16:12:07 UTC (rev 7512) @@ -387,6 +387,7 @@ classpathref="build.classpath" > <arg value="-J-Xmx1000m" /> + <arg value="-quiet" /> <packageset dir="${bigdata.dir}/bigdata/src/java" /> <packageset dir="${bigdata.dir}/bigdata/src/samples" /> <packageset dir="${bigdata.dir}/bigdata-jini/src/java" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |