public
Description: simple config and logging setup for scala
Homepage: http://www.lag.net/configgy
Clone URL: git://github.com/robey/configgy.git
configgy / .classpath
100644 9 lines (8 sloc) 0.37 kb
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="build-test" path="test"/>
<classpathentry kind="con" path="ch.epfl.lamp.sdt.launching.SCALA_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="build"/>
</classpath>