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/setup.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/intellij/setup.sh') diff --git a/src/intellij/setup.sh b/src/intellij/setup.sh index ec303778ed..251f717829 100755 --- a/src/intellij/setup.sh +++ b/src/intellij/setup.sh @@ -12,3 +12,6 @@ for f in "$SCRIPT_DIR"/*.SAMPLE; do g=${f%.SAMPLE} cp $f $g done + +STARR_VERSION="`cat $SCRIPT_DIR/../../versions.properties | grep 'starr.version' | awk '{split($0,a,"="); print a[2]}'`" +sed "s/#starr-version#/$STARR_VERSION/g" $SCRIPT_DIR/scala.ipr.SAMPLE > $SCRIPT_DIR/scala.ipr -- cgit v1.2.3