Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng/hudson/hudson.ant')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng/hudson/hudson.ant74
1 files changed, 37 insertions, 37 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng/hudson/hudson.ant b/plugins/org.eclipse.emf.cdo.releng/hudson/hudson.ant
index fc4dfef842..a98a8f0f03 100644
--- a/plugins/org.eclipse.emf.cdo.releng/hudson/hudson.ant
+++ b/plugins/org.eclipse.emf.cdo.releng/hudson/hudson.ant
@@ -1,37 +1,37 @@
-<?xml version="1.0"?>
-<!--
- Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Public License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/legal/epl-v10.html
-
- Contributors:
- Eike Stepper - initial API and implementation
--->
-<project name="Hudson" basedir=".." default="hudson">
-
- <property name="hudson.root" value="/develop/ws/cdo/releng/hudson" />
- <property name="checkout" value="/develop/ws/cdo" />
- <property name="platform" value="Windows" />
- <property name="build.trigger" value="user estepper" />
-
- <property name="hudson.BUILD_TYPE" value="N" />
- <property name="hudson.LOGLEVEL" value="INFO" />
- <property name="hudson.CLEAN_TOOLS" value="false" />
- <property name="hudson.CLEAN_TP" value="false" />
- <property name="hudson.GENERATE_PRODUCTS" value="false" />
- <property name="hudson.JOB_NAME" value="emf-cdo-integration" />
- <property name="hudson.BUILD_NUMBER" value="1" />
- <property name="hudson.WORKSPACE" value="${hudson.root}" />
- <property name="hudson.HUDSON_URL" value="file://${hudson.root}" />
- <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" />
-
- <target name="hudson">
- <ant antfile="${basedir}/build.xml" target="site.p2" inheritall="true" dir="${basedir}" />
- </target>
-
-</project>
+<?xml version="1.0"?>
+<!--
+ Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+
+ Contributors:
+ Eike Stepper - initial API and implementation
+-->
+<project name="Hudson" basedir=".." default="hudson">
+
+ <property name="hudson.root" value="/develop/ws/cdo/releng/hudson" />
+ <property name="checkout" value="/develop/ws/cdo" />
+ <property name="platform" value="Windows" />
+ <property name="build.trigger" value="user estepper" />
+
+ <property name="hudson.BUILD_TYPE" value="N" />
+ <property name="hudson.LOGLEVEL" value="INFO" />
+ <property name="hudson.CLEAN_TOOLS" value="false" />
+ <property name="hudson.CLEAN_TP" value="false" />
+ <property name="hudson.GENERATE_PRODUCTS" value="false" />
+ <property name="hudson.JOB_NAME" value="emf-cdo-integration" />
+ <property name="hudson.BUILD_NUMBER" value="1" />
+ <property name="hudson.WORKSPACE" value="${hudson.root}" />
+ <property name="hudson.HUDSON_URL" value="file://${hudson.root}" />
+ <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" />
+
+ <target name="hudson">
+ <ant antfile="${basedir}/build.xml" target="site.p2" inheritall="true" dir="${basedir}" />
+ </target>
+
+</project>

Back to the top