mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Improved resource filters for BuildFiles project.
This commit is contained in:
parent
f0d2b5d691
commit
55f31e550d
1 changed files with 14 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue