From d627c88fe87f879ab702e86023aac5274a96d3e7 Mon Sep 17 00:00:00 2001 From: Kirill Kalishev Date: Fri, 29 Jan 2010 16:17:02 +0300 Subject: [PATCH] update CE build from sources --- build/update.sh | 11 +++++++++++ build/update.xml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/build/update.sh b/build/update.sh index 0d62523c52..f37a360464 100755 --- a/build/update.sh +++ b/build/update.sh @@ -1,4 +1,15 @@ #! /bin/bash +# +# This script updates your IntelliJ IDEA CE installation from the latest compiled classes. This way you can easily +# upgrade your working IDEA to the latest changes. +# +# Before you run the script, ensure you have the following: +# 1. Your project for IntelliJ IDEA CE is fully built (do 'Rebuild Project' if you're not sure) +# 2. WORK_IDEA_HOME points to the directory of IntelliJ IDEA build you want to upgrade +# 3. DEV_IDEA_HOME points to the directory of the project you built at step 1 +# 4. You quit IntelliJ IDEA +# + if [ -z "$WORK_IDEA_HOME" ]; then echo WORK_IDEA_HOME must be defined and point to build you're updating exit diff --git a/build/update.xml b/build/update.xml index 60622e64bb..a397ee03a0 100644 --- a/build/update.xml +++ b/build/update.xml @@ -13,7 +13,7 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + -- 2.11.4.GIT