31 lines
637 B
Text
31 lines
637 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=false
|
||
|
javacSource=1.8
|
||
|
javacTarget=1.8
|
||
|
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
|