X-Git-Url: http://hudson.phpeclipse.com diff --git a/org.phpeclipse.bucky.bootstrap/buckminster.properties b/org.phpeclipse.bucky.bootstrap/buckminster.properties new file mode 100644 index 0000000..e515c7a --- /dev/null +++ b/org.phpeclipse.bucky.bootstrap/buckminster.properties @@ -0,0 +1,17 @@ +####################################################################################### +# Where all of the output should go +buckminster.output.root=${user.home}/sandbox/bucky/output +# Where all of the tmp files should go +buckminster.temp.root=${user.home}/sandbox/bucky/tmp +# How .qualifier in versions should be replaced (this will replace .qualifier with SVN revision number of the project) +#qualifier.replacement.*=generator:lastRevision +qualifier.replacement.*=generator:buildTimestamp +generator.buildTimestamp.format='v'yyyyMMdd'-'HHmm + +# Don't build source bundles +cbi.include.source=false +target.os=* +target.ws=* +target.arch=* +updatesite.destination=${user.home}/sandbox/bucky/UpdateSite +####################################################################################### \ No newline at end of file