mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-16 15:40:14 +00:00
Improved resource filters for BuildFiles project.
This commit is contained in:
parent
f0d2b5d691
commit
55f31e550d
@ -1,4 +1,16 @@
|
|||||||
apply plugin: 'eclipse'
|
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
eclipse.project.name = '_BuildFiles'
|
apply plugin: 'eclipse'
|
||||||
|
|
||||||
|
eclipse {
|
||||||
|
project {
|
||||||
|
name = '_BuildFiles'
|
||||||
|
resourceFilter {
|
||||||
|
appliesTo = 'FOLDERS'
|
||||||
|
type = 'EXCLUDE_ALL'
|
||||||
|
matcher {
|
||||||
|
id = 'org.eclipse.ui.ide.multiFilter'
|
||||||
|
arguments = '1.0-name-matches-true-false-JsonDoclet'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user