mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
Merge pull request #373 from eclipse/se/idea_clean_build
[idea] auto builder - module-scoped clean builds, triggered by Facet and module changes (fixes https://bugs.eclipse.org/bugs/show_bug.cgi?id=472588)
This commit is contained in:
commit
9434407af1
2 changed files with 8 additions and 0 deletions
|
@ -62,4 +62,8 @@ import java.util.Set
|
|||
generated2source.get(generated)
|
||||
}
|
||||
|
||||
def Iterable<URI> getAllGenerated() {
|
||||
generated2source.keySet
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -72,6 +72,10 @@ import org.eclipse.xtext.util.internal.EmfAdaptable
|
|||
return chunk2resourceDescriptions.put(name, descriptions)
|
||||
}
|
||||
|
||||
def ResourceDescriptionsData removeContainer(String name) {
|
||||
return chunk2resourceDescriptions.remove(name)
|
||||
}
|
||||
|
||||
override protected getSelectables() {
|
||||
return chunk2resourceDescriptions.values
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue