From 8be1da4be606530e2bd3c8afb8156facb50dd69d Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Wed, 2 Jan 2008 20:20:48 +0000 Subject: [PATCH] streamline build scripts --- releng.wtpbuilder/build.properties | 7 ------- releng.wtpbuilder/localBuildExample/checkout.properties | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/releng.wtpbuilder/build.properties b/releng.wtpbuilder/build.properties index 929e178d4..bbb42f63d 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 c4d229ca1..10817bcf6 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 -- GitLab