blob: 04525e43e9d10233140063a313c9ae88c038a04c [file] [log] [blame]
<?xml version="1.0"?>
<!DOCTYPE project [
<!ENTITY included_file SYSTEM "file:./included_file.xml">
]>
<project name="test" default="test" basedir=".">
<target name="setup">
</target>
&included_file;
<target name="test" depends="included-target">
<echo>test target ran.</echo>
</target>
</project>