build-base.properties revision 8fb4379e4ddb07410603dca5e10c9def33fe24ae
3967N/A##########################################################################
3967N/A# Common Build Properties
3967N/A#
3967N/A# This file contains the most common set of properties which you probably need to configure to get a build up and going
3967N/A# Use it along with build.common.xml as a starting point to customize your build process.
3967N/A#
3967N/A# See build.example.properties and build.example.xml for the complete list of configurable variables
3967N/A#
6982N/A##########################################################################
6982N/Abuilddir=./../../../builder/componentbuild
3967N/Asrcdir=../..
3967N/Aglobal.build.component=${srcdir}/build/loader
3967N/Acomponent=loader-base
3967N/Acomponent.jsfiles=meta.js,loader.js
6982N/Acomponent.requires=get
6982N/A