Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-07-15 05:00:49 +0000
committerEike Stepper2011-07-15 05:00:49 +0000
commitfc3fbf47b5573f32fed8acdfa5162ed720c0bd88 (patch)
treed3221f238c6d6e73f21bbeeacb8569efe689962c
parente85b5804ee746409c8974711f0cbcd3178d6832e (diff)
downloadcdo-fc3fbf47b5573f32fed8acdfa5162ed720c0bd88.tar.gz
cdo-fc3fbf47b5573f32fed8acdfa5162ed720c0bd88.tar.xz
cdo-fc3fbf47b5573f32fed8acdfa5162ed720c0bd88.zip
[351616] [releng] Provide platform-specific CDOServer + CDOExplorer downloads
https://bugs.eclipse.org/bugs/show_bug.cgi?id=351616
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/hudson/hudson.ant4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/hudson/hudson.ant b/plugins/org.eclipse.emf.cdo.releng/hudson/hudson.ant
index 2313722d16..1f3b096d12 100644
--- a/plugins/org.eclipse.emf.cdo.releng/hudson/hudson.ant
+++ b/plugins/org.eclipse.emf.cdo.releng/hudson/hudson.ant
@@ -28,8 +28,8 @@
<property name="hudson.BUILD_NUMBER" value="1" />
<property name="hudson.WORKSPACE" location="${hudson.root}" />
<property name="hudson.HUDSON_URL" value="file://${hudson.root}" />
- <property name="hudson.JOB_URL" value="${HUDSON_URL}/jobs/${JOB_NAME}" />
- <property name="hudson.BUILD_URL" value="${JOB_URL}/${BUILD_NUMBER}" />
+ <property name="hudson.JOB_URL" value="${hudson.HUDSON_URL}/jobs/${hudson.JOB_NAME}" />
+ <property name="hudson.BUILD_URL" value="${hudson.JOB_URL}/${hudson.BUILD_NUMBER}" />
<property name="hudson.BUILD_ID" value="2011-07-14_23-29-20" />
<property name="hudson.SVN_REVISION" value="0815" />
</ant>

Back to the top