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