[Fb-contrib-commit] SF.net SVN: fb-contrib: [957] trunk/fb-contrib
Brought to you by:
dbrosius
From: <dbr...@us...> - 2007-11-07 07:05:22
|
Revision: 957 http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=957&view=rev Author: dbrosius Date: 2007-11-06 23:05:22 -0800 (Tue, 06 Nov 2007) Log Message: ----------- get ready for 3.4.1 Modified Paths: -------------- trunk/fb-contrib/build.xml trunk/fb-contrib/etc/findbugs.xml Modified: trunk/fb-contrib/build.xml =================================================================== --- trunk/fb-contrib/build.xml 2007-11-07 07:02:42 UTC (rev 956) +++ trunk/fb-contrib/build.xml 2007-11-07 07:05:22 UTC (rev 957) @@ -20,7 +20,7 @@ <property name="javac.deprecation" value="on"/> <property name="javac.debug" value="on"/> - <property name="fb-contrib.version" value="3.5.0"/> + <property name="fb-contrib.version" value="3.4.1"/> <target name="clean" description="removes all generated collateral"> <delete dir="${classes.dir}"/> Modified: trunk/fb-contrib/etc/findbugs.xml =================================================================== --- trunk/fb-contrib/etc/findbugs.xml 2007-11-07 07:02:42 UTC (rev 956) +++ trunk/fb-contrib/etc/findbugs.xml 2007-11-07 07:05:22 UTC (rev 957) @@ -302,7 +302,8 @@ <Detector class="com.mebigfatguy.fbcontrib.detect.ConfusingFunctionSemantics" speed="fast" - reports="CFS_CONFUSING_FUNCTION_SEMANTICS" /> + reports="CFS_CONFUSING_FUNCTION_SEMANTICS" + hidden="true" /> <!-- BugPattern --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |