xref: /JGit/org.eclipse.jgit.benchmarks/.classpath (revision db019c473edcf8cc96456f8c4ac07e42a7d2eefa)
1*9a638b08SMatthias Sohn<?xml version="1.0" encoding="UTF-8"?>
2*9a638b08SMatthias Sohn<classpath>
3*9a638b08SMatthias Sohn	<classpathentry kind="src" output="target/classes" path="src">
4*9a638b08SMatthias Sohn		<attributes>
5*9a638b08SMatthias Sohn			<attribute name="optional" value="true"/>
6*9a638b08SMatthias Sohn			<attribute name="maven.pomderived" value="true"/>
7*9a638b08SMatthias Sohn		</attributes>
8*9a638b08SMatthias Sohn	</classpathentry>
9*9a638b08SMatthias Sohn	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
10*9a638b08SMatthias Sohn		<attributes>
11*9a638b08SMatthias Sohn			<attribute name="maven.pomderived" value="true"/>
12*9a638b08SMatthias Sohn		</attributes>
13*9a638b08SMatthias Sohn	</classpathentry>
14*9a638b08SMatthias Sohn	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
15*9a638b08SMatthias Sohn		<attributes>
16*9a638b08SMatthias Sohn			<attribute name="maven.pomderived" value="true"/>
17*9a638b08SMatthias Sohn		</attributes>
18*9a638b08SMatthias Sohn	</classpathentry>
19*9a638b08SMatthias Sohn	<classpathentry kind="src" path=".apt_generated">
20*9a638b08SMatthias Sohn		<attributes>
21*9a638b08SMatthias Sohn			<attribute name="optional" value="true"/>
22*9a638b08SMatthias Sohn			<attribute name="maven.pomderived" value="true"/>
23*9a638b08SMatthias Sohn			<attribute name="ignore_optional_problems" value="true"/>
24*9a638b08SMatthias Sohn			<attribute name="m2e-apt" value="true"/>
25*9a638b08SMatthias Sohn		</attributes>
26*9a638b08SMatthias Sohn	</classpathentry>
27*9a638b08SMatthias Sohn	<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
28*9a638b08SMatthias Sohn		<attributes>
29*9a638b08SMatthias Sohn			<attribute name="optional" value="true"/>
30*9a638b08SMatthias Sohn			<attribute name="maven.pomderived" value="true"/>
31*9a638b08SMatthias Sohn			<attribute name="ignore_optional_problems" value="true"/>
32*9a638b08SMatthias Sohn			<attribute name="m2e-apt" value="true"/>
33*9a638b08SMatthias Sohn		</attributes>
34*9a638b08SMatthias Sohn	</classpathentry>
35*9a638b08SMatthias Sohn	<classpathentry kind="output" path="target/classes"/>
36*9a638b08SMatthias Sohn</classpath>