| ## BEGIN PROJECT BUILD PROPERTIES ## |
| |
| # default settings for all this project's builds, for this branch; see also o.e.d.commonbuilder.releng/build.properties for overrideable defaults |
| # this property allows ant-contrib and pde-svn-plugin to be fetched and installed automatically for you |
| thirdPartyDownloadLicenseAcceptance="I accept" |
| |
| projectid=soa.jwt |
| zipPrefix=JWT |
| |
| # default is N, can set a different buildType if needed. This is simply a label that implies a statement of quality. |
| #buildType=I |
| |
| mainFeatureToBuildID=org.eclipse.jwt.feature |
| testFeatureToBuildID=org.eclipse.jwt.test.feature |
| |
| #what steps should we do? optional steps include: |
| # dir2cvsmap,dir2svnmap,map2psf,buildZips,buildExtra |
| # see common.releng/buildAll.xml for how to use these steps |
| # if not set, default is build.steps=buildUpdate,buildTests,generateDigests,test,publish,cleanup |
| # on windows or mac, use testLocal; on linux use test or testLocal (requires Xvnc or Xvfb) |
| #build.steps=buildUpdate,buildTests,generateDigests,testLocal,publish,cleanup |
| |
| #without tests |
| build.steps=buildUpdate,buildTests,generateDigests,testLocal,publish,cleanup |
| |
| |
| # use this to omit pack200 step. You may also want to skip packing specific bundles with an eclipse.inf file. See http://wiki.eclipse.org/JarProcessor_Options |
| #skipPack=true |
| |
| # use this to omit jar signing |
| #skipSign=true |
| |
| # use Eclipse 3.6.1 |
| #dependencyURLs=http://download.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/eclipse-SDK-3.6.1-linux-gtk-x86_64.tar.gz |
| #repositoryURLs=http://download.eclipse.org/releases/helios/ |
| |
| dependencyURLs=http://ftp.halifax.rwth-aachen.de/eclipse//eclipse/downloads/drops4/S-4.3M4-201212140730/eclipse-SDK-4.3M4-linux-gtk-x86_64.tar.gz |
| repositoryURLs=http://download.eclipse.org/releases/kepler/ |
| |
| #repositoryURLs=\ |
| # http://download.eclipse.org/releases/helios/,\ |
| # http://download.eclipse.org/technology/subversive/0.7/pde-update-site/ |
| |
| # list of feature.groups & plugins to install into target against which we will then build |
| featureIDsToInstall=org.eclipse.gef+org.eclipse.zest+org.eclipse.m2m.atl+org.eclipse.gmf |
| #featureIDsToInstall=org.eclipse.team.svn.pde.build,org.eclipse.gef+org.eclipse.zest+org.eclipse.m2m.atl+org.eclipse.jdt |
| |
| JAVA14_HOME=${JAVA_HOME} |
| JAVA50_HOME=${JAVA_HOME} |
| JAVA60_HOME=${JAVA_HOME} |
| PACK200_JAVA_HOME=${JAVA_HOME} |
| |
| ### extra params used by this specific build, such as: |
| compilerArg=-enableJavadoc -encoding ISO-8859-1 |
| flattenDependencies=true |
| parallelCompilation=true |
| generateFeatureVersionSuffix=true |
| #individualSourceBundles=true |
| |
| # fix for wrong signpath on new hudson server |
| buildServerUser= |
| signingDir=/home/data/httpd/download-staging.priv/technology/jwt |
| |
| #signingDir=/home/data/httpd/download-staging.priv/technology/jwt/ |
| |
| #buildServerUser=dashBuild@build.eclipse.org |
| #signingDir=/opt/public/download-staging.priv/commonBuild |
| |
| # remove unpacked jars from update site zip if equivalent packed jar available? |
| removeUnpackedJars=true |
| |
| # fix for wrong buildorder in 3.5 basebuilder |
| resolution.devMode=true |
| |
| # don't suppress cleanup if tests fail |
| noclean=false |
| ## END PROJECT BUILD PROPERTIES ## |