https://github.com/jgralab/funnyqt
Raw File
Tip revision: a8a39b7ec547b4c527919b67bde9ab5e5c411ba5 authored by Tassilo Horn on 02 June 2015, 14:09:27 UTC
release 0.51.2
Tip revision: a8a39b7
.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