https://github.com/ckaestne/TypeChef
Raw File
Tip revision: b003d9542372c17882d209c66b677c35c61526e5 authored by Christian Kaestner on 12 January 2014, 18:08:49 UTC
more extensive testing for dead nodes
Tip revision: b003d95
.classpath
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src/main/scala"/>
	<classpathentry kind="src" path="src/test/scala"/>
	<classpathentry kind="src" path="src/test/resources"/>
	<classpathentry kind="con" path="org.scala-ide.sdt.launching.SCALA_CONTAINER"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
	<classpathentry combineaccessrules="false" kind="src" path="/FeatureExprLib"/>
	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
	<classpathentry combineaccessrules="false" kind="src" path="/ParserFramework"/>
	<classpathentry combineaccessrules="false" kind="src" path="/PartialPreprocessor"/>
	<classpathentry combineaccessrules="false" kind="src" path="/org.sat4j.core"/>
	<classpathentry kind="output" path="bin"/>
</classpath>
back to top