summaryrefslogtreecommitdiffstats
path: root/build.inc.xml
blob: 5541f2ce51fe1479cb8dc2301507fcc4555d85bf (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>