Skip to content

Instantly share code, notes, and snippets.

@65
Created March 10, 2012 07:34
Show Gist options
  • Save 65/2010719 to your computer and use it in GitHub Desktop.
Save 65/2010719 to your computer and use it in GitHub Desktop.
Using ANT from Eclipse
<property file="build.properties" />
<?xml version="1.0"?>
<project default="hello">
<target name="hello">
<echo message="hello world" />
</target>
</project>
<property name="buildDir" value="c:/export/${projectName}" />
# ---------------------------------------- # project defaults # ----------------------------------------
projectName=temprepo
projectURL=http://www.sixfive.co.uk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment