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