Skip to main content
summaryrefslogtreecommitdiffstats
blob: 99fc2a512c4904c84d7a44d11114fb25ed75ad01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
###############################################################################
# Copyright (c) 2009, 2010 Tasktop Technologies 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:
#      Tasktop Technologies - initial API and implementation
###############################################################################
# adds Orbit bundles in package step
runPackager=true
archivePrefix=
collectingFolder=${archivePrefix}
configs = *, *, *
# do no set to avoid jaring up features
#outputUpdateJars = true

zipargs=
tarargs=

buildDirectory=${base}/build
#buildType=I
buildId=${majorVersion}.${forceContextQualifier}
buildLabel=dist
timestamp=007
generateFeatureVersionSuffix=true
generateAPIDescription=true

skipBase=true
#skipMaps=true

mapsRepo=:pserver:anonymous@dev.eclipse.org/cvsroot/tools
mapsRoot=org.eclipse.mylyn/org.eclipse.mylyn.releng/maps
mapsCheckoutTag=HEAD

tagMaps=false
#mapsTagTag=v${buildId}

logExtension=.log
javacFailOnError=true
javacVerbose=false
compilerArg=-nowarn
javacSource=1.5
javacTarget=1.5
javacDebugInfo=true
# http://wiki.eclipse.org/PDEBuild/Individual_Source_Bundles
individualSourceBundles=true

Back to the top