<project name="annotation-tester" default="build" basedir=".">

	<target name="build">
		<jar destfile="${user.home}/.josm/plugins/annotation-tester.jar" basedir="bin">
			<fileset dir="."><include name="images/*"/></fileset>
			<manifest>
				<attribute name="Main-Class" value="annotationtester.AnnotationTester" />
				<attribute name="Plugin-Class" value="annotationtester.AnnotationTesterAction" />
				<attribute name="Plugin-Description" value="Make the Annotation Preset Tester tool available in the help menu." />
			</manifest>
		</jar>
	</target>

</project>
