https://github.com/jgralab/funnyqt
Raw File
Tip revision: e1e99bb7a9be75e1cc49efa12bf727c269dc904b authored by Tassilo Horn on 01 November 2014, 08:49:44 UTC
Make eref-matcher private; release 0.31.1
Tip revision: e1e99bb
.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