aboutsummaryrefslogtreecommitdiff
path: root/stage2/plugins/ExportBuildInformation.scala
Commit message (Collapse)AuthorAgeFilesLines
* Indetation fixesIlya Kirillov2017-06-281-3/+1
|
* Add extra modules resolvingIlya Kirillov2017-06-281-5/+13
|
* Add handling of not existing source jarsIlya Kirillov2017-06-281-1/+12
|
* Library sourcesIlya Kirillov2017-06-281-9/+27
|
* Filter common childs in dirsIlya Kirillov2017-06-241-3/+17
|
* Rename sources to sourceDirsIlya Kirillov2017-06-241-49/+47
|
* BuildInfo extensionsIlya Kirillov2017-06-241-85/+130
|
* BuildInfo improvementsIlya Kirillov2017-06-191-61/+92
| | | | | | | * Add scala version for module * Fix not correct library list obtaining * Add cbt's own libraries export * Minimize xml a little
* Export build information (#511)Ilya Kirillov2017-06-141-0/+170
* ExportBuildInformation plugin * Add targetLibraries * Add ExportBuildInformation to the BaseBuild trait * Add target, library jars * fixing mixed tabs and spaces * fixing indentation