build.xml revision e879ffe2d430d0839d43675471b1f15d6f74345c
3212N/A<?xml version="1.0" encoding="UTF-8"?>
3212N/A<project name="YuiBase" default="local">
3212N/A <description>Component Build File</description>
3212N/A
3212N/A <property environment="env" />
3212N/A
3212N/A <property file="build.properties" />
3212N/A <import file="${builddir}/3.x/bootstrap.xml" description="Default Build Properties and Targets" />
3212N/A</project>
3212N/A