Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2008-05-23 08:10:17 +0000
committerMarkus Knauer2008-05-23 08:10:17 +0000
commitb00b3f7a71d15997bf7aa8634ae018bfe64fe673 (patch)
tree110f0ed549cc786d6c884b833098b78867890722
parentc41ba865472d0aca87794f188d3c44cc8abdb673 (diff)
downloadorg.eclipse.epp.packages-b00b3f7a71d15997bf7aa8634ae018bfe64fe673.tar.gz
org.eclipse.epp.packages-b00b3f7a71d15997bf7aa8634ae018bfe64fe673.tar.xz
org.eclipse.epp.packages-b00b3f7a71d15997bf7aa8634ae018bfe64fe673.zip
reenabling p2build
-rw-r--r--releng/org.eclipse.epp.config/startEPP34.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/releng/org.eclipse.epp.config/startEPP34.sh b/releng/org.eclipse.epp.config/startEPP34.sh
index 589d07d6..96a9f76f 100644
--- a/releng/org.eclipse.epp.config/startEPP34.sh
+++ b/releng/org.eclipse.epp.config/startEPP34.sh
@@ -62,8 +62,7 @@ do
-consoleLog \
-vm ${VM} \
${PACKAGECONFIGURATION} \
-# P2BUILD \
-# -Dorg.eclipse.epp.p2director=${ECLIPSE_DIR}/eclipse \
+ P2BUILD \
2>&1 1>${TARGET_DIR}/${PACKAGENAME}.log
if [ $? = "0" ]; then
echo -n "...successfully finished ${PACKAGENAME} package build"

Back to the top