From: <tho...@us...> - 2014-05-22 17:05:06
|
Revision: 8412 http://sourceforge.net/p/bigdata/code/8412 Author: thompsonbry Date: 2014-05-22 17:05:00 +0000 (Thu, 22 May 2014) Log Message: ----------- Disabling javadoc builds in CI and during development. Renable for releases. Modified Paths: -------------- branches/BIGDATA_RELEASE_1_3_0/build.properties Modified: branches/BIGDATA_RELEASE_1_3_0/build.properties =================================================================== --- branches/BIGDATA_RELEASE_1_3_0/build.properties 2014-05-22 16:17:46 UTC (rev 8411) +++ branches/BIGDATA_RELEASE_1_3_0/build.properties 2014-05-22 17:05:00 UTC (rev 8412) @@ -103,7 +103,7 @@ # Note: The javadoc goes quite if you have enough memory, but can take forever # and then runs out of memory if the JVM is starved for RAM. The heap for the # javadoc JVM is explicitly set in the javadoc target in the build.xml file. -javadoc= +#javadoc= # packaging property set (rpm, deb). package.release=1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |