Files
narya/.classpath
T
Mike Thomas aff425651c Stop eclipse copying .svn dirs to the output directory.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5299 542714f4-19e9-0310-aa3c-eee0fc999fb1
2008-08-07 23:07:25 +00:00

14 lines
852 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 combineaccessrules="false" exported="true" kind="src" path="/samskivert"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/commons-lang.jar"/>
<classpathentry kind="var" path="EXT_LIBS_DIR/javassist.jar"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/google-collect.jar"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/guice.jar"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/atunit.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>