Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-08-17 14:04:46 +0000
committerSteffen Pingel2011-08-17 14:05:51 +0000
commit0ee3149952643071c25b45554a1334db750083ad (patch)
tree2e17a83867746b7c95d64aec8fce1bbbb2c8d678
parente2ce18906af74f0bdb43e03587f3925930dfa2ad (diff)
downloadorg.eclipse.epp.mpc-0ee3149952643071c25b45554a1334db750083ad.tar.gz
org.eclipse.epp.mpc-0ee3149952643071c25b45554a1334db750083ad.tar.xz
org.eclipse.epp.mpc-0ee3149952643071c25b45554a1334db750083ad.zip
NEW - bug 354948: [releng] mpc release build fails due to permission
denied error https://bugs.eclipse.org/bugs/show_bug.cgi?id=354948
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e3a8d9ad..df4f5e84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
<properties>
<tycho-version>0.10.0</tycho-version>
- <archive-dir>${basedir}/target/archive</archive-dir>
+ <archive-dir>${basedir}/target/drops</archive-dir>
<site-dir></site-dir>
<skip-source-check>true</skip-source-check>
@@ -177,7 +177,7 @@
</activation>
<properties>
<pack200>/shared/common/jdk-1.5.0-22.x86_64/bin</pack200>
- <archive-dir>/home/data/httpd/download.eclipse.org/mpc/archive</archive-dir>
+ <archive-dir>/home/data/httpd/download.eclipse.org/mpc/drops</archive-dir>
<site-dir>/home/data/httpd/download.eclipse.org/mpc/nightly</site-dir>
<test-args>-ea -Dhttp.proxyHost=proxy.eclipse.org -Dhttp.proxyPort=9898 -DhttpnonProxyHosts=*.eclipse.org</test-args>
<test-app-args>-eclipse.keyring ${env.WORKSPACE}/keyring -eclipse.password ${env.WORKSPACE}/keyring.password</test-app-args>

Back to the top