Blob Blame History Raw
#! /bin/sh

# We need to make our own copy of the eclipse platform in order to
# build against it.  We do this since the build root might already
# contain a copy of the plugin we are building -- and the eclipse
# releng scripts fail in this situation.  We put this script in the
# eclipse core so that it is easy to use from other spec files.

# Arguments are:
# * directory where results should end up (script will make it)
# * base location of eclipse platform install
where=$1
eclipse=$2

mkdir $where
cd $where
mkdir plugins features

# Code after this point is automatically created by eclipse.spec.