summaryrefslogtreecommitdiffstats
path: root/build.inc.xml
blob: 2d6c69944b938e17aeac6ecedea700f03848f6b5 (plain)
1
2
3
4
5
6
7
<target name="-post-jar">
	<jar destfile="${dist.jar}" update="true">
		<manifest>
			<attribute name="Classpath" value="Essentials.jar"/>
		</manifest>
	</jar>
</target>