build.color.properties revision d2854acf6eef44cf0aca645de3a37cca1388f51a
146N/A##########################################################################
146N/A# Common Build Properties
146N/A#
146N/A# This file contains the most common set of properties which you probably need to configure to get a build up and going
146N/A# Use it along with build.common.xml as a starting point to customize your build process.
146N/A#
146N/A# See build.example.properties and build.example.xml for the complete list of configurable variables
146N/A#
146N/A##########################################################################
146N/Abuilddir=../../../builder/componentbuild
146N/Asrcdir=./../../
146N/Aglobal.src.component=${srcdir}/src/anim
146N/A
146N/A# Path to top level build directory if different
146N/A# from module name. e.g. If json-parse.js needs to
146N/A# reside in 3.x/build/json as opposed to 3.x/build/json-parse
146N/A
146N/A#global.build.component=${srcdir}/build/anim
146N/A
146N/Acomponent=anim-color
146N/Acomponent.jsfiles=anim-color.js
146N/Acomponent.requires=anim-base
146N/A