diff options
author | broberts | 2020-05-08 22:04:07 +0000 |
---|---|---|
committer | broberts | 2020-05-08 22:04:07 +0000 |
commit | cca3e8e4900e190b41b1441317d4ac9866a21518 (patch) | |
tree | db7a9f3f02504fa174f081db2bccdf9e556c84d4 | |
parent | 45fa4ee0013aa324d329e1a37aab864bfa539cad (diff) | |
download | org.eclipse.osee-26.0.tar.gz org.eclipse.osee-26.0.tar.xz org.eclipse.osee-26.0.zip |
refactor: take out findbugs to fix build26.0
Change-Id: I58f1736d00c4ecaee3bce37c1671cffb00d3e2cc
Signed-off-by: broberts <baily.e.roberts@boeing.com>
-rw-r--r-- | features/org.eclipse.osee.client.all.feature/feature.xml | 5 | ||||
-rw-r--r-- | plugins/org.eclipse.osee.parent/pom.xml | 5 |
2 files changed, 1 insertions, 9 deletions
diff --git a/features/org.eclipse.osee.client.all.feature/feature.xml b/features/org.eclipse.osee.client.all.feature/feature.xml index 80c73eabcaa..885f71d4570 100644 --- a/features/org.eclipse.osee.client.all.feature/feature.xml +++ b/features/org.eclipse.osee.client.all.feature/feature.xml @@ -17,10 +17,7 @@ %license </license> - <includes - id="edu.umd.cs.findbugs.plugin.eclipse" - version="0.0.0"/> - + <includes id="org.eclipse.osee.client.feature" version="0.0.0"/> diff --git a/plugins/org.eclipse.osee.parent/pom.xml b/plugins/org.eclipse.osee.parent/pom.xml index 6d0895eb378..4e4c58b2bce 100644 --- a/plugins/org.eclipse.osee.parent/pom.xml +++ b/plugins/org.eclipse.osee.parent/pom.xml @@ -97,11 +97,6 @@ <url>http://download.eclipse.org/mylyn/releases/3.5/</url> </repository> - <repository> - <id>findbugs</id> - <layout>p2</layout> - <url>http://findbugs.cs.umd.edu/eclipse</url> - </repository> <!-- <repository> <id>orbit</id> |