Archive for September 13th, 2005

You are currently browsing the archives of Enabling Technology .

Ant DTD

 

get an Ant DTD so we could use a smart ide auto complete

<?xml version="1.0"?>
<!DOCTYPE project PUBLIC "-//ANT//DTD project//EN" "ant.dtd">
<project  default="dtd">
  <target name="dtd">
    <antstructure output="ant.dtd"/>
  </target>
</project>

Posted by micas on Sep 13th 2005 | Filed in J2EE | Comments (0)