diff --git a/releng.wtpbuilder/build.properties b/releng.wtpbuilder/build.properties index 929e178d4550659d466f4a52fcceb5b4930fffce..bbb42f63dff139ce1ff420fa45b138afb1dd90f4 100644 --- a/releng.wtpbuilder/build.properties +++ b/releng.wtpbuilder/build.properties @@ -51,12 +51,6 @@ javacDebugInfo=true javacVerbose=true ############################################################# -# Set this to the relative path for the -# directory to be use for the current test pass. -# It must be relative to the build home -# Final name will include the component and build type -# e.g: tests/wtp-R3.0-I -build.tests=tests # Set this to the relative path for the # directory to be used for the peformance test. @@ -89,4 +83,3 @@ eclipse.launcher=${pde.builder.path}/plugins/org.eclipse.equinox.launcher.jar #pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build_${eclipse.base.version}/scripts pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build/scripts buildDirectory=${env.PROJECT_PROJECTS}/${projectname}/${build.directory} -pde.builder.path=${env.BASE_BUILDERS}/${eclipse.builder.version}/${eclipse.builder} diff --git a/releng.wtpbuilder/localBuildExample/checkout.properties b/releng.wtpbuilder/localBuildExample/checkout.properties index c4d229ca1aebffeb48bd8309620376a251f8345a..10817bcf67e552821d1eef4ff819f0553d7c76ff 100644 --- a/releng.wtpbuilder/localBuildExample/checkout.properties +++ b/releng.wtpbuilder/localBuildExample/checkout.properties @@ -9,5 +9,5 @@ # in which case the version of releng.wtpbuilder # specificed in releng/build.cfg is used for the build. -checkout.wtpbuilder.clean=true +checkout.builder.clean=true