Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2010-09-21 08:45:36 +0000
committerMarkus Knauer2010-09-21 08:45:36 +0000
commit80a9da8afbf88754337077dcf57fd4c4422b9acb (patch)
treeed05200a8a00b5d2c9547b934c49dcb69d4dfa08
parentd5f02fe64d92be57d544f4c74b5224b519189f86 (diff)
downloadorg.eclipse.epp.packages-80a9da8afbf88754337077dcf57fd4c4422b9acb.tar.gz
org.eclipse.epp.packages-80a9da8afbf88754337077dcf57fd4c4422b9acb.tar.xz
org.eclipse.epp.packages-80a9da8afbf88754337077dcf57fd4c4422b9acb.zip
* enabling bundlepool and data.area parameters once again
-rw-r--r--releng/org.eclipse.epp.config/startEPP36.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/startEPP36.sh b/releng/org.eclipse.epp.config/startEPP36.sh
index b8e59d62..bbc4d6b7 100644
--- a/releng/org.eclipse.epp.config/startEPP36.sh
+++ b/releng/org.eclipse.epp.config/startEPP36.sh
@@ -138,13 +138,14 @@ do
-profile ${PACKAGE} \
-flavor tooling \
-profileproperties org.eclipse.update.install.features=true \
+ -bundlepool ${PACKAGE_BUILD_DIR}/eclipse \
-purgeHistory \
-p2.os ${OSes[$index]} \
-p2.ws ${WSes[$index]} \
-p2.arch ${ARCHes[$index]} \
-roaming \
-vm ${JRE} \
- -vmargs -Declipse.p2.mirrors=false \
+ -vmargs -Declipse.p2.mirrors=false -Declipse.p2.data.area=${PACKAGE_BUILD_DIR}/eclipse/p2 \
2>&1 >${DOWNLOAD_DIR}/${PACKAGE}_${EXTENSION}.log
if [ $? = "0" ]; then
cd ${PACKAGE_BUILD_DIR}

Back to the top