xref: /JGit/org.eclipse.jgit.test/.classpath (revision bb5180469c77ad935f7d3d49d063eb172d57e3ea)
15eac1a48SRobin Rosenberg<?xml version="1.0" encoding="UTF-8"?>
25eac1a48SRobin Rosenberg<classpath>
3*bb518046SThomas Wolf	<classpathentry excluding="**/*.idx|**/*.pack" kind="src" path="tst" output="bin-tst">
491021cb6SMichael Keppler		<attributes>
591021cb6SMichael Keppler			<attribute name="test" value="true"/>
691021cb6SMichael Keppler		</attributes>
791021cb6SMichael Keppler	</classpathentry>
8*bb518046SThomas Wolf	<classpathentry kind="src" path="src"/>
9*bb518046SThomas Wolf	<classpathentry kind="src" path="tst-rsrc" output="bin-tst">
1091021cb6SMichael Keppler		<attributes>
1191021cb6SMichael Keppler			<attribute name="test" value="true"/>
1291021cb6SMichael Keppler		</attributes>
1391021cb6SMichael Keppler	</classpathentry>
14*bb518046SThomas Wolf	<classpathentry kind="src" path="exttst" output="bin-tst">
1591021cb6SMichael Keppler		<attributes>
1691021cb6SMichael Keppler			<attribute name="test" value="true"/>
1791021cb6SMichael Keppler		</attributes>
1891021cb6SMichael Keppler	</classpathentry>
19ab79ce91SMatthias Sohn	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
205eac1a48SRobin Rosenberg	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
215eac1a48SRobin Rosenberg	<classpathentry kind="output" path="bin"/>
225eac1a48SRobin Rosenberg</classpath>
23