Skip to content

Instantly share code, notes, and snippets.

@eduardolundgren
Created February 5, 2013 00:21
Show Gist options
  • Save eduardolundgren/4711040 to your computer and use it in GitHub Desktop.
Save eduardolundgren/4711040 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<project name="dotfiles" basedir=".">
<target name="release">
<delete dir="alloy-2.0.0pr1/.git" />
<delete dir="alloy-2.0.0pr1/.DS_Store" />
<zip basedir="alloy-2.0.0pr1" comment="AlloyUI 2.0.0pr1" destfile="alloy-2.0.0pr1.zip" />
</target>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment