[Fb-contrib-commit] SF.net SVN: fb-contrib:[1617] trunk/fb-contrib
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-09-22 06:10:27
|
Revision: 1617
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1617&view=rev
Author: dbrosius
Date: 2010-09-22 06:10:21 +0000 (Wed, 22 Sep 2010)
Log Message:
-----------
Patch 3071180: Convert fb-contrib to FindBugs Eclipse plugin - supplied by Andrei Loskutov - thanks
Modified Paths:
--------------
trunk/fb-contrib/build.properties
Added Paths:
-----------
trunk/fb-contrib/.classpath
trunk/fb-contrib/.project
trunk/fb-contrib/META-INF/
trunk/fb-contrib/META-INF/MANIFEST.MF
trunk/fb-contrib/plugin.xml
Added: trunk/fb-contrib/.classpath
===================================================================
--- trunk/fb-contrib/.classpath (rev 0)
+++ trunk/fb-contrib/.classpath 2010-09-22 06:10:21 UTC (rev 1617)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="etc"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/findbugs"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="samples"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
+ <classpathentry kind="lib" path="lib/annotations.jar"/>
+ <classpathentry kind="lib" path="lib/asm-3.1.jar"/>
+ <classpathentry kind="lib" path="lib/asm-tree-3.1.jar"/>
+ <classpathentry kind="lib" path="lib/bcel.jar"/>
+ <classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/>
+ <classpathentry kind="lib" path="lib/findbugs-ant.jar"/>
+ <classpathentry kind="lib" path="lib/findbugs.jar" sourcepath="/findbugs"/>
+ <classpathentry kind="lib" path="lib/jsr305.jar"/>
+ <classpathentry kind="lib" path="samples/lib/jsp-api.jar"/>
+ <classpathentry kind="lib" path="samples/lib/junit.jar"/>
+ <classpathentry kind="lib" path="samples/lib/log4j.jar"/>
+ <classpathentry kind="lib" path="samples/lib/servlet-api.jar"/>
+ <classpathentry kind="output" path="classes"/>
+</classpath>
Property changes on: trunk/fb-contrib/.classpath
___________________________________________________________________
Added: svn:eol
+ native
Added: svn:mime-type
+ text/xml
Added: svn:eol-style
+ native
Added: trunk/fb-contrib/.project
===================================================================
--- trunk/fb-contrib/.project (rev 0)
+++ trunk/fb-contrib/.project 2010-09-22 06:10:21 UTC (rev 1617)
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>fb-contrib</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>edu.umd.cs.findbugs.plugin.eclipse.findbugsBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>edu.umd.cs.findbugs.plugin.eclipse.findbugsNature</nature>
+ </natures>
+</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>fb-contrib</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.wst.common.project.facet.core.builder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+ </natures>
+</projectDescription>
Property changes on: trunk/fb-contrib/.project
___________________________________________________________________
Added: svn:eol
+ native
Added: svn:mime-type
+ text/xml
Added: svn:eol-style
+ native
Added: trunk/fb-contrib/META-INF/MANIFEST.MF
===================================================================
--- trunk/fb-contrib/META-INF/MANIFEST.MF (rev 0)
+++ trunk/fb-contrib/META-INF/MANIFEST.MF 2010-09-22 06:10:21 UTC (rev 1617)
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: FB-Contrib Plug-in
+Bundle-SymbolicName: com.mebigfatguy.fbcontrib;singleton:=true
+Bundle-Version: 4.5.0.qualifier
+Bundle-ClassPath: .
+Bundle-Vendor: FB-Contrib Project
+Require-Bundle:
+ edu.umd.cs.findbugs.plugin.eclipse,
+ findbugs;resolution:=optional
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ActivationPolicy: lazy
+
Property changes on: trunk/fb-contrib/META-INF/MANIFEST.MF
___________________________________________________________________
Added: svn:eol
+ native
Added: svn:mime-type
+ text/plain
Added: svn:eol-style
+ native
Modified: trunk/fb-contrib/build.properties
===================================================================
--- trunk/fb-contrib/build.properties 2010-09-19 04:53:11 UTC (rev 1616)
+++ trunk/fb-contrib/build.properties 2010-09-22 06:10:21 UTC (rev 1617)
@@ -1 +1,8 @@
-jdk14.home=C:/j2sdk1.4.2_13
\ No newline at end of file
+jdk14.home=C:/j2sdk1.4.2_13
+bin.includes = plugin.xml,\
+ META-INF/,\
+ .
+jars.compile.order = .
+source.. = src/,\
+ etc/
+output.. = bin/
Added: trunk/fb-contrib/plugin.xml
===================================================================
--- trunk/fb-contrib/plugin.xml (rev 0)
+++ trunk/fb-contrib/plugin.xml 2010-09-22 06:10:21 UTC (rev 1617)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="edu.umd.cs.findbugs.plugin.eclipse.detectorPlugins">
+ <detectorPlugin
+ libraryPath=".">
+ </detectorPlugin>
+ </extension>
+
+</plugin>
Property changes on: trunk/fb-contrib/plugin.xml
___________________________________________________________________
Added: svn:eol
+ native
Added: svn:mime-type
+ text/xml
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|