Files
narya/.classpath
T
Dave Hoover 6fe5ae9238 Include jar for JSR-250
The @Generated annotation showed up in JSR-250 and then was bundled into
Java 1.6. For those of us stuck in a 1.5 world, there's fortunately a
nice tiny little jar with the necessary classes, so slurp that in.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6057 542714f4-19e9-0310-aa3c-eee0fc999fb1
2010-04-08 21:24:35 +00:00

22 lines
1.1 KiB
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="var" path="EXT_LIBS_DIR/javassist.jar"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/guice.jar">
<accessrules>
<accessrule kind="nonaccessible" pattern="com/google/inject/internal/**"/>
</accessrules>
</classpathentry>
<classpathentry combineaccessrules="false" exported="true" kind="src" path="/depot"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/commons-lang.jar"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/atunit.jar">
<accessrules>
<accessrule kind="nonaccessible" pattern="atunit/lib/com/google/**"/>
</accessrules>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="EXT_LIBS_DIR/jsr250-api.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>