Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2011-03-18 03:42:55 +0000
committerdavid_williams2011-03-18 03:42:55 +0000
commit457ea1cdf6bb4b446bcdf1ee3ea710d2b1fea581 (patch)
treeefbbb60f910fb75652bcbf310129dacdfdbecc7d
parent41d2586690942814b12680480f71c1f281aecb42 (diff)
downloadwebtools.maps-457ea1cdf6bb4b446bcdf1ee3ea710d2b1fea581.tar.gz
webtools.maps-457ea1cdf6bb4b446bcdf1ee3ea710d2b1fea581.tar.xz
webtools.maps-457ea1cdf6bb4b446bcdf1ee3ea710d2b1fea581.zip
339818 - Should install our custom build tools with p2 director, instead of jar copy
-rw-r--r--releng/maps/build.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/maps/build.cfg b/releng/maps/build.cfg
index 3552d7ca3..66d088f76 100644
--- a/releng/maps/build.cfg
+++ b/releng/maps/build.cfg
@@ -15,7 +15,7 @@ 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=3.6.2
# 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).

Back to the top