Skip to main content
summaryrefslogtreecommitdiffstats
blob: abaaaec769f0490ab164e3c949cf0f5b70457104 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<project name="Extension Point Type" default="Extension Point Type" basedir=".">

	<coolType id="compile.classpath">
      <fileset dir="lib">
        <include name="**/*.jar"/>
      </fileset>
    </coolType>
    
	<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>

Back to the top