scripts/build.properties.SED
author tasneems@symbian.org
Thu, 18 Feb 2010 13:38:37 -0800
changeset 166 bb6ce7e96991
parent 165 63829d1fe965
child 215 c9394af976fe
permissions -rw-r--r--
Added mac to the build
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
166
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
     1
###############################################################################
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
     2
# Copyright (c) 2003, 2006 IBM Corporation and others.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
     3
# All rights reserved. This program and the accompanying materials
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
     4
# are made available under the terms of the Eclipse Public License v1.0
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
     5
# which accompanies this distribution, and is available at
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
     6
# http://www.eclipse.org/legal/epl-v10.html
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
     7
# 
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
     8
# Contributors:
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
     9
#     IBM Corporation - initial API and implementation
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    10
###############################################################################
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    11
#####################
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    12
# Parameters describing how and where to execute the build.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    13
# Typical users need only update the following properties:
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    14
#    baseLocation - where things you are building against are installed
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    15
#    bootclasspath - The base jars to compile against (typicaly rt.jar)
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    16
#    configs - the list of {os, ws, arch} configurations to build.  
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    17
#
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    18
# Of course any of the settings here can be overridden by spec'ing 
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    19
# them on the command line (e.g., -DbaseLocation=d:/eclipse
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    20
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    21
#The type of the top level element we are building,  generally "feature"
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    22
topLevelElementType = feature
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    23
#The id of the top level element we are building
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    24
topLevelElementId = org.symbian.tools.wrttools.feature
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    25
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    26
############# PRODUCT/PACKAGING CONTROL #############
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    27
# product=/plugin or feature id/path/to/.product
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    28
product=${sourceDirectory}/org.symbian.tools.wrttools.product/wrt-ide.product
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    29
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    30
runPackager=true
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    31
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    32
#Set the name of the archive that will result from the product build.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    33
#archiveNamePrefix=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    34
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    35
# The prefix that will be used in the generated archive.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    36
archivePrefix=eclipse
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    37
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    38
# The location underwhich all of the build output will be collected.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    39
collectingFolder=${archivePrefix}
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    40
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    41
# The list of {os, ws, arch} configurations to build.  This 
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    42
# value is a '&' separated list of ',' separate triples.  For example, 
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    43
#     configs=win32,win32,x86 & linux,motif,x86
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    44
# By default the value is *,*,*
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    45
#configs = *, *, *
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    46
configs=win32, win32, x86 & \
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    47
linux, gtk, x86  & \
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    48
macosx, cocoa, x86
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    49
	
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    50
# By default PDE creates one archive (result) per entry listed in the configs property.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    51
# Setting this value to true will cause PDE to only create one output containing all 
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    52
# artifacts for all the platforms listed in the configs property.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    53
# To control the output format for the group, add a "group, group, group - <format>" entry to the
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    54
# archivesFormat. 
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    55
#groupConfigurations=true
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    56
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    57
#The format of the archive. By default a zip is created using antZip.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    58
#The list can only contain the configuration for which the desired format is different than zip.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    59
#archivesFormat=win32, win32, x86 - antZip& \
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    60
#	linux, gtk, ppc - antZip &\
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    61
#    linux, gtk, x86 - antZip& \
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    62
#	linux, gtk, x86_64 - antZip& \
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    63
# linux, motif, x86 - antZip& \
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    64
#	solaris, motif, sparc - antZip& \
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    65
#	solaris, gtk, sparc - antZip& \
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    66
#	aix, motif, ppc - antZip& \
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    67
#	hpux, motif, PA_RISC - antZip& \
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    68
#	macosx, carbon, ppc - antZip
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    69
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    70
#Allow cycles involving at most one bundle that needs to be compiled with the rest being binary bundles.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    71
allowBinaryCycles = true
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    72
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    73
#Sort bundles depenedencies across all features instead of just within a given feature.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    74
#flattenDependencies = true
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    75
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    76
#Parallel compilation, requires flattenedDependencies=true
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    77
#parallelCompilation=true
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    78
#parallelThreadCount=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    79
#parallelThreadsPerProcessor=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    80
	
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    81
#Set to true if you want the output to be ready for an update jar (no site.xml generated)
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    82
#outputUpdateJars = false
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    83
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    84
#Set to true for Jnlp generation
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    85
#codebase should be a URL that will be used as the root of all relative URLs in the output.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    86
#generateJnlp=false
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    87
#jnlp.codebase=<codebase url>
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    88
#jnlp.j2se=<j2se version>
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    89
#jnlp.locale=<a locale>
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    90
#jnlp.generateOfflineAllowed=true or false generate <offlineAllowed/> attribute in the generated features
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    91
#jnlp.configs=${configs}			#uncomment to filter the content of the generated jnlp files based on the configuration being built
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    92
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    93
#Set to true if you want to sign jars
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    94
#signJars=false
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    95
#sign.alias=<alias>
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    96
#sign.keystore=<keystore location>
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    97
#sign.storepass=<keystore password>
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    98
#sign.keypass=<key password>
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
    99
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   100
#Arguments to send to the zip executable
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   101
zipargs=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   102
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   103
#Arguments to send to the tar executable
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   104
tarargs=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   105
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   106
#Control the creation of a file containing the version included in each configuration - on by default 
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   107
#generateVersionsLists=false
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   108
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   109
############## BUILD NAMING CONTROL ################
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   110
# The directory into which the build elements are fetched and where
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   111
# the build takes place.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   112
buildDirectory=/home/symbian/scratch/build_dir/048/eclipse.build
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   113
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   114
# Type of build.  Used in naming the build output.  Typically this value is
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   115
# one of I, N, M, S, ...
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   116
buildType=N
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   117
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   118
# ID of the build.  Used in naming the build output.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   119
buildId=TestBuild
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   120
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   121
# Label for the build.  Used in naming the build output
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   122
buildLabel=${buildType}.${buildId}
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   123
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   124
# Timestamp for the build.  Used in naming the build output
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   125
timestamp=007
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   126
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   127
#The value to be used for the qualifier of a plugin or feature when you want to override the value computed by pde.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   128
#The value will only be applied to plugin or features indicating build.properties, qualifier = context 
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   129
#forceContextQualifier=<the value for the qualifier>
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   130
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   131
#Enable / disable the generation of a suffix for the features that use .qualifier. 
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   132
#The generated suffix is computed according to the content of the feature   
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   133
#generateFeatureVersionSuffix=true
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   134
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   135
############# BASE CONTROL #############
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   136
# Settings for the base Eclipse components and Java class libraries 
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   137
# against which you are building.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   138
# Base location for anything the build needs to compile against.  For example,
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   139
# in most RCP app or a plug-in,  the baseLocation should be the location of a previously
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   140
# installed Eclipse against which the application or plug-in code will be compiled and the RCP delta pack.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   141
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   142
base=/usr/eclipse/JEE
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   143
baseLocation=${base}/eclipse
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   144
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   145
eclipseLocation=/usr/eclipse
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   146
equinoxLauncherPluginVersion=1.0.201.R35x_v20090715
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   147
pdeBuildPluginVersion=3.5.1.R35x_20090820
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   148
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   149
#Folder containing repositories whose content is needed to compile against
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   150
#repoBaseLocation=${base}/repos
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   151
#Folder where the content of the repositories from ${repoBaseLocation} will be made available as a form suitable to be compiled against
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   152
#transformedRepoLocation=${base}/transformedRepos
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   153
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   154
#Os/Ws/Arch/nl of the eclipse specified by baseLocation
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   155
baseos=linux
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   156
basews=GTK
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   157
basearch=x86
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   158
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   159
#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
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   160
filteredDependencyCheck=false
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   161
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   162
#this property indicates whether the resolution should be done in development mode (i.e. ignore multiple bundles with singletons)
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   163
resolution.devMode=false
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   164
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   165
#pluginPath is a list of locations in which to find plugins and features.  This list is separated by the platform file separator (; or :)
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   166
#a location is one of:  
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   167
#- the location of the jar or folder that is the plugin or feature : /path/to/foo.jar or /path/to/foo
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   168
#- a directory that contains a /plugins or /features subdirectory
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   169
#- the location of a feature.xml, or for 2.1 style plugins, the plugin.xml or fragment.xml
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   170
#pluginPath=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   171
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   172
skipBase=true
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   173
eclipseURL=<url for eclipse download site>
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   174
eclipseBuildId=<Id of Eclipse build to get>
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   175
eclipseBaseURL=${eclipseURL}/eclipse-platform-${eclipseBuildId}-win32.zip
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   176
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   177
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   178
############# MAP FILE CONTROL ################
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   179
# This section defines CVS tags to use when fetching the map files from the repository.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   180
# If you want to fetch the map file from repository / location, change the getMapFiles target in the customTargets.xml
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   181
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   182
skipMaps=true
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   183
mapsRepo=:pserver:anonymous@example.com/path/to/repo
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   184
mapsRoot=path/to/maps
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   185
mapsCheckoutTag=HEAD
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   186
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   187
#tagMaps=true
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   188
mapsTagTag=v${buildId}
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   189
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   190
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   191
############ REPOSITORY CONTROL ###############
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   192
# This section defines properties parameterizing the repositories where plugins, fragments
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   193
# bundles and features are being obtained from. 
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   194
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   195
# The tags to use when fetching elements to build.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   196
# By default thebuilder will use whatever is in the maps.  
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   197
# This value takes the form of a comma separated list of repository identifier (like used in the map files) and the 
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   198
# overriding value
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   199
# For example fetchTag=CVS=HEAD, SVN=v20050101
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   200
# fetchTag=HEAD
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   201
skipFetch=true
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   202
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   203
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   204
############# JAVA COMPILER OPTIONS ##############
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   205
# The location of the Java jars to compile against.  Typically the rt.jar for your JDK/JRE
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   206
#bootclasspath=${java.home}/lib/rt.jar
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   207
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   208
# specific JRE locations to compile against. These values are used to compile bundles specifying a 
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   209
# Bundle-RequiredExecutionEnvironment. Uncomment and set values for environments that you support
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   210
#CDC-1.0/Foundation-1.0= /path/to/rt.jar
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   211
#CDC-1.1/Foundation-1.1=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   212
#OSGi/Minimum-1.0=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   213
#OSGi/Minimum-1.1=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   214
#JRE-1.1=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   215
#J2SE-1.2=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   216
#J2SE-1.3=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   217
#J2SE-1.4=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   218
#J2SE-1.5=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   219
#JavaSE-1.6=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   220
#PersonalJava-1.1=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   221
#PersonalJava-1.2=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   222
#CDC-1.0/PersonalBasis-1.0=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   223
#CDC-1.0/PersonalJava-1.0=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   224
#CDC-1.1/PersonalBasis-1.1=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   225
#CDC-1.1/PersonalJava-1.1=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   226
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   227
# Specify the output format of the compiler log when eclipse jdt is used
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   228
logExtension=.log
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   229
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   230
# Whether or not to include debug info in the output jars
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   231
javacDebugInfo=false 
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   232
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   233
# Whether or not to fail the build if there are compiler errors
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   234
javacFailOnError=true
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   235
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   236
# Enable or disable verbose mode of the compiler
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   237
javacVerbose=true
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   238
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   239
# Extra arguments for the compiler. These are specific to the java compiler being used.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   240
#compilerArg=
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   241
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   242
# 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
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   243
javacSource=1.5
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   244
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   245
# 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.
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   246
javacTarget=1.5
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   247
bb6ce7e96991 Added mac to the build
tasneems@symbian.org
parents: 165
diff changeset
   248