mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
20 lines
559 B
Properties
20 lines
559 B
Properties
# OpenSeadragon build.properties
|
|
# TODO: how do you auto-increment build_id's with every commit?
|
|
# TRY: continuos integration
|
|
# TRY: git-hooks
|
|
|
|
PROJECT: openseadragon
|
|
BUILD_MAJOR: 0
|
|
BUILD_MINOR: 9
|
|
BUILD_ID: 11
|
|
BUILD: ${PROJECT}.${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
|
|
VERSION: ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_ID}
|
|
|
|
# This is the location of where we want to copy the built js file
|
|
# and other distributables like images.
|
|
WWW: ../www/openseadragon/
|
|
WWW_DOCS: ${WWW}docs/
|
|
|
|
# Supporting libraries for supplimental build tasks
|
|
DOC_LIB: ./lib/jsdoc.jar
|