source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/import/import.xml@ 14627

Last change on this file since 14627 was 14627, checked in by oranfry, 17 years ago

initial import of the gs3-release-maker

File size: 342 bytes
Line 
1<project name="import-test" default="main" basedir=".">
2 <echo>Before import</echo>
3
4 <import file="imported.xml"/>
5
6 <echo message="After import"/>
7
8 <target name="import-init">
9 <echo message="In import-init" />
10 </target>
11
12 <target name="main" depends="imported">
13 <echo message="In main"/>
14 </target>
15
16
17</project>
Note: See TracBrowser for help on using the repository browser.