build.xml revision 06ab95eff591bcc37f5948e3bdae6129616473d7
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan<?xml version="1.0" encoding="UTF-8"?>
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan<project name="YuiBuild" default="local">
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan <description>Component Build File</description>
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan <dirname property="buildfile.dir" file="${ant.file}" />
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan <property environment="env" />
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan <property name="srcdir" value="./../../" />
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan <property name="builddir" value="${env.YUI_BUILD_DIR}" />
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan <property file="${buildfile.dir}/build.properties" />
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan <import file="${builddir}/buildproperties.xml" description="Shared Build Properties - tools, build paths etc." />
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan <import file="${builddir}/targetlib.xml" description="Component Build Targets" />
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan <macrodef name="registerversion">
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan <attribute name="module" />
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan <attribute name="classname" />
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan <attribute name="file" />
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan <sequential>
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan </sequential>
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan </macrodef>
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan</project>
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan
4cc414596f330cc595f62252d964ef97b3795056Dirk Hogan