Skip to content

Instantly share code, notes, and snippets.

@marabesi
Last active September 16, 2015 11:02
Show Gist options
  • Save marabesi/156fb46b9c40bb55d631 to your computer and use it in GitHub Desktop.
Save marabesi/156fb46b9c40bb55d631 to your computer and use it in GitHub Desktop.
Simples build.xml you can have to run Phing
<?xml version="1.0" encoding="utf-8"?>
<project name="Basic Task" default="dist">
<target name="dist">
</target>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment