summaryrefslogtreecommitdiff
path: root/compare-build-dirs.sh
Commit message (Collapse)AuthorAgeFilesLines
* Script that diffs `build/` and `build-sbt/`Grzegorz Kossakowski2015-04-171-0/+5
To ensure the sbt build matches the ant build, diff their output. The scripts just delegates to `diff` command that compares directories recursively. We've added some handy ignore patterns (e.g. for .complete files). Ignore locker and deps dirs when comparing build and build-sbt, these directories are needed by Ant build only. Ignore irrelevant jars in build/pack/lib generated by the Ant build.