Files
vilya/.classpath
T
Dave Hoover 42fd385710 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/vilya/trunk@909 c613c5cb-e716-0410-b11b-feb51c14d237
2010-04-08 21:24:37 +00:00

11 lines
614 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="/nenya"/>
<classpathentry exported="true" kind="var" path="EXT_LIBS_DIR/commons-beanutils.jar"/>
<classpathentry kind="var" path="EXT_LIBS_DIR/jsr250-api.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>