Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authordavid_williams2011-07-29 03:59:38 +0000
committerdavid_williams2011-07-29 03:59:38 +0000
commita991a3882527aa0d82bc9e117f6cbc34c3ca3dff (patch)
tree8f74067fa59ff88729dd83a4cf53859881811071 /releng
parentc037ad107dd863069723d47f599ac464b83bddea (diff)
downloadwebtools.maps-a991a3882527aa0d82bc9e117f6cbc34c3ca3dff.tar.gz
webtools.maps-a991a3882527aa0d82bc9e117f6cbc34c3ca3dff.tar.xz
webtools.maps-a991a3882527aa0d82bc9e117f6cbc34c3ca3dff.zip
350962 - eclipsebuilderstore.id should vary by build stream
Diffstat (limited to 'releng')
-rw-r--r--releng/maps/build.cfg11
1 files changed, 3 insertions, 8 deletions
diff --git a/releng/maps/build.cfg b/releng/maps/build.cfg
index 96db69f35..0e86e4d71 100644
--- a/releng/maps/build.cfg
+++ b/releng/maps/build.cfg
@@ -13,15 +13,10 @@ compilerArg=-showversion -encoding ISO-8859-1 -warn:-serial,-raw,-typeHiding,-un
#############################################################
-# TODO: these variables, and many others no longer need to be defined here in build.cfg, so
-# should be moved into other property or ant files. They don't differ by stream.
-# note that eclipsebuilder.id should/could be "filled in" later, based on value in dependencies.properties file
-# but, for short cut, we'll duplicate here. We mostly need a unique identifier as to where to intall it
-eclipsebuilderstore.id=${projectname}
-# eclipse.builder.location.name should be empty, if using tranditional basebuilder
+# eclipse.builder.location.name should be empty, if using tranditional basebuilder from eclipse releng (e.g. our patch builds still do)
eclipse.builder.location.name=eclipse
-# These last two are use in other scripts, the three above are not (at least, should not be).
-eclipse.builder.base.install.dir=${env.BASE_BUILDERS}/${eclipsebuilderstore.id}/${build.distribution}
+# These last two are use in other scripts, the eclipse.builder.location.name above is not (at least, should not be).
+eclipse.builder.base.install.dir=${env.BASE_BUILDERS}/${projectname}
pde.builder.path=${eclipse.builder.base.install.dir}/${eclipse.builder.location.name}
# uncomment if its desired to 'force' fetch of eclipse builder

Back to the top