Merge pull request #445 from RoboMWM/patch-2

Include plugin.yml when building plugin
This commit is contained in:
OmniCypher 2016-03-13 13:56:45 -07:00
commit 139ff7a132

View file

@ -28,9 +28,10 @@
<manifest>
<attribute name="Main-Class" value="${main-class}"/>
</manifest>
<fileset file="${dir.src}/plugin.yml"/>
</jar>
</target>
<target name="clean-build" depends="clean,jar"/>
<target name="main" depends="clean,jar"/>
</project>
</project>