mirror of
https://github.com/EsotericSoftware/reflectasm.git
synced 2025-01-22 17:50:27 +08:00
7cd91eac88
Changed class version of generated classes to 1.1. Fixed calling super constructor in generated code.
10 lines
433 B
XML
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>
|