30 lines
636 B
Text
30 lines
636 B
Text
# This build.properties file is used exclusively by the cave pde p2 builds.
|
|
|
|
buildType=I
|
|
buildId=CAVE
|
|
buildLabel=${buildType}.${buildId}
|
|
timestamp=007
|
|
archivePrefix=cave
|
|
collectingFolder=${archivePrefix}
|
|
|
|
runPackager=true
|
|
skipBase=true
|
|
skipFetch=true
|
|
skipMaps=true
|
|
baseos=linux
|
|
basews=gtk
|
|
basearch=x86_64
|
|
|
|
logExtension=.log
|
|
javacDebugInfo=false
|
|
javacFailOnError=true
|
|
javacVerbose=true
|
|
javacSource=1.7
|
|
javacTarget=1.7
|
|
compilerArg=-g:lines,source -nowarn
|
|
|
|
generate.p2.metadata=true
|
|
p2.metadata.repo=file:/${buildDirectory}/repository
|
|
p2.artifact.repo=file:/${buildDirectory}/repository
|
|
p2.publish.artifacts=true
|
|
generateVersionsList=true
|