aboutsummaryrefslogtreecommitdiff
path: root/.classpath
blob: 3390740d091465c4ff83f395ff6cac3fd54df3e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src/core"/>
	<classpathentry kind="src" path="src/eclipseAgent"/>
	<classpathentry kind="src" path="src/installer"/>
	<classpathentry kind="src" path="src/delombok"/>
	<classpathentry kind="src" path="experimental/src"/>
	<classpathentry kind="src" path="test/delombok/src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="deps/lombok/org.eclipse.jdt.core_3.5.0.v_963.jar"/>
	<classpathentry kind="lib" path="deps/lombok/org.eclipse.jdt.ui_3.5.1.r351_v20090821-0800.jar"/>
	<classpathentry kind="lib" path="deps/lombok/org.eclipse.core.runtime_3.5.0.v20090525.jar"/>
	<classpathentry kind="lib" path="deps/lombok/org.eclipse.osgi_3.5.0.v20090520.jar"/>
	<classpathentry kind="lib" path="deps/lombok/org.eclipse.equinox.common_3.5.0.v20090520-1800.jar"/>
	<classpathentry kind="lib" path="deps/junit-4.7.jar"/>
	<classpathentry combineaccessrules="false" kind="src" path="/lombok.patcher"/>
	<classpathentry kind="lib" path="deps/lombok/tools.jar"/>
	<classpathentry kind="lib" path="deps/lombok/spi-0.2.4.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>