From 70f2169249b07fd7afcb7444233521c787f93e89 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Fri, 1 May 2015 19:52:33 +0200 Subject: 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. --- src/intellij-14/diff.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 src/intellij-14/diff.sh (limited to 'src/intellij-14/diff.sh') 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 -- cgit v1.2.3