public
Description: simple config and logging setup for scala
Homepage: http://www.lag.net/configgy
Clone URL: git://github.com/robey/configgy.git
configgy / build.xml
100644 6 lines (5 sloc) 0.245 kb
1
2
3
4
5
6
<?xml version="1.0" encoding="UTF-8"?>
<project name="configgy" default="package" xmlns:ivy="antlib:org.apache.ivy.ant">
  <description> Simple configuration and logging for scala. </description>
  <import file="ant/bootstrap.xml" />
</project>