build.drag-core.properties revision 2f2e0175c7a804044f30bad50351faab151fb772
4722N/Abuilddir=${env.YUI_BUILD_DIR}
4722N/Asrcdir=./../../
4722N/A
4722N/Acomponent=dd-drag-core
4722N/Acomponent.rollup=true
4722N/A
4722N/A# Path to sub-module build files
4722N/Acomponent.rollup.modules.buildfiles=build.ddm-base.xml build.ddm.xml build.drag.xml build.plugin.xml
4722N/A
4722N/A# Rollup registration options
4722N/Acomponent.use=dd-ddm-base, dd-ddm, dd-drag, dd-plugin
4722N/A
4722N/A# Separate temp build dir for rollup, if in the same
4722N/A# dir as modules.
4722N/Acomponent.builddir=./build_rollup_tmp
4722N/A
4722N/Aglobal.build.component=${srcdir}/build/dd
4722N/A
4722N/Acomponent.skinnable=false
5358N/A