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