blob: c2ee8758e4e160e868eeb5ebd7cbce2e39a2b68f [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 Herrmannfcdbe9e2017-03-14 21:11:53 +010016vmargs=-Xmx1200m -XX:-UseGCOverheadLimit
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000017
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000018# Version dependent names:
19
Stephan Herrmanne1aaa442012-06-02 22:15:06 +020020# ------------- insert current versions here ---------------
Stephan Herrmannf9a57742019-05-03 21:28:43 +020021# Details of the Eclipse SDK built upon:
Stephan Herrmann3b9c6ee2019-07-20 17:17:41 +020022run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.10.500.v20190620-0530/scripts
Stephan Herrmann35f3ca72019-08-03 23:02:01 +020023org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.5.500.v20190715-1310.jar
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000024
Stephan Herrmann99e184d2010-06-11 17:27:25 +000025# for patching our patch feature to match this version with any suffix:
Stephan Herrmann35f3ca72019-08-03 23:02:01 +020026jdt.feature.version=3.18.100.v20190801-1800
27jdt.feature.version.next=3.18.100.v20190801-1801
Stephan Herrmann02c16462016-11-10 21:49:16 +010028
29# jdt.core fragments for extracting pre-built classes and properties:
Stephan Herrmanne2295d42019-07-14 13:01:46 +020030jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.3.700.v20190704-1731.jar
Stephan Herrmann1d757532019-04-13 14:49:15 +020031jdt.compiler.tool=org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450.jar
Stephan Herrmanne1aaa442012-06-02 22:15:06 +020032# -----------------------------------------------------------
Stephan Herrmann99e184d2010-06-11 17:27:25 +000033
Stephan Herrmann37d869a2011-12-16 23:48:02 +010034#Git Support for PDE BUILD:
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000035# (Note: this file must be provided in ${OTScriptDir}/lib)
Stephan Herrmann37d869a2011-12-16 23:48:02 +010036# orig:
37#git.pde.build=org.eclipse.egit.fetchfactory_0.12.0.201108111757.jar
38# enhanced (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=365944):
Stephan Herrmann2b320b82013-08-21 16:45:04 +020039git.pde.build=org.eclipse.egit.fetchfactory_0.12.0.201208152153.jar
Stephan Herrmann19289ab2010-05-03 23:53:33 +000040