Skip to content

Instantly share code, notes, and snippets.

@casimiroarruda
Created September 9, 2012 03:01
Show Gist options
  • Save casimiroarruda/3682346 to your computer and use it in GitHub Desktop.
Save casimiroarruda/3682346 to your computer and use it in GitHub Desktop.
Buildfile básico
<?xml version="1.0"?>
<project name="myChuckProject" basedir="." default="helloworld">
<target name="helloworld">
<echo msg="Hello Phing!"/>
</target>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment