build.transition-timer.properties revision d2854acf6eef44cf0aca645de3a37cca1388f51a
bf43fdafa3bff9e84cb03f1a19aca74514d2516eBob Halley##########################################################################
a7038d1a0513c8e804937ebc95fc9cb3a46c04f5Mark Andrews# Common Build Properties
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence#
bf43fdafa3bff9e84cb03f1a19aca74514d2516eBob Halley# This file contains the most common set of properties which you probably need to configure to get a build up and going
bf43fdafa3bff9e84cb03f1a19aca74514d2516eBob Halley# Use it along with build.common.xml as a starting point to customize your build process.
bf43fdafa3bff9e84cb03f1a19aca74514d2516eBob Halley#
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# See build.example.properties and build.example.xml for the complete list of configurable variables
15a44745412679c30a6d022733925af70a38b715David Lawrence#
15a44745412679c30a6d022733925af70a38b715David Lawrence##########################################################################
15a44745412679c30a6d022733925af70a38b715David Lawrencebuilddir=../../../builder/componentbuild
15a44745412679c30a6d022733925af70a38b715David Lawrencesrcdir=./../../
15a44745412679c30a6d022733925af70a38b715David Lawrenceglobal.src.component=${srcdir}/src/transition
15a44745412679c30a6d022733925af70a38b715David Lawrence#global.build.component=${srcdir}/build/transition
15a44745412679c30a6d022733925af70a38b715David Lawrence
15a44745412679c30a6d022733925af70a38b715David Lawrencecomponent=transition-timer
bf43fdafa3bff9e84cb03f1a19aca74514d2516eBob Halleycomponent.jsfiles=transition-timer.js
bf43fdafa3bff9e84cb03f1a19aca74514d2516eBob Halleycomponent.requires=transition-native, node-style
519b239fc4ef1e070e2da182a4ea559ae0152151Mark Andrews