build.xml.properties revision 0d6d1a2d994933a68a100ec3dcdc7c7a0eeeae6c
1a56283f656a777fd000cbce9165d1f0666b844dMatt Sweeney##########################################################################
959c053d56a076109993a2f14094d20b1f8c0c17Matt Sweeney# Common Build Properties
9c94a3bab3da130a453194d151f33f11cd53f44eMatt Sweeney#
9c94a3bab3da130a453194d151f33f11cd53f44eMatt Sweeney# This file contains the most common set of properties which you probably need to configure to get a build up and going
4527b08ced97d1bf5f88cf786302fd66eb80a35bMatt Sweeney# Use it along with build.common.xml as a starting point to customize your build process.
959c053d56a076109993a2f14094d20b1f8c0c17Matt Sweeney#
60dcf3ebba038d9ec57d617a7395a9bff15802fcMatt Sweeney# See build.example.properties and build.example.xml for the complete list of configurable variables
b92e4372c5a34f48e457b60dfa9b136cf19c8498Matt Sweeney#
959c053d56a076109993a2f14094d20b1f8c0c17Matt Sweeney##########################################################################
959c053d56a076109993a2f14094d20b1f8c0c17Matt Sweeneybuilddir=../../../builder/componentbuild
2e49faa8717cc2acbd7ab2aac237061848568a6cMatt Sweeneysrcdir=./../../
2e49faa8717cc2acbd7ab2aac237061848568a6cMatt Sweeney
2e49faa8717cc2acbd7ab2aac237061848568a6cMatt Sweeney#since dir name is not "datatype-xml"
2e49faa8717cc2acbd7ab2aac237061848568a6cMatt Sweeneyglobal.build.component=${srcdir}/build/datatype
2e49faa8717cc2acbd7ab2aac237061848568a6cMatt Sweeneyglobal.src.component=${srcdir}/src/datatype
2e49faa8717cc2acbd7ab2aac237061848568a6cMatt Sweeney
2e49faa8717cc2acbd7ab2aac237061848568a6cMatt Sweeneycomponent=datatype-xml
2e49faa8717cc2acbd7ab2aac237061848568a6cMatt Sweeneycomponent.jsfiles=datatype-xml.js
2e49faa8717cc2acbd7ab2aac237061848568a6cMatt Sweeneycomponent.requires=??
2e49faa8717cc2acbd7ab2aac237061848568a6cMatt Sweeney
2e49faa8717cc2acbd7ab2aac237061848568a6cMatt Sweeney