summaryrefslogtreecommitdiff
path: root/compare-build-dirs-ignore-patterns
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2015-02-21 21:13:07 +0100
committerAdriaan Moors <adriaan.moors@typesafe.com>2015-04-17 11:57:31 -0700
commitccd586f68af14ea693c873d38ad8d5210caa48e0 (patch)
tree8b706ba6040f155f9504c120ec669a527d368161 /compare-build-dirs-ignore-patterns
parent0e70049f9bcda462fcc30971227bf0c53b90cb9f (diff)
downloadscala-ccd586f68af14ea693c873d38ad8d5210caa48e0.tar.gz
scala-ccd586f68af14ea693c873d38ad8d5210caa48e0.tar.bz2
scala-ccd586f68af14ea693c873d38ad8d5210caa48e0.zip
Script that diffs `build/` and `build-sbt/`
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.
Diffstat (limited to 'compare-build-dirs-ignore-patterns')
-rw-r--r--compare-build-dirs-ignore-patterns8
1 files changed, 8 insertions, 0 deletions
diff --git a/compare-build-dirs-ignore-patterns b/compare-build-dirs-ignore-patterns
new file mode 100644
index 0000000000..8c8160ba15
--- /dev/null
+++ b/compare-build-dirs-ignore-patterns
@@ -0,0 +1,8 @@
+.DS_Store
+*.complete
+locker
+deps
+scala-continuations-*.jar
+scala-parser-combinators*.jar
+scala-swing*.jar
+scala-xml*.jar