diff --git a/bin/idea.sh b/bin/idea.sh index 0852ff09f45..03b9eee13da 100644 --- a/bin/idea.sh +++ b/bin/idea.sh @@ -68,12 +68,9 @@ mkdir $IDEA_OUTPUT || exit 1 cd $IDEA_OUTPUT; IDEA_OUTPUT=`pwd` MAKE_DIR="$SCRIPT_DIR/../make" -SUPPORT_DIR="$SCRIPT_DIR/../build/.idea-support" IDEA_MAKE="$MAKE_DIR/idea" IDEA_TEMPLATE="$IDEA_MAKE/template" -mkdir -p $SUPPORT_DIR - cp -r "$IDEA_TEMPLATE"/* "$IDEA_OUTPUT" #init template variables @@ -127,11 +124,6 @@ if [ "x$SPEC" = "x" ] ; then echo "FATAL: SPEC is empty" >&2; exit 1 fi -# move build.xml out of .idea, see IDEA-189915 -IDEA_BUILD_OLD=$IDEA_BUILD -IDEA_BUILD=$SUPPORT_DIR/build.xml -mv $IDEA_BUILD_OLD $IDEA_BUILD - SOURCE_FOLDER=" " SOURCE_FOLDERS_DONE="false" diff --git a/make/idea/template/build.xml b/make/idea/build.xml similarity index 92% rename from make/idea/template/build.xml rename to make/idea/build.xml index 0377d266539..611ba851447 100644 --- a/make/idea/template/build.xml +++ b/make/idea/build.xml @@ -1,7 +1,7 @@ - + - diff --git a/make/idea/template/ant.xml b/make/idea/template/ant.xml index 5c2519d4606..89862ba1f78 100644 --- a/make/idea/template/ant.xml +++ b/make/idea/template/ant.xml @@ -1,11 +1,12 @@ - + + diff --git a/make/idea/template/misc.xml b/make/idea/template/misc.xml index 6363b8a051f..509bb021f2b 100644 --- a/make/idea/template/misc.xml +++ b/make/idea/template/misc.xml @@ -9,10 +9,10 @@ - + - + diff --git a/make/idea/template/workspace.xml b/make/idea/template/workspace.xml index 7113a00aa75..384ee54579d 100644 --- a/make/idea/template/workspace.xml +++ b/make/idea/template/workspace.xml @@ -11,24 +11,11 @@