build.cache.properties revision d2854acf6eef44cf0aca645de3a37cca1388f51a
197N/A##########################################################################
197N/A# Common Build Properties
197N/A#
197N/A# This file contains the most common set of properties which you probably need to configure to get a build up and going
197N/A# Use it along with build.common.xml as a starting point to customize your build process.
197N/A#
197N/A# See build.example.properties and build.example.xml for the complete list of configurable variables
197N/A#
197N/A##########################################################################
197N/Abuilddir=../../../builder/componentbuild
197N/Asrcdir=../../
197N/A
197N/A#since dir name is not "datasource-cache"
197N/A#global.build.component=${srcdir}/build/datasource
197N/Aglobal.src.component=${srcdir}/src/datasource
197N/A
197N/Acomponent=datasource-cache
197N/Acomponent.jsfiles=datasource-cache.js
197N/Acomponent.requires=datasource-local, cache-base, plugin
197N/A