blob: 8126ddca8a4decd7eab33690ee508ffab236837f [file] [log] [blame]
Stephan Herrmanndcd87c12010-04-25 10:59:27 +00001###############################################################################
Stephan Herrmannb105b082011-05-15 00:39:56 +00002# Copyright (c) 2010, 2011 Stephan Herrmann and others.
Stephan Herrmanndcd87c12010-04-25 10:59:27 +00003# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# Stephan Herrmann - initial API and implementation
10###############################################################################
11
12# Note: for some reason, only one vm-argument is possible.
13#vm.args=-Xmx256m
14
15# this one is used by eclipse junit tests:
Stephan Herrmann5b9a49b2010-09-25 20:31:42 +000016vmargs=-Xmx768m -XX:-UseGCOverheadLimit
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000017
Stephan Herrmannd8abd7a2012-04-12 22:08:50 +020018# the map file is expected to be checked out into this location prior to calling the main script:
19map.file.path=/shared/tools/objectteams/releng/map/otdt.map
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000020
21# Version dependent names:
22
Stephan Herrmanne1aaa442012-06-02 22:15:06 +020023# ------------- insert current versions here ---------------
Stephan Herrmanna2c83a52012-09-22 00:07:54 +020024# Details of the Eclipse SDK built upon:
Stephan Herrmann1cbdd102013-07-30 19:16:02 +020025run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.9.0.v20130725-2123/scripts
26org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000027
Stephan Herrmann99e184d2010-06-11 17:27:25 +000028# for patching our patch feature to match this version with any suffix:
Stephan Herrmann1cbdd102013-07-30 19:16:02 +020029jdt.feature.version=3.10.0.v20130730-11123.10.0.v20130730-1112
30jdt.feature.version.next=3.10.0.v20130730-1112
Stephan Herrmanne1aaa442012-06-02 22:15:06 +020031# -----------------------------------------------------------
Stephan Herrmann99e184d2010-06-11 17:27:25 +000032
Stephan Herrmann37d869a2011-12-16 23:48:02 +010033#Git Support for PDE BUILD:
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000034# (Note: this file must be provided in ${OTScriptDir}/lib)
Stephan Herrmann37d869a2011-12-16 23:48:02 +010035# orig:
36#git.pde.build=org.eclipse.egit.fetchfactory_0.12.0.201108111757.jar
37# enhanced (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=365944):
38git.pde.build=org.eclipse.egit.fetchfactory_0.12.0.201112072231.jar
Stephan Herrmann19289ab2010-05-03 23:53:33 +000039