java/.classpath
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 19 Jan 2013 23:19:12 +0000
branchrefactoring-vmdata
changeset 1985 7c5a14d663ba
parent 1818 2e5ed72e7dfd
child 2033 5a1b1db42140
permissions -rw-r--r--
Temporary commit. JavaNativeMethod refactored to use new-style native methods. Java VM does not boot at this point.

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="libs/groovy-all-1.8.2.jar" sourcepath="libs-src/groovy-all-1.8.2-sources.jar"/>
	<classpathentry kind="lib" path="libs/junit4-4.8.2.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>