# Commandline variables override default values set below # Note that this file is meant to be read by Ant, not shell, # so only the first assignment of a variable will stick # If parsing this file, make sure to stop after the first # variable is found. version=3.0.0 projectid=tools.pdt topprojectName=tools projectName=pdt subprojectName=pdt buildType=M buildTimestamp=201105240530 JAVA_HOME=/shared/common/jdk-1.5.0-22.x86_64 writableBuildRoot=/opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build thirdPartyJarsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/3rdPartyJars downloadsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/downloads buildDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/M201105240530 relengBuilderDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/org.eclipse.pdt.releng relengBaseBuilderDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/org.eclipse.releng.basebuilder relengCommonBuilderDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/org.eclipse.dash.common.releng buildcfg=/opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/M201105240530/build.cfg runPackager=true # Environment variables HOME=/opt/users/hudsonbuild JAVA_HOME=/opt/public/common/jdk-1.5.0-22.x86_64 java.home=/shared/common/jdk-1.5.0-22.x86_64 ANT_HOME=/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.apache.ant_1.7.1.v20090120-1145 ANT=/opt/public/cbi/build/org.eclipse.releng.basebuilder_r35x_v20090811/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ant #Platform details baseos=linux basearch=x86_64 basews=gtk ## Load /opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/org.eclipse.pdt.releng/build.properties (or alternate) ## ## BEGIN PROJECT BUILD PROPERTIES ## # default settings for all this project's builds, for this branch; see also o.e.d.common.releng/build.properties for more overrideable defaults # To permit automatic downloads of non-EPL compatible code, set this to property to "I accept" thirdPartyDownloadLicenseAcceptance="I accept" # MUST BE SET # projectid=tools.pdt zipPrefix=pdt incubation= version=3.0.0 buildType=N mainFeatureToBuildID=org.eclipse.php.all testFeatureToBuildID=org.eclipse.php.test skipPack=true # MUST BE SET # JAVA_HOME=/shared/common/jdk-1.5.0-22.x86_64 JAVA14_HOME=/shared/common/jdk-1.5.0-22.x86_64 JAVA50_HOME=/shared/common/jdk-1.5.0-22.x86_64 JAVA60_HOME=/shared/common/jdk-1.6.x86_64 PACK200_JAVA_HOME=/shared/common/jdk-1.5.0-22.x86_64 # All dependencies are always installed to Eclipse build target # dltk tests zip added explicitely, because there's no p2 repo with dltk tests. dependencyURLs=\ http://download.eclipse.org/eclipse/downloads/drops/S-3.7M6-201103101119/eclipse-SDK-3.7M6-linux-gtk-x86_64.tar.gz,\ http://download.eclipse.org/technology/dltk/downloads/drops/R2.0/R-2.0-201006161315/dltk-core-Automated_Tests-R-2.0-201006161315.zip # this should not be needed when using Hudson eclipse.SDK.url=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/S-3.7M6-201103101119/eclipse-SDK-3.7M6-linux-gtk-x86_64.tar.gz eclipse.SDK.file=eclipse-SDK-3.7M6-linux-gtk-x86_64.tar.gz # repositories are used to install only features from featureIDsToInstall and pluginIDsToInstall # comma-sep'd list of urls repositoryURLs=\ http://download.eclipse.org/eclipse/downloads/drops/S-3.7M6-201103101119/eclipse-test-framework-3.7M6.zip,\ http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.7.0/S201103101804/emf-xsd-Update-2.7.0M6.zip,\ http://download.eclipse.org/webtools/downloads/drops/R3.3.0/S-3.3.0M6-20110311022618/wtp-repo-S-3.3.0M6-20110311022618.zip,\ /home/data/httpd/download.eclipse.org/technology/dltk/updates-dev/3.0/,\ http://download.eclipse.org/tools/gef/downloads/drops/3.7.0/S201103151057/GEF-Update-3.7.0M6.zip,\ /home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/R20100519200754/updateSite,\ /home/data/httpd/download.eclipse.org/tools/mylyn/update/weekly # +-sep'd list of features to install concurrently in a single operation featureIDsToInstall=\ org.eclipse.test+\ org.eclipse.wst.web_ui.feature+\ org.eclipse.dltk.core+\ org.eclipse.dltk.mylyn+\ org.eclipse.dltk.core.index+\ org.eclipse.wst.common.fproj pluginIDsToInstall=org.apache.commons.lang+org.h2 buildServerUser= signingDir=/home/data/httpd/download-staging.priv/commonBuild #what steps should we do? default: build.steps=buildUpdate,buildZips,buildTests,generateDigests,test,publish,cleanup build.steps=buildUpdate,buildZips,generateDigests,publish,cleanup compilerArg=-enableJavadoc -encoding ISO-8859-1 flattenDependencies=true parallelCompilation=true generateFeatureVersionSuffix=true individualSourceBundles=true generateSourceReferences=true ## END PROJECT BUILD PROPERTIES ## ## Load /opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/org.eclipse.dash.common.releng/build.properties ## ## BEGIN COMMON BUILD PROPERTIES ## # default compiler settings for all builds; override in your own project.releng/build.properties if you want more or less information compilerArg=-enableJavadoc -encoding ISO-8859-1 -warn:-serial,nls,unused,unchecked,raw javacVerbose=false buildingOSGi=true collectingFolder=eclipse archivePrefix=eclipse flattenDependencies=true parallelCompilation=true # Some path defaults relengCommonScriptsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/org.eclipse.dash.common.releng/tools/scripts buildDirectory=/opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/M201105240530/eclipse testBase=/opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/M201105240530/testing transformedRepoLocation=${buildDirectory}/transformedRepo # Set the following property true to turn on PDE 'runPackager' property (any other value to disable). # This will allow binary plugins/features referenced in your feature.xml files (AND your maps!) # to be included in the output zip(s) as if they were compiled locally. Will also reuse p2 # metadta if available (eg., if map points to p2IU URLs instead of GET URLs). NOTE THAT IT IS YOUR # responsibility to ensure you do not package & distribute anything that violates your license agreement(s). packageFeaturesIncludedBinaries=true # [292486] Set the following property to true if you want your builds to fail should a test suite contain errors, # failures, or fail to run entirely. By default, test failures will result in a yellow (unstable) build rather than # a red (failed) build. However, your project may choose to only use success (blue/green) and failure (red) rather # than supporting an intermediate (yellow) state. failBuildIfTestFailuresOrErrors=false # [272965] Defaults for namespaces and project names to allow building org.foo or com.bar projects domainNamespace=org.eclipse projNamespace=${domainNamespace}.pdt projRelengName=${domainNamespace}.pdt.releng # define default values for common path and build variables. These fallback defaults should mostly be # overwritten by specific values in project.releng/build.properties # localtest=false # buildcfg=build.cfg projectid=my.project # topprojectName=tools # projectName=myproject # subprojectName=mysubproject (or just myproject in most cases) version=0.0.0 # branch=HEAD # buildType=N # buildTimestamp=201101011234 # localSourceCheckoutDir=/path/to/full/source/tree/root incubation= # 306300: if update site contains both packed and unpacked plugin jars, set true to remove unpacked jars and keep packed ones removeUnpackedJars=false ## END COMMON BUILD PROPERTIES ## ## Load /opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/org.eclipse.dash.common.releng/server.properties ## ## BEGIN SERVER PROPERTIES ## # This file contains global server-specific properties such as those for build.eclipse.org. # Most of these will be overwritten in common.releng/build.properties or project.releng/build.properties. # Values in build.properties can further be overwritten by commandline variables in project.releng/build.xml or common.releng/tools/scripts/start.sh serverAlias=utils.eclipse.org # To permit automatic downloads of non-EPL compatible code, override this to property to "I accept" #thirdPartyDownloadLicenseAcceptance="I do not accept" # on Fedora you probably want to use /usr/lib/jvm/java or /etc/alternatives/java_sdk # make sure you've installed the latest java-1.6.0-openjdk-devel; gcj 1.5 won't work # make sure it's a symlink to the correct version of Java you need #javaHome=/usr/lib/jvm/java JAVA60_HOME=/opt/public/common/jdk-1.6.x86_64 JAVA50_64_HOME=/opt/public/common/jdk-1.5.0-22.x86_64 JAVA50_HOME=/opt/public/common/jdk-1.5.0_16 JAVA14_HOME=/opt/public/common/j2sdk1.4.2_19 JAVA_FOUNDATION_HOME=/opt/public/common/org.eclipse.sdk-feature/libs #default JVM if not otherwise stated in project's .releng/build.properties JAVA_HOME=/shared/common/jdk-1.5.0-22.x86_64 # should for for OpenJDK/IcedTea, IBM, Sun, and Mac OS X 10.5 port of Sun # add other jars if required JavaSE-1.6=/shared/common/jdk-1.6.x86_64/jre/lib/rt.jar:/shared/common/jdk-1.6.x86_64/jre/lib/core.jar:/shared/common/jdk-1.6.x86_64/jre/lib/annotation.jar:/shared/common/jdk-1.6.x86_64/jre/lib/beans.jar:/shared/common/jdk-1.6.x86_64/jre/lib/ibmorbapi.jar:/shared/common/jdk-1.6.x86_64/jre/lib/java.util.jar:/shared/common/jdk-1.6.x86_64/jre/lib/jlm.jar:/shared/common/jdk-1.6.x86_64/jre/lib/logging.jar:/shared/common/jdk-1.6.x86_64/jre/lib/resources.jar:/shared/common/jdk-1.6.x86_64/jre/lib/security.jar:/shared/common/jdk-1.6.x86_64/jre/lib/sql.jar:/shared/common/jdk-1.6.x86_64/jre/lib/vm.jar:/shared/common/jdk-1.6.x86_64/jre/lib/xmldsigfw.jar:/shared/common/jdk-1.6.x86_64/jre/lib/xml.jar:/shared/common/jdk-1.6.x86_64/jre/lib/graphics.jar:/shared/common/jdk-1.6.x86_64/jre/lib/server.jar:/shared/common/jdk-1.6.x86_64/jre/lib/jce.jar:/shared/common/jdk-1.6.x86_64/jre/lib/jsse.jar:/shared/common/jdk-1.6.x86_64/jre/lib/ibmjcefw.jar:/shared/common/jdk-1.6.x86_64/lib/dt.jar:/shared/common/jdk-1.6.x86_64/../Classes/dt.jar:/shared/common/jdk-1.6.x86_64/../Classes/classes.jar:/shared/common/jdk-1.6.x86_64/../Classes/jsse.jar:/shared/common/jdk-1.6.x86_64/../Classes/jce.jar J2SE-1.5=/shared/common/jdk-1.5.0-22.x86_64/jre/lib/rt.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/vm.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/core.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/xml.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/graphics.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/server.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/ibmorbapi.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/security.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/classes.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/jsse.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/jce.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/ibmjcefw.jar:/shared/common/jdk-1.5.0-22.x86_64/../Classes/dt.jar:/shared/common/jdk-1.5.0-22.x86_64/../Classes/classes.jar:/shared/common/jdk-1.5.0-22.x86_64/../Classes/jsse.jar:/shared/common/jdk-1.5.0-22.x86_64/../Classes/jce.jar J2SE-1.4=/shared/common/jdk-1.5.0-22.x86_64/lib/vm.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/vm.jar:/shared/common/jdk-1.5.0-22.x86_64/lib/dt.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/dt.jar:/shared/common/jdk-1.5.0-22.x86_64/lib/rt.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/rt.jar:/shared/common/jdk-1.5.0-22.x86_64/lib/core.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/core.jar:/shared/common/jdk-1.5.0-22.x86_64/lib/xml.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/xml.jar:/shared/common/jdk-1.5.0-22.x86_64/lib/graphics.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/graphics.jar:/shared/common/jdk-1.5.0-22.x86_64/lib/server.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/server.jar:/shared/common/jdk-1.5.0-22.x86_64/lib/ibmorbapi.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/ibmorbapi.jar:/shared/common/jdk-1.5.0-22.x86_64/lib/security.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/security.jar:/shared/common/jdk-1.5.0-22.x86_64/lib/classes.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/classes.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/jce.jar:/shared/common/jdk-1.5.0-22.x86_64/lib/jsse.jar:/shared/common/jdk-1.5.0-22.x86_64/jre/lib/jsse.jar:/shared/common/jdk-1.5.0-22.x86_64/../Classes/dt.jar:/shared/common/jdk-1.5.0-22.x86_64/../Classes/classes.jar:/shared/common/jdk-1.5.0-22.x86_64/../Classes/jsse.jar:/shared/common/jdk-1.5.0-22.x86_64/../Classes/jce.jar CDC-1.0/Foundation-1.0=${JAVA_FOUNDATION_HOME}/ee.foundation-1.0.jar CDC-1.1/Foundation-1.1=${JAVA_FOUNDATION_HOME}/ee.foundation.jar # Define ANT_HOME ANT_HOME=/opt/public/common/apache-ant-1.7.1 #optionally, define ANT_BIN too; if omitted, will assume ANT_BIN=${ANT_HOME}/bin/ant #ANT_BIN=/usr/bin/ant # These next properties should be set higher up in build.xml or start.sh # could be ${WORKSPACE}/build or /tmp/build or /opt/public/cbi/build #writableBuildRoot=/opt/public/cbi/build # location to download SDKs and other dependencies, eg., Orbit bundles #downloadsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/downloads # location of third-party libraries such as mysql, hibernate, ant-contrib which are needed to build but cannot be put in CVS #thirdPartyJarsDir=/opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/3rdPartyJars ## END SERVER PROPERTIES ## # yet more path variables baseLocation=/opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/M201105240530/eclipse testBase=/opt/users/hudsonbuild/.hudson/jobs/cbi-pdt-3.0-indigo/workspace/build/M201105240530/testing # label.properties variables buildId=M201105240530 buildID=M201105240530 timestamp=201105240530 buildDateStamp=201105240530 buildLabel=M201105240530 buildAlias=M201105240530 # map types used in this build (CVS, SVN, GET, local) mapTypes=CVS #Base download URL eclipse.download.url=http://www.eclipse.org/downloads/download.php?file= # eclipse.base eclipse.base.url=http://download.eclipse.org/eclipse/downloads/drops/S-3.7M6-201103101119/eclipse-SDK-3.7M6-linux-gtk-x86_64.tar.gz eclipse.base.file=eclipse-SDK-3.7M6-linux-gtk-x86_64.tar.gz eclipse.base.dropfile=/eclipse/downloads/drops/S-3.7M6-201103101119/eclipse-SDK-3.7M6-linux-gtk-x86_64.tar.gz eclipse.base.buildurl=/eclipse/downloads/drops/S-3.7M6-201103101119 # technology.dltk.core.Automated_Tests technology.dltk.core.Automated_Tests.url=http://download.eclipse.org/technology/dltk/downloads/drops/R2.0/R-2.0-201006161315/dltk-core-Automated_Tests-R-2.0-201006161315.zip technology.dltk.core.Automated_Tests.file=dltk-core-Automated_Tests-R-2.0-201006161315.zip technology.dltk.core.Automated_Tests.dropfile=/technology/dltk/downloads/drops/R2.0/R-2.0-201006161315/dltk-core-Automated_Tests-R-2.0-201006161315.zip technology.dltk.core.Automated_Tests.buildurl=/technology/dltk/downloads/drops/R2.0/R-2.0-201006161315 #csv list of 2 required dependency files: see buildAllHelper.xml#packAllInOnes required.dependency.files=eclipse-SDK-3.7M6-linux-gtk-x86_64.tar.gz,dltk-core-Automated_Tests-R-2.0-201006161315.zip