Revision 629881b06c4077bbbe17fedc59583b0b938d25ea authored by Software Heritage on 01 January 2012, 00:00:00 UTC, committed by Software Heritage on 08 July 2019, 20:02:04 UTC
0 parent
Raw File
.classpath
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
		<attributes>
			<attribute name="owner.project.facets" value="java"/>
		</attributes>
	</classpathentry>
	<classpathentry kind="lib" path="lib/h2-1.3.158.jar" sourcepath="lib/h2-1.3.158-sources.jar"/>
	<classpathentry kind="lib" path="lib/jersey-client-1.8.jar"/>
	<classpathentry kind="lib" path="lib/jersey-json-1.8.jar"/>
	<classpathentry kind="lib" path="lib/jersey-core-1.8.jar"/>
	<classpathentry kind="lib" path="lib/jettison-1.3.jar" sourcepath="lib/jettison-1.3-sources.jar"/>
	<classpathentry kind="lib" path="lib/log4j-1.2.16.jar" sourcepath="lib/log4j-1.2.16.src.zip"/>
	<classpathentry kind="output" path="build/classes"/>
</classpath>
back to top