Skip to content

Commit

Permalink
disabled findbugs in Oomph
Browse files Browse the repository at this point in the history
the update site has problems

Change-Id: I965e32e1abd18be1fae290deaaa9590b6574a6b9
  • Loading branch information
LorenzoBettini committed Jun 21, 2016
1 parent 908618b commit f5ba7f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
9 changes: 0 additions & 9 deletions devtools/org.eclipse.emf.parsley.oomph/EMFParsley.setup
Expand Up @@ -250,15 +250,6 @@
url="http://download.eclipse.org/mylyn/releases/latest"/>
<description>Task and build connector</description>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task"
label="Findbugs">
<requirement
name="edu.umd.cs.findbugs.plugin.eclipse.feature.group"
optional="true"/>
<repository
url="http://findbugs.cs.umd.edu/eclipse/"/>
</setupTask>
<setupTask
xsi:type="setup.p2:P2Task"
label="B3 Aggregator">
Expand Down
11 changes: 11 additions & 0 deletions devtools/org.eclipse.emf.parsley.oomph/findbugs.txt
@@ -0,0 +1,11 @@
Temporarily disabled because the update site has problems

<setupTask
xsi:type="setup.p2:P2Task"
label="Findbugs">
<requirement
name="edu.umd.cs.findbugs.plugin.eclipse.feature.group"
optional="true"/>
<repository
url="http://findbugs.cs.umd.edu/eclipse/"/>
</setupTask>

0 comments on commit f5ba7f6

Please sign in to comment.