File: build-dtd.xml

package info (click to toggle)
libtritonus-java 20070428-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,792 kB
  • ctags: 11,840
  • sloc: ansic: 53,846; java: 45,251; sh: 3,032; makefile: 1,189; xml: 820; 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>