Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-08-27 00:32:35 +0000
committerspingel2009-08-27 00:32:35 +0000
commitb33dcd16dc7f1d96a0a155a1d48e4e9740cc5209 (patch)
tree20f24b1fb75a6601003139253de4d5967195ac92
parentc23ad704c27b42caaae3e4faba6daa1e6bc6e4ef (diff)
downloadorg.eclipse.mylyn-b33dcd16dc7f1d96a0a155a1d48e4e9740cc5209.tar.gz
org.eclipse.mylyn-b33dcd16dc7f1d96a0a155a1d48e4e9740cc5209.tar.xz
org.eclipse.mylyn-b33dcd16dc7f1d96a0a155a1d48e4e9740cc5209.zip
NEW - bug 286589: [releng] setup mylyn.eclipse.org
https://bugs.eclipse.org/bugs/show_bug.cgi?id=286589
-rw-r--r--org.eclipse.mylyn.releng/scripts/functions.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.releng/scripts/functions.xml b/org.eclipse.mylyn.releng/scripts/functions.xml
index e811ac35..814a3d08 100644
--- a/org.eclipse.mylyn.releng/scripts/functions.xml
+++ b/org.eclipse.mylyn.releng/scripts/functions.xml
@@ -684,7 +684,7 @@
<property file="${base.home}/eclipse/configuration/config.ini" prefix="base.config"/>
<echo message="Installing ${featureId}"/>
- <exec-eclipse activity="uninstall" application="org.eclipse.equinox.p2.director"
+ <exec-eclipse activity="install-bundle" application="org.eclipse.equinox.p2.director"
extravmargs="-Declipse.p2.data.area=${base.home}/eclipse/p2 -Declipse.p2.MD5Check=false" failonerror="false">
<arg value="-metadataRepository"/>
<arg value="${updateSite},${base.sites}"/>
@@ -700,7 +700,7 @@
<arg value="-destination"/>
<arg value="${base.home}/eclipse"/>
</exec-eclipse>
- <exec-eclipse activity="install" application="org.eclipse.equinox.p2.director"
+ <exec-eclipse activity="install-bundle" application="org.eclipse.equinox.p2.director"
extravmargs="-Declipse.p2.data.area=${base.home}/eclipse/p2 -Declipse.p2.MD5Check=false">
<arg value="-metadataRepository"/>
<arg value="${updateSite},${base.sites}"/>

Back to the top