[Fb-contrib-commit] SF.net SVN: fb-contrib:[1120] trunk/fb-contrib
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-03-01 04:38:43
|
Revision: 1120
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1120&view=rev
Author: dbrosius
Date: 2009-03-01 04:38:40 +0000 (Sun, 01 Mar 2009)
Log Message:
-----------
prepare for the 3.8.0 release
Modified Paths:
--------------
trunk/fb-contrib/build.xml
trunk/fb-contrib/htdocs/index.html
Modified: trunk/fb-contrib/build.xml
===================================================================
--- trunk/fb-contrib/build.xml 2009-03-01 04:32:40 UTC (rev 1119)
+++ trunk/fb-contrib/build.xml 2009-03-01 04:38:40 UTC (rev 1120)
@@ -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.8.0"/>
<target name="clean" description="removes all generated collateral">
<delete dir="${classes.dir}"/>
Modified: trunk/fb-contrib/htdocs/index.html
===================================================================
--- trunk/fb-contrib/htdocs/index.html 2009-03-01 04:32:40 UTC (rev 1119)
+++ trunk/fb-contrib/htdocs/index.html 2009-03-01 04:38:40 UTC (rev 1120)
@@ -48,9 +48,9 @@
<a href="bugdescriptions.html">Bug Descriptions</a>
<hr/>
- <img id="svn_image" src="flip2.gif" onClick="toggleBlock('svn', 'svn_image');" align="top"/>
- Detectors added in svn<br/>
- <div id="svn" style="display:block;">
+ <img id="v3_8_0_image" src="flip2.gif" onClick="toggleBlock('v3_8_0', 'v3_8_0_image');" align="top"/>
+ Detectors added in v3.8.0<br/>
+ <div id="v3_8_0" style="display:block;">
<ul>
<li><b>[DSOC] Dubious Set of Collections</b><br/>
Looks for sets or keySets of maps that contain other collections. As typically collections calculate
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|