https://github.com/jgralab/funnyqt
Raw File
Tip revision: 3abf58faae26b1bfa62aa11a982c7e982a28e3a9 authored by Tassilo Horn on 17 April 2015, 12:59:06 UTC
improve error reporting in polyfns; release 0.45.27
Tip revision: 3abf58f
.classpath
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="test">
		<attributes>
			<attribute name="optional" value="true"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="src" path="dev-resources">
		<attributes>
			<attribute name="optional" value="true"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="src" path="resources">
		<attributes>
			<attribute name="optional" value="true"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="lib" path="target/classes">
		<attributes>
			<attribute name="optional" value="true"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="con" path="ccw.LEININGEN_CONTAINER"/>
	<classpathentry kind="output" path="bin"/>
</classpath>
back to top