| <project name="Extension Point Type" default="Extension Point Type" basedir="."> | |
| <coolUIType id="compile.classpath"> | |
| <fileset dir="lib"> | |
| <include name="**/*.jar"/> | |
| </fileset> | |
| </coolUIType> | |
| <target name="Extension Point Type" description= "Ensure that an extension point defined type is present"> | |
| <echo message="Ensure that an extension point defined type is present"/> | |
| </target> | |
| </project> |