mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 20:15:22 +02:00
[releng] Fix make_signed.sh
This commit is contained in:
parent
9fcb91e8f6
commit
09da50a08c
1 changed files with 10 additions and 10 deletions
|
@ -36,17 +36,17 @@ BASEBUILDER=$HOME/ws2/eclipse
|
||||||
# Provision update site into SIGNED_JAR_SOURCE
|
# Provision update site into SIGNED_JAR_SOURCE
|
||||||
if [ ! -d "${SIGNED_JAR_SOURCE}" ]; then
|
if [ ! -d "${SIGNED_JAR_SOURCE}" ]; then
|
||||||
mkdir -p "${SIGNED_JAR_SOURCE}"
|
mkdir -p "${SIGNED_JAR_SOURCE}"
|
||||||
|
${BASEBUILDER}/eclipse -nosplash \
|
||||||
|
-data install-ws -consolelog -clean \
|
||||||
|
-application org.eclipse.equinox.p2.repository.repo2runnable \
|
||||||
|
-source file:${UPDATE_SITE} \
|
||||||
|
-destination file:${SIGNED_JAR_SOURCE} \
|
||||||
|
-vmargs \
|
||||||
|
-Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M
|
||||||
|
retval=$?
|
||||||
|
echo "result: ${retval}"
|
||||||
|
exit ${retval}
|
||||||
fi
|
fi
|
||||||
${BASEBUILDER}/eclipse -nosplash \
|
|
||||||
-data install-ws -consolelog -clean \
|
|
||||||
-application org.eclipse.equinox.p2.repository.repo2runnable \
|
|
||||||
-source file:${UPDATE_SITE} \
|
|
||||||
-destination file:${SIGNED_JAR_SOURCE} \
|
|
||||||
-vmargs \
|
|
||||||
-Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M
|
|
||||||
retval=$?
|
|
||||||
echo "result: ${retval}
|
|
||||||
exit ${retval}
|
|
||||||
|
|
||||||
if [ ! -d ${SIGNED_JAR_SOURCE}/server ]; then
|
if [ ! -d ${SIGNED_JAR_SOURCE}/server ]; then
|
||||||
mkdir ${SIGNED_JAR_SOURCE}/server
|
mkdir ${SIGNED_JAR_SOURCE}/server
|
||||||
|
|
Loading…
Add table
Reference in a new issue