Skip to content

Commit

Permalink
Remove BREEChecker
Browse files Browse the repository at this point in the history
It's stale version of BREETest that doesn't handle EE as capabilities
  • Loading branch information
akurtakov committed Jun 15, 2023
1 parent 1c6e1f4 commit 9584c45
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 109 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import java.util.HashSet;
import java.util.Set;

import org.eclipse.cbi.p2repo.analyzers.common.checker.impl.BREEChecker;
import org.eclipse.cbi.p2repo.analyzers.common.checker.impl.EclipseSourceChecker;
import org.eclipse.cbi.p2repo.analyzers.common.checker.impl.FeatureNameChecker;
import org.eclipse.cbi.p2repo.analyzers.common.checker.impl.IUNameChecker;
Expand All @@ -35,7 +34,6 @@ public CheckerRegistry() {
this.checkers.add(new VersionPatternChecker());
this.checkers.add(new IUNameChecker());
this.checkers = Collections.unmodifiableSet(this.checkers);
this.artifactCheckers.add(new BREEChecker());
this.artifactCheckers.add(new SignatureChecker());
this.artifactCheckers.add(new EclipseSourceChecker());
this.artifactCheckers = Collections.unmodifiableSet(this.artifactCheckers);
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 9584c45

Please sign in to comment.