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 | 5b9a49b | 2010-09-25 20:31:42 +0000 | [diff] [blame] | 16 | vmargs=-Xmx768m -XX:-UseGCOverheadLimit |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 17 | |
Stephan Herrmann | d8abd7a | 2012-04-12 22:08:50 +0200 | [diff] [blame] | 18 | # the map file is expected to be checked out into this location prior to calling the main script: |
| 19 | map.file.path=/shared/tools/objectteams/releng/map/otdt.map |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 20 | |
| 21 | # Version dependent names: |
| 22 | |
Stephan Herrmann | e1aaa44 | 2012-06-02 22:15:06 +0200 | [diff] [blame] | 23 | # ------------- insert current versions here --------------- |
Stephan Herrmann | a2c83a5 | 2012-09-22 00:07:54 +0200 | [diff] [blame] | 24 | # Details of the Eclipse SDK built upon: |
Stephan Herrmann | 1cbdd10 | 2013-07-30 19:16:02 +0200 | [diff] [blame] | 25 | run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.9.0.v20130725-2123/scripts |
| 26 | org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 27 | |
Stephan Herrmann | 99e184d | 2010-06-11 17:27:25 +0000 | [diff] [blame] | 28 | # for patching our patch feature to match this version with any suffix: |
Stephan Herrmann | 1cbdd10 | 2013-07-30 19:16:02 +0200 | [diff] [blame] | 29 | jdt.feature.version=3.10.0.v20130730-11123.10.0.v20130730-1112 |
| 30 | jdt.feature.version.next=3.10.0.v20130730-1112 |
Stephan Herrmann | e1aaa44 | 2012-06-02 22:15:06 +0200 | [diff] [blame] | 31 | # ----------------------------------------------------------- |
Stephan Herrmann | 99e184d | 2010-06-11 17:27:25 +0000 | [diff] [blame] | 32 | |
Stephan Herrmann | 37d869a | 2011-12-16 23:48:02 +0100 | [diff] [blame] | 33 | #Git Support for PDE BUILD: |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 34 | # (Note: this file must be provided in ${OTScriptDir}/lib) |
Stephan Herrmann | 37d869a | 2011-12-16 23:48:02 +0100 | [diff] [blame] | 35 | # 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): |
| 38 | git.pde.build=org.eclipse.egit.fetchfactory_0.12.0.201112072231.jar |
Stephan Herrmann | 19289ab | 2010-05-03 23:53:33 +0000 | [diff] [blame] | 39 | |