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 | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 3 | # 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 Herrmann | fcdbe9e | 2017-03-14 21:11:53 +0100 | [diff] [blame] | 16 | vmargs=-Xmx1200m -XX:-UseGCOverheadLimit |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 17 | |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 18 | # Version dependent names: |
| 19 | |
Stephan Herrmann | e1aaa44 | 2012-06-02 22:15:06 +0200 | [diff] [blame] | 20 | # ------------- insert current versions here --------------- |
Stephan Herrmann | a740be4 | 2019-04-13 18:00:14 +0200 | [diff] [blame^] | 21 | # Details of the boot Eclipse SDK: |
| 22 | run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.10.300.v20190305-0856/scripts |
Stephan Herrmann | c15926e | 2019-02-24 20:04:13 +0100 | [diff] [blame] | 23 | org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 24 | |
Stephan Herrmann | 99e184d | 2010-06-11 17:27:25 +0000 | [diff] [blame] | 25 | # for patching our patch feature to match this version with any suffix: |
Stephan Herrmann | 1d75753 | 2019-04-13 14:49:15 +0200 | [diff] [blame] | 26 | jdt.feature.version=3.18.0.v20190411-0625 |
| 27 | jdt.feature.version.next=3.18.0.v20190411-0626 |
Stephan Herrmann | 02c1646 | 2016-11-10 21:49:16 +0100 | [diff] [blame] | 28 | |
| 29 | # jdt.core fragments for extracting pre-built classes and properties: |
Stephan Herrmann | 1d75753 | 2019-04-13 14:49:15 +0200 | [diff] [blame] | 30 | jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.3.600.v20190402-0634.jar |
| 31 | jdt.compiler.tool=org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450.jar |
Stephan Herrmann | e1aaa44 | 2012-06-02 22:15:06 +0200 | [diff] [blame] | 32 | # ----------------------------------------------------------- |
Stephan Herrmann | 99e184d | 2010-06-11 17:27:25 +0000 | [diff] [blame] | 33 | |
Stephan Herrmann | 37d869a | 2011-12-16 23:48:02 +0100 | [diff] [blame] | 34 | #Git Support for PDE BUILD: |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 35 | # (Note: this file must be provided in ${OTScriptDir}/lib) |
Stephan Herrmann | 37d869a | 2011-12-16 23:48:02 +0100 | [diff] [blame] | 36 | # 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 Herrmann | 2b320b8 | 2013-08-21 16:45:04 +0200 | [diff] [blame] | 39 | git.pde.build=org.eclipse.egit.fetchfactory_0.12.0.201208152153.jar |
Stephan Herrmann | 19289ab | 2010-05-03 23:53:33 +0000 | [diff] [blame] | 40 | |