Skip to content
Snippets Groups Projects
Commit faf963a5 authored by Gregor Maier's avatar Gregor Maier
Browse files

ant eclipse: create project specific config for FindBugs plugin

When creating the eclipse project files we also create a project
specific config for FindBugs that sets the exclude file correctly.
parent 3338307e
No related branches found
No related tags found
No related merge requests found
......@@ -47,3 +47,8 @@ cat >>"$d/.classpath" <<EOF
<classpathentry kind="output" path="target/bin"/>
</classpath>
EOF
mkdir -p $d/.settings
cat >$d/.settings/edu.umd.cs.findbugs.core.prefs <<EOF
excludefilter0=findbugs-exclude.xml|true
EOF
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment