Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2010 Stephan Herrmann and others. |
| 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: |
| 16 | vmargs=-Xmx512m |
| 17 | |
| 18 | # SVN repository information: |
Stephan Herrmann | a9b1b5f | 2010-06-05 13:49:34 +0000 | [diff] [blame] | 19 | svn.repository.url=svn://build/svnroot/tools/org.eclipse.objectteams/ |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 20 | mapVersionTag=trunk |
| 21 | pathToMapFile=releng/map |
| 22 | svn.devel.branch=trunk |
| 23 | |
| 24 | # Version dependent names: |
| 25 | |
| 26 | # Details of the Eclipse SDK build upon: |
Stephan Herrmann | a9b1b5f | 2010-06-05 13:49:34 +0000 | [diff] [blame] | 27 | run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.6.0.v20100603/scripts |
Stephan Herrmann | 29a9894 | 2010-05-17 20:39:51 +0000 | [diff] [blame] | 28 | org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.1.0.v20100507.jar |
Stephan Herrmann | dcd87c1 | 2010-04-25 10:59:27 +0000 | [diff] [blame] | 29 | |
| 30 | # SVN Support for PDE BUILD: |
| 31 | # (Note: this file must be provided in ${OTScriptDir}/lib) |
| 32 | svn.pde.build=org.eclipse.team.svn.pde.build_0.7.8.I20090525-1500.jar |
| 33 | |
Stephan Herrmann | 19289ab | 2010-05-03 23:53:33 +0000 | [diff] [blame] | 34 | |