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