blob: aa9af463acef3bce67da5e1c4893ca4c2366f3f6 [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 Herrmanndcd87c12010-04-25 10:59:27 +00003# 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 Herrmann5b9a49b2010-09-25 20:31:42 +000016vmargs=-Xmx768m -XX:-UseGCOverheadLimit
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000017
18# SVN repository information:
Stephan Herrmann5b9a49b2010-09-25 20:31:42 +000019svn.repository.url=file://localhost/svnroot/tools/org.eclipse.objectteams/
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000020mapVersionTag=trunk
21pathToMapFile=releng/map
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000022
23# Version dependent names:
24
25# Details of the Eclipse SDK build upon:
Stephan Herrmannb59f3f02011-05-15 00:17:51 +000026run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts
27org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.2.0.v20110502.jar
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000028
Stephan Herrmann99e184d2010-06-11 17:27:25 +000029# for patching our patch feature to match this version with any suffix:
Stephan Herrmannb59f3f02011-05-15 00:17:51 +000030jdt.feature.version=3.7.0.v20110505-0800
31jdt.feature.version.next=3.7.0.v20110505-0801
Stephan Herrmann99e184d2010-06-11 17:27:25 +000032
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000033# SVN Support for PDE BUILD:
34# (Note: this file must be provided in ${OTScriptDir}/lib)
Stephan Herrmann5b9a49b2010-09-25 20:31:42 +000035svn.pde.build=org.eclipse.team.svn.pde.build_0.7.8.I20090525-1500-OT-201009122343.jar
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000036
Stephan Herrmann19289ab2010-05-03 23:53:33 +000037