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