https://github.com/jgralab/funnyqt
Raw File
Tip revision: ca53c26f86be591c9fd19eeaded1ca384d39da2f authored by Tassilo Horn on 27 November 2014, 09:54:23 UTC
Make edges without ident have only existence semantics; release 0.33.0
Tip revision: ca53c26
.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