build.properties revision 1c3b354d5ac097b1b56184cf1fd26fdeb93d610b
225N/A##########################################################################
225N/A# Common Build Properties
225N/A#
225N/A# This file contains the most common set of properties which you probably need to configure to get a build up and going
225N/A# Use it along with build.common.xml as a starting point to customize your build process.
225N/A#
225N/A# See build.example.properties and build.example.xml for the complete list of configurable variables
225N/A#
225N/A##########################################################################
225N/A
225N/Abuilddir=../../../builder/componentbuild
225N/A
225N/Acomponent=cookie
225N/Acomponent.jsfiles=Cookie.js
225N/Acomponent.requires=yui-base
225N/A
225N/A
225N/A