Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorMarkus Knauer2008-02-20 16:54:00 +0000
committerMarkus Knauer2008-02-20 16:54:00 +0000
commit37dbaa03315e211ca91c10598edf43af85269092 (patch)
tree3651b1871c9b2ddde0445e9b416eb9d5c5a15eb5 /releng
parent742df55f6a50ee476fb50a12c25937fac8a5c684 (diff)
downloadorg.eclipse.epp.packages-37dbaa03315e211ca91c10598edf43af85269092.tar.gz
org.eclipse.epp.packages-37dbaa03315e211ca91c10598edf43af85269092.tar.xz
org.eclipse.epp.packages-37dbaa03315e211ca91c10598edf43af85269092.zip
fixed download-update url
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.epp.config/startEPP33.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/startEPP33.sh b/releng/org.eclipse.epp.config/startEPP33.sh
index 1a749258..b596de50 100644
--- a/releng/org.eclipse.epp.config/startEPP33.sh
+++ b/releng/org.eclipse.epp.config/startEPP33.sh
@@ -100,7 +100,7 @@ cat >>$TARGET_DIR/index.html <<Endofmessage
<h1>EPP Europa Build Status ${START_TIME}</h1>
<table border="1">
<tr>
- <th><a href="http://download.eclipse.org/technology/epp/downloads/testing/${START_TIME}/eppbuild.log">Package</a></th>
+ <th><a href="http://build.eclipse.org/technology/epp/epp_build/33/download/${START_TIME}/eppbuild.log">Package</a></th>
<th>Windows</th>
<th>Linux 32 GTK</th>
<th>Linux 64 GTK</th>

Back to the top