Guest User

Untitled

a guest
Feb 4th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.40 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project name="Quick-ToggleDownfall" default="makejar" basedir=".">
  3.     <target name="makejar" description="Create a jar for the project">
  4.         <mkdir dir="target"></mkdir>
  5.         <jar destfile="target/${ant.project.name}.jar">
  6.             <fileset dir="bin"></fileset>
  7.             <fileset file="plugin.yml"></fileset>
  8.         </jar>
  9.     </target>
  10. </project>
Add Comment
Please, Sign In to add comment