Oops, tests output should go in tests/dist/classes.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@612 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2008-08-07 23:07:27 +00:00
parent 1949014c76
commit 2cd65a9e76
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="com/threerings/jme/|com/threerings/media/sound/ModPlayer.java|com/threerings/media/sound/OggPlayer.java|com/threerings/openal/" kind="src" output="dist/classes" path="src/java"/>
<classpathentry excluding="com/threerings/jme/|com/threerings/openal/" kind="src" output="dist/classes" path="tests/src/java"/>
<classpathentry excluding="com/threerings/jme/|com/threerings/openal/" 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="/narya"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/xml-writer.jar"/>