source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/xmlproperty.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: 490 bytes
Line 
1<project name="test" default="test" basedir=".">
2
3 <target name="test">
4 <xmlproperty file="xmlproperty_data.xml"/>
5 </target>
6
7 <target name="testdtd">
8 <xmlproperty file="xmlproperty_withdtd.xml"/>
9 </target>
10
11 <target name="testneedscat">
12 <xmlproperty file="xmlproperty_needscat.xml">
13 <xmlcatalog>
14 <dtd publicId="-//FOO//DTD Skin Configuration V0.1//EN"
15 location="skinconfig.dtd"/>
16 </xmlcatalog>
17 </xmlproperty>
18 </target>
19
20</project>
Note: See TracBrowser for help on using the repository browser.