mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-21 19:42: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'
|
||||
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