Former-commit-id:06a8b51d6d
[formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f] Former-commit-id:9f19e3f712
31 lines
No EOL
652 B
Text
31 lines
No EOL
652 B
Text
# This build.properties file is used exclusively by the cave pde p2 builds.
|
|
|
|
topLevelElementType=feature
|
|
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
|
|
|
|
logExtension=.log
|
|
javacDebugInfo=false
|
|
javacFailOnError=true
|
|
javacVerbose=true
|
|
javacSource=1.6
|
|
javacTarget=1.6
|
|
compilerArg=-g:lines,source
|
|
|
|
generate.p2.metadata=true
|
|
p2.metadata.repo=file:/${buildDirectory}/repository
|
|
p2.artifact.repo=file:/${buildDirectory}/repository
|
|
p2.publish.artifacts=true
|
|
generateVersionsList=true |