Unnamed paste
pasted by Unknown [options]
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 | $ cat build.properties
topLevelElementType = feature
topLevelElementId = se.fnord.projectName.feature
buildTempFolder=${builder}/../tmp
archivePrefix=plapi
collectingFolder=${archivePrefix}
allowBinaryCycles = true
generateFeatureVersionSuffix=false
timestamp=007
buildId=plapi
buildLabel=${buildId}
runPackager=true
pluginPath=${baseLocation}/standalone-deps/lib
flattenDependencies = true
parallelCompilation=true
parallelThreadCount=4
parallelThreadsPerProcessor=2
skipFetch=true
skipMaps=true
skipBase=true
JavaSE-1.6=${sun.boot.class.path}
javacSource=6
javacTarget=6
|