build.xml revision db2162333998e77d3935c897768d752b61c6c8c6
<?xml version="1.0" encoding="UTF-8"?>
<project name="YUI" default="local">
<description>ScrollView - Build All Modules</description>
<target name="local">
<ant antfile="build.scrollview.xml" target="local" />
<ant antfile="build.scrollview-base.xml" target="local" />
<ant antfile="build.scrollview-base-ie.xml" target="local" />
<ant antfile="build.scrollview-scrollbars.xml" target="local" />
<ant antfile="build.scrollview-paginator.xml" target="local" />
<ant antfile="build.scrollview-list.xml" target="local" />
</target>
<target name="deploy">
<ant antfile="build.scrollview.xml" target="deploy" />
<ant antfile="build.scrollview-base.xml" target="deploy" />
<ant antfile="build.scrollview-base-ie.xml" target="deploy" />
<ant antfile="build.scrollview-scrollbars.xml" target="deploy" />
<ant antfile="build.scrollview-paginator.xml" target="deploy" />
<ant antfile="build.scrollview-list.xml" target="deploy" />
</target>
<target name="all">
<ant antfile="build.scrollview.xml" target="all" />
<ant antfile="build.scrollview-base.xml" target="all" />
<ant antfile="build.scrollview-base-ie.xml" target="all" />
<ant antfile="build.scrollview-scrollbars.xml" target="all" />
<ant antfile="build.scrollview-paginator.xml" target="all" />
<ant antfile="build.scrollview-list.xml" target="all" />
</target>
<target name="clean">
<ant antfile="build.scrollview.xml" target="clean" />
<ant antfile="build.scrollview-base.xml" target="clean" />
<ant antfile="build.scrollview-base-ie.xml" target="clean" />
<ant antfile="build.scrollview-scrollbars.xml" target="clean" />
<ant antfile="build.scrollview-paginator.xml" target="clean" />
<ant antfile="build.scrollview-list.xml" target="clean" />
</target>
</project>