You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/04/26 09:07:47 UTC

svn commit: r397120 - /jakarta/commons/proper/jexl/trunk/.project

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org