build.plugin.properties revision d2854acf6eef44cf0aca645de3a37cca1388f51a
98N/A# path to build tool files (same as before)
98N/A# path to top level src directory (same as before)
943N/A
98N/Abuilddir=../../../builder/componentbuild
98N/Asrcdir=./../../
919N/Aglobal.src.component=${srcdir}/src/dd-plugin
919N/A
919N/A# Path to top level build directory if different
919N/A# from module name. e.g. If json-parse.js needs to
919N/A# reside in 3.x/build/json as opposed to 3.x/build/json-parse
919N/A
919N/A#global.build.component=${srcdir}/build/dd
919N/A
919N/Acomponent=dd-plugin
919N/Acomponent.jsfiles=dd-plugin.js
919N/Acomponent.requires=dd-drag
919N/Acomponent.optional=dd-constrain, dd-proxy
919N/Acomponent.skinnable=false
919N/A
919N/A#component.use=module1, module2
919N/A#component.requires=module3, module4
919N/A#component.supersedes=module5, module6
98N/A#component.skinnable=true
98N/A
98N/A