Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2008-06-23 16:03:44 +0000
committerdavid_williams2008-06-23 16:03:44 +0000
commitd576d5f4318946dbccc051b40a38fa96dd8c217d (patch)
treee704aef6ad2f69a166c3c4b11688792d3fc95bf1
parentd7018fafa53cb0fc00121e692fc71c97c4e55b34 (diff)
downloadwebtools.maps-d576d5f4318946dbccc051b40a38fa96dd8c217d.tar.gz
webtools.maps-d576d5f4318946dbccc051b40a38fa96dd8c217d.tar.xz
webtools.maps-d576d5f4318946dbccc051b40a38fa96dd8c217d.zip
sync up main and head branch, except for exact components built
-rw-r--r--releng/maps/build.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/releng/maps/build.cfg b/releng/maps/build.cfg
index a61142e6a..d055fd5c5 100644
--- a/releng/maps/build.cfg
+++ b/releng/maps/build.cfg
@@ -31,3 +31,6 @@ 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}/workdir
+
+# dropins folder is either empty string, or /eclipse/dropins (no trailing spaces)
+dropinsFolder= \ No newline at end of file

Back to the top