2012-01-25 14:14:02 -05:00
|
|
|
# OpenSeadragon build.properties
|
|
|
|
# TODO: how do you auto-increment build_id's with every commit?
|
2011-12-07 21:41:07 -05:00
|
|
|
# TRY: continuos 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
|
|
|
|
BUILD_MINOR: 8
|
2012-01-25 14:14:02 -05:00
|
|
|
BUILD_ID: 24
|
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
|