xref: /JGit/org.eclipse.jgit.lfs.test/.classpath (revision 536db18cc62afab2d38aac5b2af73f575f40d8b6)
1*536db18cSMatthias Sohn<?xml version="1.0" encoding="UTF-8"?>
2*536db18cSMatthias Sohn<classpath>
3*536db18cSMatthias Sohn	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
4*536db18cSMatthias Sohn	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5*536db18cSMatthias Sohn	<classpathentry kind="src" path="src"/>
6*536db18cSMatthias Sohn	<classpathentry kind="src" path="tst"/>
7*536db18cSMatthias Sohn	<classpathentry kind="output" path="bin"/>
8*536db18cSMatthias Sohn</classpath>
9