Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2014-08-25 14:13:53 +0000
committerChristian W. Damus2014-08-25 14:13:53 +0000
commite6869ccfa11326e16c52e307f1a55dc704858cef (patch)
tree0e5cecf8f311a02587257dc66ab73ced344d6dff
parent446f8a7071d9d40ffb935cda21c28871c1ad28f2 (diff)
downloadorg.eclipse.papyrus-e6869ccfa11326e16c52e307f1a55dc704858cef.tar.gz
org.eclipse.papyrus-e6869ccfa11326e16c52e307f1a55dc704858cef.tar.xz
org.eclipse.papyrus-e6869ccfa11326e16c52e307f1a55dc704858cef.zip
[Releng] Remove FindBugs from Oomph setup model
The FindBugs update site at the University of Maryland has gone off-line, so it is necessary to remove it from the setup model (even though the FindBugs feature is marked optional) because the Oomph install fails on the unreachable update site.
-rw-r--r--releng/org.eclipse.papyrus.oomph/setups/papyrus.setup5
1 files changed, 0 insertions, 5 deletions
diff --git a/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup b/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
index 91dc2425bed..b40fb6697e5 100644
--- a/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
+++ b/releng/org.eclipse.papyrus.oomph/setups/papyrus.setup
@@ -86,15 +86,10 @@
<requirement
id="net.sf.eclipsecs.feature.group"
optional="true"/>
- <requirement
- id="edu.umd.cs.findbugs.plugin.eclipse.feature.group"
- optional="true"/>
<repository
url="http://update.eclemma.org/"/>
<repository
url="http://eclipse-cs.sourceforge.net/update/"/>
- <repository
- url="http://findbugs.cs.umd.edu/eclipse"/>
</setupTask>
<setupTask
xsi:type="setup:EclipseIniTask"

Back to the top