reflectasm/.classpath
Nathan Sweet 7cd91eac88 Updated ASM to 3.3.1.
Changed class version of generated classes to 1.1.
Fixed calling super constructor in generated code.
2011-02-09 07:45:23 +00:00

10 lines
433 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="**/.svn/*" kind="src" path="src"/>
<classpathentry excluding="**/.svn/*" kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="build/junit-4.6.jar"/>
<classpathentry kind="lib" path="lib/asm-3.3.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>