[go: up one dir, main page]

Menu

[r2]: / trunk / colorer / build.xml  Maximize  Restore  History

Download this file

7 lines (6 with data), 142 Bytes

1
2
3
4
5
6
<?xml version="1.0"?>
<project default="main" basedir=".">
<target name="main">
<antstructure output='xxx.dtd'/>
</target>
</project>