Skip to content

Instantly share code, notes, and snippets.

@mattupstate
Created July 6, 2010 00:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattupstate/464846 to your computer and use it in GitHub Desktop.
Save mattupstate/464846 to your computer and use it in GitHub Desktop.
<!-- identify properties file -->
<property file="build.properties" />
<!-- identify environment variables -->
<property environment="env" />
<!-- Add the ant-contrib tasks -->
<taskdef resource="net/sf/antcontrib/antcontrib.properties" classpath="${resources.dir}/ant-contrib.jar" />
<!-- Set up FlexUnit Ant tasks -->
<taskdef resource="flexUnitTasks.tasks" classpath="${resources.dir}/flexUnitTasks.jar" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment