##// END OF EJS Templates
variants: move source set layout conventions out of model...
variants: move source set layout conventions out of model Keep GenericSourceSet convention-free and apply layout defaults from SourcesPlugin and VariantSourcesPlugin. Add compile unit layout convention and cover standalone and variant source set layouts in functional tests.

File last commit:

r59:780370baa54c default
r59:780370baa54c default
Show More
settings.json
9 lines | 229 B | application/json | JsonLexer
cin
Initial commit, ported some traits from container-plugin
r0 {
"java.configuration.updateBuildConfiguration": "automatic",
"java.compile.nullAnalysis.mode": "automatic",
"cSpell.words": [
cin
Refactoring, removed GenericSourceSetOutput.
r23 "implab",
cin
WIP Variants model
r39 "materializer",
cin
variants: move source set layout conventions out of model...
r59 "rawtypes",
"Replayable"
cin
Initial commit, ported some traits from container-plugin
r0 ]
}