Revision: 576
Author: dbrosius
Date: 2006-07-29 21:26:10 -0700 (Sat, 29 Jul 2006)
ViewCVS: http://svn.sourceforge.net/fb-contrib/?rev=576&view=rev
Log Message:
-----------
add ordering constraints
Modified Paths:
--------------
trunk/fb-contrib/etc/findbugsplugin.xsd
Modified: trunk/fb-contrib/etc/findbugsplugin.xsd
===================================================================
--- trunk/fb-contrib/etc/findbugsplugin.xsd 2006-07-11 22:04:12 UTC (rev 575)
+++ trunk/fb-contrib/etc/findbugsplugin.xsd 2006-07-30 04:26:10 UTC (rev 576)
@@ -57,6 +57,8 @@
<xsd:simpleType name="DetectorCategoryType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="reporting"/>
+ <xsd:enumeration value="training"/>
+ <xsd:enumeration value="interprocedural"/>
</xsd:restriction>
</xsd:simpleType>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|