[Fb-contrib-commit] SF.net SVN: fb-contrib:[1089] trunk/fb-contrib
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-02-14 16:33:30
|
Revision: 1089
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1089&view=rev
Author: dbrosius
Date: 2009-02-14 16:33:26 +0000 (Sat, 14 Feb 2009)
Log Message:
-----------
prepare for a 3.6.2 release
Modified Paths:
--------------
trunk/fb-contrib/build.xml
trunk/fb-contrib/etc/findbugs.xml
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2009-02-14 16:30:31 UTC (rev 1088)
+++ trunk/fb-contrib/build.xml 2009-02-14 16:33:26 UTC (rev 1089)
@@ -20,7 +20,7 @@
<property name="javac.deprecation" value="on"/>
<property name="javac.debug" value="on"/>
- <property name="fb-contrib.version" value="3.7.0"/>
+ <property name="fb-contrib.version" value="3.6.2"/>
<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 2009-02-14 16:30:31 UTC (rev 1088)
+++ trunk/fb-contrib/etc/findbugs.xml 2009-02-14 16:33:26 UTC (rev 1089)
@@ -318,11 +318,13 @@
<Detector class="com.mebigfatguy.fbcontrib.detect.SuspiciousClusteredSessionSupport"
speed="fast"
- reports="SCSS_SUSPICIOUS_CLUSTERED_SESSION_SUPPORT" />
+ reports="SCSS_SUSPICIOUS_CLUSTERED_SESSION_SUPPORT"
+ hidden="true" />
<Detector class="com.mebigfatguy.fbcontrib.detect.LoggerOddities"
speed="fast"
- reports="LO_SUSPECT_LOG_CLASS" />
+ reports="LO_SUSPECT_LOG_CLASS"
+ hidden="true" />
<!-- BugPattern -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|