Files
narya/.classpath
T
Michael Bayne 37c14fe414 Depot now exports google-collect.jar for us.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5553 542714f4-19e9-0310-aa3c-eee0fc999fb1
2008-11-17 18:47:59 +00:00

13 lines
762 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn/" kind="src" output="dist/classes" path="src/java"/>
<classpathentry excluding="**/.svn/" kind="src" output="tests/dist/classes" path="tests/src/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="EXT_LIBS_DIR/javassist.jar"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/guice.jar"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/atunit.jar"/>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/depot"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/commons-lang.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>