mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-02 17:09:58 +01:00
8 lines
171 B
XML
8 lines
171 B
XML
<target name="-post-jar">
|
|
<jar destfile="${dist.jar}" update="true">
|
|
<manifest>
|
|
<attribute name="Classpath" value="Essentials.jar"/>
|
|
</manifest>
|
|
</jar>
|
|
</target>
|