mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35: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,7 +36,6 @@ 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}"
|
||||||
fi
|
|
||||||
${BASEBUILDER}/eclipse -nosplash \
|
${BASEBUILDER}/eclipse -nosplash \
|
||||||
-data install-ws -consolelog -clean \
|
-data install-ws -consolelog -clean \
|
||||||
-application org.eclipse.equinox.p2.repository.repo2runnable \
|
-application org.eclipse.equinox.p2.repository.repo2runnable \
|
||||||
|
@ -45,8 +44,9 @@ ${BASEBUILDER}/eclipse -nosplash \
|
||||||
-vmargs \
|
-vmargs \
|
||||||
-Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M
|
-Xms128M -Xmx256M -XX:PermSize=128M -XX:MaxPermSize=256M
|
||||||
retval=$?
|
retval=$?
|
||||||
echo "result: ${retval}
|
echo "result: ${retval}"
|
||||||
exit ${retval}
|
exit ${retval}
|
||||||
|
fi
|
||||||
|
|
||||||
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