| ############################################################################### |
| # Copyright (c) 2003, 2004 IBM Corporation and others. |
| # All rights reserved. This program and the accompanying materials |
| # are made available under the terms of the Common Public License v1.0 |
| # which accompanies this distribution, and is available at |
| # http://www.eclipse.org/legal/cpl-v10.html |
| # |
| # Contributors: |
| # IBM Corporation - initial API and implementation |
| ############################################################################### |
| ##################### |
| # Parameters describing how and where to execute the build. |
| # Typical users need only update the following properties: |
| # baseLocation - where things you are building against are installed |
| # bootclasspath - The base jars to compile against (typicaly rt.jar) |
| # configs - the list of {os, ws, arch} configurations to build. |
| # |
| # Of course any of the settings here can be overridden by spec'ing |
| # them on the command line (e.g., -DbaseLocation=d:/eclipse |
| |
| ############# CVS CONTROL ################ |
| |
| # patch feature |
| patchFeature=org.eclipse.wst.common_core.feature.patch |
| |
| # The CVS tag to use when fetching the map files from the repository |
| mapVersionTag=R1_5_maintenance_patches |
| runPackager=true |
| ############## BUILD / GENERATION CONTROL ################ |
| # The directory into which the build elements will be fetched and where |
| # the build will take place. |
| buildDirectory=c:/dev/build |
| |
| # Type of build. Used in naming the build output. Typically this value is |
| # one of I, N, M, S, ... |
| buildType=M |
| |
| # ID of the build. Used in naming the build output. |
| buildId=Build |
| |
| # Label for the build. Used in naming the build output |
| buildLabel=${buildType}.${buildId} |
| |
| # Timestamp for the build. Used in naming the build output |
| timestamp=007 |
| |
| # Base location for anything the build needs to compile against. For example, |
| # when building GEF, the baseLocation should be the location of a previously |
| # installed Eclipse against which the GEF code will be compiled. |
| baseLocation=c:/dev/eclipse |
| |
| |
| |
| # The location underwhich all of the build output will be collected. |
| collectingFolder=eclipse |
| |
| # The prefix that will be used in the generated archive. |
| archivePrefix=eclipse |
| |
| # The list of {os, ws, arch} configurations to build. This |
| # value is a '&' separated list of ',' separate triples. For example, |
| # configs=win32,win32,x86 & linux,motif,x86 |
| # By default the value is *,*,* |
| #configs=*,*,* |
| |
| #Arguments to send to the zip executable |
| #zipargs= |
| |
| |
| # Whether or not to include debug info in the output jars |
| javacDebugInfo=true |
| |
| # Whether or not to fail the build if there are compiler errors |
| javacfailonerror=true |
| |
| zipargs= |