build.plugin.drop.properties revision 46d831fce6cb515769a5f480d2c72bdbaa7838cc
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/dd-plugin
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/Aglobal.build.component=${srcdir}/build/dd
0N/A
0N/Acomponent=dd-drop-plugin
0N/Acomponent.jsfiles=dd-drop-plugin.js
0N/Acomponent.requires=dd-drop
0N/Acomponent.skinnable=false
0N/A
0N/A#component.use=module1, module2
0N/A#component.requires=module3, module4
0N/A#component.supersedes=module5, module6
0N/A#component.skinnable=true
0N/A
0N/A