Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 1 | ############################################################################### |
Stephan Herrmann | b105b08 | 2011-05-15 00:39:56 +0000 | [diff] [blame] | 2 | # Copyright (c) 2010, 2011 Stephan Herrmann and others. |
Stephan Herrmann | 3570538 | 2020-03-03 21:42:19 +0100 | [diff] [blame] | 3 | # This program and the accompanying materials |
| 4 | # are made available under the terms of the Eclipse Public License 2.0 |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 5 | # which accompanies this distribution, and is available at |
Stephan Herrmann | 3570538 | 2020-03-03 21:42:19 +0100 | [diff] [blame] | 6 | # https://www.eclipse.org/legal/epl-2.0/ |
| 7 | # |
| 8 | # SPDX-License-Identifier: EPL-2.0 |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 9 | # |
| 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 Herrmann | fcdbe9e | 2017-03-14 21:11:53 +0100 | [diff] [blame] | 18 | vmargs=-Xmx1200m -XX:-UseGCOverheadLimit |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 19 | |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 20 | # Version dependent names: |
| 21 | |
Stephan Herrmann | e1aaa44 | 2012-06-02 22:15:06 +0200 | [diff] [blame] | 22 | # ------------- insert current versions here --------------- |
Stephan Herrmann | f9a5774 | 2019-05-03 21:28:43 +0200 | [diff] [blame] | 23 | # Details of the Eclipse SDK built upon: |
Stephan Herrmann | bbdad7c | 2021-09-21 22:06:29 +0200 | [diff] [blame^] | 24 | run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.11.100.v20210916-0743/scripts |
| 25 | org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.6.400.v20210908-1257.jar |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 26 | |
Stephan Herrmann | 99e184d | 2010-06-11 17:27:25 +0000 | [diff] [blame] | 27 | # for patching our patch feature to match this version with any suffix: |
Stephan Herrmann | bbdad7c | 2021-09-21 22:06:29 +0200 | [diff] [blame^] | 28 | jdt.feature.version=3.18.1000.v20210920-1800 |
| 29 | jdt.feature.version.next=3.18.1000.v20210920-1801 |
Stephan Herrmann | 02c1646 | 2016-11-10 21:49:16 +0100 | [diff] [blame] | 30 | |
| 31 | # jdt.core fragments for extracting pre-built classes and properties: |
Stephan Herrmann | bbdad7c | 2021-09-21 22:06:29 +0200 | [diff] [blame^] | 32 | jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.4.50.v20210914-1429.jar |
| 33 | jdt.compiler.tool=org.eclipse.jdt.compiler.tool_1.3.50.v20210909-0524.jar |
Stephan Herrmann | e1aaa44 | 2012-06-02 22:15:06 +0200 | [diff] [blame] | 34 | # ----------------------------------------------------------- |
Stephan Herrmann | 99e184d | 2010-06-11 17:27:25 +0000 | [diff] [blame] | 35 | |
Stephan Herrmann | 37d869a | 2011-12-16 23:48:02 +0100 | [diff] [blame] | 36 | #Git Support for PDE BUILD: |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 37 | # (Note: this file must be provided in ${OTScriptDir}/lib) |
Stephan Herrmann | 37d869a | 2011-12-16 23:48:02 +0100 | [diff] [blame] | 38 | # 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 Herrmann | 2b320b8 | 2013-08-21 16:45:04 +0200 | [diff] [blame] | 41 | git.pde.build=org.eclipse.egit.fetchfactory_0.12.0.201208152153.jar |
Stephan Herrmann | 19289ab | 2010-05-03 23:53:33 +0000 | [diff] [blame] | 42 | |