##
###############################################################
build_result_directory=${build_type}.${build_id}
-build_result_path="$build_path/$build_result_directory"
builder_path="$start_path/builder"
equinox_launcher=`echo org.eclipse.equinox.launcher_*.jar`
pde_build=`echo org.eclipse.pde.build_*`
metadata_path=$start_path/builder
-fresh_ide_path=/var/lib/hudson/jobs/slp_sdk_fresh_ide/workspace
if [ "x$1" = "x" ]
then
exit 1
fi
-if [ "x$3" != "x" ]
-then
- build_path=$3
-fi
-
+build_result_path="$build_path/$build_result_directory"
platform=$1
based_eclipse_path=$2
+fresh_ide_path=$3
parent_path_of_based_eclipse=${based_eclipse_path}/..
architecture=x86
echo "Copy fresh ide plugins..."
if [ -d ${fresh_ide_path} ]
then
- cp -rf ${fresh_ide_path}/build_result/N.fresh_ide_build/${archive_platform_name}.${windowing}.${architecture}/IDE/plugins/* ${build_path}/plugins
+ cp -rf ${fresh_ide_path}/${archive_platform_name}.${windowing}.${architecture}/IDE/plugins/* ${build_path}/plugins
else
echo "ERROR : Fresh IDE does not exist..."
exit 1