blob: ed065b95ad57a0101d1a1af37f4d221e3bc4aeda [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 Herrmann35705382020-03-03 21:42:19 +01003# This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License 2.0
Stephan Herrmanndcd87c12010-04-25 10:59:27 +00005# which accompanies this distribution, and is available at
Stephan Herrmann35705382020-03-03 21:42:19 +01006# https://www.eclipse.org/legal/epl-2.0/
7#
8# SPDX-License-Identifier: EPL-2.0
Stephan Herrmanndcd87c12010-04-25 10:59:27 +00009#
10# Contributors:
11# Stephan Herrmann - initial API and implementation
12###############################################################################
13
14# Note: for some reason, only one vm-argument is possible.
15#vm.args=-Xmx256m
16
17# this one is used by eclipse junit tests:
Stephan Herrmannfcdbe9e2017-03-14 21:11:53 +010018vmargs=-Xmx1200m -XX:-UseGCOverheadLimit
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000019
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000020# Version dependent names:
21
Stephan Herrmanne1aaa442012-06-02 22:15:06 +020022# ------------- insert current versions here ---------------
Stephan Herrmannf9a57742019-05-03 21:28:43 +020023# Details of the Eclipse SDK built upon:
Stephan Herrmannbbdad7c2021-09-21 22:06:29 +020024run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.11.100.v20210916-0743/scripts
Stephan Herrmann3f1c63b2021-10-01 00:08:02 +020025org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000026
Stephan Herrmann99e184d2010-06-11 17:27:25 +000027# for patching our patch feature to match this version with any suffix:
Stephan Herrmann469a6712022-04-02 19:52:10 +020028jdt.feature.version=3.18.1100.v20220308-0310
29jdt.feature.version.next=3.18.1100.v20220308-0311
Stephan Herrmann02c16462016-11-10 21:49:16 +010030
31# jdt.core fragments for extracting pre-built classes and properties:
Stephan Herrmannbbdad7c2021-09-21 22:06:29 +020032jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.4.50.v20210914-1429.jar
Stephan Herrmanncd9e8ad2022-01-16 19:44:22 +010033jdt.compiler.tool=org.eclipse.jdt.compiler.tool_1.3.100.v20211201-1611.jar
Stephan Herrmanne1aaa442012-06-02 22:15:06 +020034# -----------------------------------------------------------
Stephan Herrmann99e184d2010-06-11 17:27:25 +000035
Stephan Herrmann37d869a2011-12-16 23:48:02 +010036#Git Support for PDE BUILD:
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000037# (Note: this file must be provided in ${OTScriptDir}/lib)
Stephan Herrmann37d869a2011-12-16 23:48:02 +010038# orig:
39#git.pde.build=org.eclipse.egit.fetchfactory_0.12.0.201108111757.jar
40# enhanced (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=365944):
Stephan Herrmann2b320b82013-08-21 16:45:04 +020041git.pde.build=org.eclipse.egit.fetchfactory_0.12.0.201208152153.jar
Stephan Herrmann19289ab2010-05-03 23:53:33 +000042