| # |
| # Copyright (c) 2008 Cisco Systems, Inc. |
| # 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: |
| # Cisco Systems, Inc. - erdillon |
| # |
| # Note that this file contains all the default values that are NOT set in the |
| # build-XXXXX.xml file used to call this component |
| # |
| |
| ############# MISC OPTIONS ############## |
| runPackager=true |
| archivePrefix=eclipse |
| collectingFolder=${archivePrefix} |
| outputUpdateJars=true |
| zipargs= |
| archivesFormat=*,*,*-zip |
| forceContextQualifier=${buildId} |
| generateFeatureVersionSuffix=true |
| baseLocation=${buildDirectory}/eclipse |
| baseLocationRoot=${baseLocation}/.. |
| |
| #Os/Ws/Arch/nl of the eclipse specified by baseLocation |
| baseos=win32 |
| basews=win32 |
| basearch=x86 |
| |
| ############# CVS CONTROL ################ |
| # The CVS tag to use when fetching the map files from the repository |
| |
| #skipMaps=true |
| mapsRepo=:pserver:anonymous@dev.eclipse.org:/cvsroot/technology |
| mapsRoot=org.eclipse.tigerstripe/plugins/org.eclipse.tigerstripe.releng.maps |
| targetConfigTag=HEAD |
| |
| #tagMaps=true |
| mapsTagTag=v${buildId} |
| |
| # The CVS tag to use when fetching elements to build. By default the |
| # builder will use whatever is in the maps. Use this value to override |
| # for example, when doing a nightly build out of HEAD |
| fetchTag=HEAD |
| #skipFetch=true |
| |
| ############# JAVA COMPILER OPTIONS ############## |
| # DO NOT CHANGE |
| javacDebugInfo=true |
| javacFailOnError=true |
| javacVerbose=false |
| compilerArg=-enableJavadoc -warn:-serial,nls,unused,unchecked,raw |
| javacSource=1.5 |
| javacTarget=1.5 |
| |