0N/A# path to build tool files (same as before)
0N/A# path to top level src directory (same as before)
0N/A
0N/Abuilddir=../../../builder/componentbuild
0N/Asrcdir=./../../
0N/Aglobal.src.component=${srcdir}/src/editor
0N/A
0N/A# Path to top level build directory if different
0N/A# from module name. e.g. If json-parse.js needs to
0N/A# reside in 3.x/build/json as opposed to 3.x/build/json-parse
0N/A
0N/A#global.build.component=${srcdir}/build/editor
0N/A
0N/Acomponent=editor-base
0N/Acomponent.jsfiles=editor-base.js
0N/Acomponent.requires=base, frame, node, exec-command, editor-selection
0N/Acomponent.skinnable=false
0N/A