[Fb-contrib-commit] SF.net SVN: fb-contrib:[1146] trunk/fb-contrib
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-03-16 04:12:25
|
Revision: 1146
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1146&view=rev
Author: dbrosius
Date: 2009-03-16 04:12:15 +0000 (Mon, 16 Mar 2009)
Log Message:
-----------
go back to 3.9.0 development
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-03-16 04:01:14 UTC (rev 1145)
+++ trunk/fb-contrib/build.xml 2009-03-16 04:12:15 UTC (rev 1146)
@@ -20,7 +20,7 @@
<property name="javac.deprecation" value="on"/>
<property name="javac.debug" value="on"/>
- <property name="fb-contrib.version" value="3.8.1"/>
+ <property name="fb-contrib.version" value="3.9.0"/>
<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-03-16 04:01:14 UTC (rev 1145)
+++ trunk/fb-contrib/etc/findbugs.xml 2009-03-16 04:12:15 UTC (rev 1146)
@@ -334,8 +334,7 @@
<Detector class="com.mebigfatguy.fbcontrib.detect.BogusExceptionDeclaration"
speed="moderate"
- reports="BED_BOGUS_EXCEPTION_DECLARATION"
- hidden="true" />
+ reports="BED_BOGUS_EXCEPTION_DECLARATION" />
<!-- BugPattern -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|