1) Added missing strings for italic, underline and strike through.
[phpeclipse.git] / org.phpeclipse.bucky.bootstrap / buckminster.properties
1 #######################################################################################
2 # Where all of the output should go
3 buckminster.output.root=${user.home}/sandbox/bucky/output
4 # Where all of the tmp files should go
5 buckminster.temp.root=${user.home}/sandbox/bucky/tmp
6 # How .qualifier in versions should be replaced (this will replace .qualifier with SVN revision number of the project)
7 #qualifier.replacement.*=generator:lastRevision
8 qualifier.replacement.*=generator:buildTimestamp
9 generator.buildTimestamp.format='v'yyyyMMdd'-'HHmm
10
11 # Don't build source bundles
12 cbi.include.source=false
13 target.os=*
14 target.ws=*
15 target.arch=*
16 updatesite.destination=${user.home}/sandbox/bucky/UpdateSite
17 #######################################################################################