blob: e93e06096bf84f64a7f6166b0415da50cae4e46d [file] [log] [blame]
###############################################################################
# Copyright (c) 2009 EclipseSource and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# EclipseSource - initial API and implementation
###############################################################################
#The type of the top level element we are building, generally "feature"
topLevelElementType = feature
#The id of the top level element we are building
topLevelElementId = org.eclipse.rap.releng.warbuild.demo
############# PRODUCT/PACKAGING CONTROL #############
runPackager=true
# The prefix that will be used in the generated archive.
archivePrefix=eclipse
# The location underwhich all of the build output will be collected.
collectingFolder=${archivePrefix}
# 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 = *, *, *
############## BUILD NAMING CONTROL ################
# The directory into which the build elements are fetched and where
# the build takes place.
buildDirectory=<buildDirectory-set-via-system-property>
# Type of build. Used in naming the build output. Typically this value is
# one of I, N, M, S, ...
buildType=<buildType-set-via-system-property>
# ID of the build. Used in naming the build output.
buildId=<buildId-set-via-system-property>
# Label for the build. Used in naming the build output
buildLabel=${buildType}.${buildId}
#The value to be used for the qualifier of a plugin or feature when you want to override the value computed by pde.
#The value will only be applied to plugin or features indicating build.properties, qualifier = context
forceContextQualifier=${buildId}
############# BASE CONTROL #############
# Settings for the base Eclipse components and Java class libraries
# against which you are building.
# Base location for anything the build needs to compile against. For example,
# in most RCP app or a plug-in, the baseLocation should be the location of a previously
# installed Eclipse against which the application or plug-in code will be compiled and the RCP delta pack.
# platform to build against
baseLocation=<baseLocation-set-via-system-property>
#this property indicates whether you want the set of plug-ins and features to be considered during the build to be limited to the ones reachable from the features / plugins being built
filteredDependencyCheck=false
#this property indicates whether the resolution should be done in development mode (i.e. ignore multiple bundles with singletons)
resolution.devMode=false
############# MAP FILE CONTROL ################
# This section defines CVS tags to use when fetching the map files from the repository.
# If you want to fetch the map file from repository / location, change the getMapFiles target in the customTargets.xml
#skipMaps=true
mapsRepo=:pserver:anonymous@dev.eclipse.org:/cvsroot/rt
mapsRoot=org.eclipse.rap/releng/org.eclipse.rap.releng/maps
mapsCheckoutTag=<mapsCheckoutTag-set-via-system-property>
# Specify the tag to use instead of the checkout tag in the map files
fetchTag=<fetchTag-set-via-system-property>
# Specify the output format of the compiler log when eclipse jdt is used
logExtension=.log
# 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
# Enable or disable verbose mode of the compiler
javacVerbose=false
# Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties
javacSource=1.5
# Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties.
javacTarget=1.5