java/.classpath
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 16 Sep 2013 14:09:52 +0100
branchdevelopment
changeset 2734 f56049613ff3
parent 2731 13f5be2bf83b
child 3064 fcbadfecc4d7
permissions -rw-r--r--
Initial support for live code checker / lint. JavaLintService parses the code as you type and displays all errors and other problems. This is done by running compiler in check mode in background. This also removes the necessity for JavaCompilerProblemRegistry.

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