Skip to content

Instantly share code, notes, and snippets.

@jasonhofer
Created March 2, 2012 14:42
Show Gist options
  • Save jasonhofer/1958812 to your computer and use it in GitHub Desktop.
Save jasonhofer/1958812 to your computer and use it in GitHub Desktop.
Apache "Props" Ant Library setup
<!--
Requires Ant 1.8+
Home page: http://ant.apache.org/antlibs/props
SVN URL: https://svn.apache.org/repos/asf/ant/antlibs/props/trunk
ViewVC: http://svn.apache.org/viewvc/ant/antlibs/props/trunk
-->
<taskdef resource="org/apache/ant/props/antlib.xml"
classpath="${lib.dir}/ant-props-1.0Alpha.jar" />
<propertyhelper>
<nested />
<stringops />
<types />
<conditions />
<encodeURL />
</propertyhelper>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment