File: build-dtd.xml

package info (click to toggle)
libtritonus-java 20070428-14
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,004 kB
  • sloc: ansic: 53,816; java: 45,226; sh: 3,017; makefile: 1,174; xml: 823; cpp: 147
file content (12 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<!--DOCTYPE project SYSTEM "project.dtd"-->

<!-- use this file to generate project.dtd -->
<project name="dtd" default="dtd" basedir=".">

  <target name="dtd"
	  description="Generate project.dtd in the current directory. This file will contain a DTD for ant build files.">
    <antstructure output="project.dtd" />
  </target>

</project>