2007-06-08 05:11:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<classpath>
|
2007-11-07 23:56:06 +00:00
|
|
|
<classpathentry kind="src" path="src/core"/>
|
2009-10-30 21:57:35 +00:00
|
|
|
<classpathentry excluding="org/luaj/vm2/luajc/antlr/|org/luaj/vm2/luajc/lst/|org/luaj/vm2/luajc/JavaCodeGenerator.java" kind="src" path="src/jse"/>
|
2009-10-27 06:12:24 +00:00
|
|
|
<classpathentry kind="src" path="src/jme"/>
|
|
|
|
|
<classpathentry kind="src" path="test/java"/>
|
|
|
|
|
<classpathentry kind="src" path="test/junit"/>
|
|
|
|
|
<classpathentry kind="src" path="test/lua"/>
|
|
|
|
|
<classpathentry kind="src" path="examples/jse"/>
|
|
|
|
|
<classpathentry kind="src" path="examples/jme"/>
|
|
|
|
|
<classpathentry kind="src" path="examples/lua"/>
|
2007-06-08 05:11:37 +00:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
2009-10-27 06:12:24 +00:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
|
2007-10-24 20:21:16 +00:00
|
|
|
<classpathentry kind="var" path="WTK_HOME/lib/cldcapi11.jar"/>
|
2007-10-23 21:06:51 +00:00
|
|
|
<classpathentry kind="var" path="WTK_HOME/lib/midpapi20.jar"/>
|
2010-02-05 04:31:51 +00:00
|
|
|
<classpathentry kind="lib" path="lib/bcel-5.2.jar"/>
|
2010-04-03 15:14:30 +00:00
|
|
|
<classpathentry kind="lib" path="lib/luaj-j2se-1.0.3.jar"/>
|
2007-06-08 05:11:37 +00:00
|
|
|
<classpathentry kind="output" path="bin"/>
|
|
|
|
|
</classpath>
|