2012-01-25 23:14:02 +04:00
|
|
|
# OpenSeadragon build.properties
|
|
|
|
# TODO: how do you auto-increment build_id's with every commit?
|
2012-03-07 07:20:00 +04:00
|
|
|
# TRY: continuous integration
|
2011-12-20 16:39:02 +04:00
|
|
|
# TRY: git-hooks
|
2011-12-06 07:50:25 +04:00
|
|
|
|
|
|
|
PROJECT: openseadragon
|
|
|
|
BUILD_MAJOR: 0
|
2012-02-10 07:16:09 +04:00
|
|
|
BUILD_MINOR: 9
|
2012-03-21 05:58:23 +04:00
|
|
|
BUILD_ID: 37
|
2011-12-06 07:50:25 +04:00
|
|
|
BUILD: ${PROJECT}.${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
|
|
|
|
VERSION: ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
|
2011-12-13 02:22:01 +04:00
|
|
|
|
|
|
|
# This is the location of where we want to copy the built js file
|
|
|
|
# and other distributables like images.
|
|
|
|
WWW: ../www/openseadragon/
|
2012-01-25 23:14:02 +04:00
|
|
|
WWW_DOCS: ${WWW}docs/
|
|
|
|
|
|
|
|
# Supporting libraries for supplimental build tasks
|
|
|
|
DOC_LIB: ./lib/jsdoc.jar
|