From bc4084cd9f98284a546df5c97c189e04ba68cf09 Mon Sep 17 00:00:00 2001
From: david_williams <david_williams>
Date: Fri, 11 Jan 2008 07:30:13 +0000
Subject: [PATCH] attempt to remove need for mindless builder versions

---
 releng.wtpbuilder/build.properties | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/releng.wtpbuilder/build.properties b/releng.wtpbuilder/build.properties
index bfc3b546d..e90ec7c51 100644
--- a/releng.wtpbuilder/build.properties
+++ b/releng.wtpbuilder/build.properties
@@ -13,17 +13,8 @@
 # pde builder directory name.
 #eclipse.base.version=3.1.0
 
-
-
 archivesFormat=*,*,*-antZip
 
-# 	This parameter is specific to the compiler
-# 	being used (JDT Compiler, in our case).
-# 	'showversion' causes the version of JDT Compiler to be
-# 	printed to the compiler log file.
-#compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,raw
-compilerArg=-showversion -encoding ISO-8859-1 -warn:-serial,raw,typeHiding,unchecked
-
 logExtension=.xml
 # 	Asks the compiler for verbose output.  This should be set to true in order for *.bin.log files to be generated when
 # 	using the JDT Compiler Adapter to compile.
@@ -57,17 +48,3 @@ base.location=eclipse
 build.directory=workdir
 
 
-#############################################################
-# Other inline resolved properties
-pde.builder.path=${env.BASE_BUILDERS}/${eclipse.builder.version}/${eclipse.builder}
-# Beginning with 33M5, the startup.jar was removed. Currently, in basebuilder,
-# this launcher is provided without version number. If we ever move to use plain
-# eclipse, we'll need a bit of script find and rename (or set the variable).
-# to ever "go backwards" this one variable could be ${pde.builder.path}/startup.jar
-eclipse.launcher=${pde.builder.path}/plugins/org.eclipse.equinox.launcher.jar
-#eclipse.launcher=${pde.builder.path}/startup.jar
-
-# in 3.2 based builds, pde's directory no longer has version number
-#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}
-- 
GitLab