Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authordavid_williams2011-07-29 03:41:50 +0000
committerdavid_williams2011-07-29 03:41:50 +0000
commitc037ad107dd863069723d47f599ac464b83bddea (patch)
treeedadd5682e75a7ac8a012b1bb9fa75bb071d98f0 /releng
parenta1f7f19340c55ab6fdb0f85b9f285778ed0af1d1 (diff)
downloadwebtools.maps-c037ad107dd863069723d47f599ac464b83bddea.tar.gz
webtools.maps-c037ad107dd863069723d47f599ac464b83bddea.tar.xz
webtools.maps-c037ad107dd863069723d47f599ac464b83bddea.zip
350962 - eclipsebuilderstore.id should vary by build stream
Diffstat (limited to 'releng')
-rw-r--r--releng/maps/build.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/maps/build.cfg b/releng/maps/build.cfg
index bae846e46..96db69f35 100644
--- a/releng/maps/build.cfg
+++ b/releng/maps/build.cfg
@@ -17,10 +17,10 @@ compilerArg=-showversion -encoding ISO-8859-1 -warn:-serial,-raw,-typeHiding,-un
# 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=3.7M6
+eclipsebuilderstore.id=${projectname}
# eclipse.builder.location.name should be empty, if using tranditional basebuilder
eclipse.builder.location.name=eclipse
-# These last two are use in other scirpts, the three above are not (at least, should not be).
+# 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}
pde.builder.path=${eclipse.builder.base.install.dir}/${eclipse.builder.location.name}

Back to the top