Skip to content

Commit

Permalink
Exclude converterJclMin and converterJclMin1.5 from the Oomph setup
Browse files Browse the repository at this point in the history
- These don't compile with the latest JDT compiler
  • Loading branch information
merks authored and iloveeclipse committed Sep 4, 2024
1 parent 3af3b64 commit 184ac60
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion org.eclipse.jdt.releng/JDT.setup
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,14 @@
<requirement
name="*"/>
<sourceLocator
rootFolder="${github.clone.jdt.core.location}"/>
rootFolder="${github.clone.jdt.core.location}">
<predicate
xsi:type="predicates:NotPredicate">
<operand
xsi:type="predicates:NamePredicate"
pattern="converterJclMin|converterJclMin1.5"/>
</predicate>
</sourceLocator>
</targlet>
</setupTask>
<setupTask
Expand Down

0 comments on commit 184ac60

Please sign in to comment.