2012-01-25 14:14:02 -05:00
|
|
|
# OpenSeadragon build.properties
|
|
|
|
# TODO: how do you auto-increment build_id's with every commit?
|
2012-03-06 22:20:00 -05:00
|
|
|
# TRY: continuous integration
|
2011-12-20 07:39:02 -05:00
|
|
|
# TRY: git-hooks
|
2011-12-05 22:50:25 -05:00
|
|
|
|
|
|
|
PROJECT: openseadragon
|
|
|
|
BUILD_MAJOR: 0
|
2012-02-09 22:16:09 -05:00
|
|
|
BUILD_MINOR: 9
|
2012-03-19 19:03:58 -04:00
|
|
|
BUILD_ID: 30
|
2011-12-05 22:50:25 -05:00
|
|
|
BUILD: ${PROJECT}.${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
|
|
|
|
VERSION: ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
|
2011-12-12 17:22:01 -05: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 14:14:02 -05:00
|
|
|
WWW_DOCS: ${WWW}docs/
|
|
|
|
|
|
|
|
# Supporting libraries for supplimental build tasks
|
|
|
|
DOC_LIB: ./lib/jsdoc.jar
|