source: other-projects/trunk/gs3-release-maker/apache-ant-1.6.5/src/etc/testcases/taskdefs/optional/xml/validate.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: 335 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<project name="validate" default="testValidate" basedir=".">
3
4 <target name="testValidate">
5 <xmlvalidate warn="false">
6 <fileset dir="." includes="about.xml"/>
7 <dtd publicID="-//stevo//DTD doc 1.0//EN"
8 location="doc.dtd"/>
9 </xmlvalidate>
10 </target>
11
12</project>
Note: See TracBrowser for help on using the repository browser.