Skip to content

Instantly share code, notes, and snippets.

@EdGruberman
Created January 7, 2013 19:15
Show Gist options
  • Save EdGruberman/4477583 to your computer and use it in GitHub Desktop.
Save EdGruberman/4477583 to your computer and use it in GitHub Desktop.
ANT file copy
<target name="install" description="Copy built Bukkit plugin JAR to local test server">
<copy file="${plugin.jar}" todir="${install.dir}" verbose="true" />
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment