summaryrefslogtreecommitdiff
path: root/compare-build-dirs-ignore-patterns
Commit message (Collapse)AuthorAgeFilesLines
* Remove the ant buildStefan Zeiger2016-09-021-8/+0
| | | | | | | | | | | | - Remove ant scripts. - Remove shell scripts that were specific to the ant build or the old `*.desired.sha1` binary artifact management. - Remove `build.number`. - Remove `src/build/maven` and `src/build/bnd`. The POM and Manifest metadata is generated in a different way by sbt.
* Script that diffs `build/` and `build-sbt/`Grzegorz Kossakowski2015-04-171-0/+8
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.