David Morgan Spenser Savage | 3b1b8c8 | 2009-07-20 21:01:49 +0000 | [diff] [blame^] | 1 | <project name="sigil" default="build-list"> |
2 | <import file="bldcommon/common.xml"/> | ||||
3 | <fileset id="my.projects" dir="${basedir}"> | ||||
4 | <exclude name="ivy/**/${build_xml}"/> | ||||
5 | <exclude name="bldcommon/**/${build_xml}" /> | ||||
6 | <include name="**/${build_xml}"/> | ||||
7 | </fileset> | ||||
Richard S. Hall | 6fe36b4 | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 8 | </project> |