summaryrefslogtreecommitdiff
path: root/src/intellij-14/diff.sh
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@gmail.com>2015-05-01 19:52:33 +0200
committerLukas Rytz <lukas.rytz@gmail.com>2015-05-01 20:17:13 +0200
commit70f2169249b07fd7afcb7444233521c787f93e89 (patch)
treeea2c22ea62a507571d1c70d0b7378f1da2a10254 /src/intellij-14/diff.sh
parent6a185e3c97b79716576725f1ecf0ba629e83951d (diff)
downloadscala-70f2169249b07fd7afcb7444233521c787f93e89.tar.gz
scala-70f2169249b07fd7afcb7444233521c787f93e89.tar.bz2
scala-70f2169249b07fd7afcb7444233521c787f93e89.zip
Update intellij project files for IDEA 14.1 and latest Scala plugin
Removes the src/intellij-14 folder and moves everything back to src/intellij.
Diffstat (limited to 'src/intellij-14/diff.sh')
-rwxr-xr-xsrc/intellij-14/diff.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/intellij-14/diff.sh b/src/intellij-14/diff.sh
deleted file mode 100755
index 54f9248608..0000000000
--- a/src/intellij-14/diff.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env bash
-#
-# Diffs the SAMPLE files against the working project config.
-#
-export SCRIPT_DIR="$( cd "$( dirname "$0" )" && pwd )"
-for f in "$SCRIPT_DIR"/*.{iml,ipr}; do
- echo $f; diff -u $f.SAMPLE $f;
-done