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 | |
| 18 | # SVN repository information: |
Stephan Herrmann | 5b9a49b | 2010-09-25 20:31:42 +0000 | [diff] [blame] | 19 | svn.repository.url=file://localhost/svnroot/tools/org.eclipse.objectteams/ |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 20 | mapVersionTag=trunk |
| 21 | pathToMapFile=releng/map |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 22 | |
| 23 | # Version dependent names: |
| 24 | |
| 25 | # Details of the Eclipse SDK build upon: |
Stephan Herrmann | b59f3f0 | 2011-05-15 00:17:51 +0000 | [diff] [blame] | 26 | run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts |
| 27 | org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.2.0.v20110502.jar |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 28 | |
Stephan Herrmann | 99e184d | 2010-06-11 17:27:25 +0000 | [diff] [blame] | 29 | # for patching our patch feature to match this version with any suffix: |
Stephan Herrmann | b59f3f0 | 2011-05-15 00:17:51 +0000 | [diff] [blame] | 30 | jdt.feature.version=3.7.0.v20110505-0800 |
| 31 | jdt.feature.version.next=3.7.0.v20110505-0801 |
Stephan Herrmann | 99e184d | 2010-06-11 17:27:25 +0000 | [diff] [blame] | 32 | |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 33 | # SVN Support for PDE BUILD: |
| 34 | # (Note: this file must be provided in ${OTScriptDir}/lib) |
Stephan Herrmann | 5b9a49b | 2010-09-25 20:31:42 +0000 | [diff] [blame] | 35 | svn.pde.build=org.eclipse.team.svn.pde.build_0.7.8.I20090525-1500-OT-201009122343.jar |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 36 | |
Stephan Herrmann | 19289ab | 2010-05-03 23:53:33 +0000 | [diff] [blame] | 37 | |