Author: dion
Date: Wed Apr 26 00:07:45 2006
New Revision: 397120

URL: http://svn.apache.org/viewcvs?rev=397120&view=rev
Log:
Add checkclipse settings and findbugs.
These don't cause any issues if you don't have those plugins installed in 
eclipse

Modified:
    jakarta/commons/proper/jexl/trunk/.project

Modified: jakarta/commons/proper/jexl/trunk/.project
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/.project?rev=397120&r1=397119&r2=397120&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/.project (original)
+++ jakarta/commons/proper/jexl/trunk/.project Wed Apr 26 00:07:45 2006
@@ -15,8 +15,20 @@
                        <arguments>
                        </arguments>
                </buildCommand>
+               <buildCommand>
+                       <name>de.tobject.findbugs.findbugsBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+               <buildCommand>
+                       <name>de.mvmsoft.checkclipse.CheckclipseBuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
        </buildSpec>
        <natures>
+               <nature>de.mvmsoft.checkclipse.CheckclipseNature</nature>
                <nature>org.eclipse.jdt.core.javanature</nature>
+               <nature>de.tobject.findbugs.findbugsNature</nature>
        </natures>
 </projectDescription>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to