forked from PAMunb/static-analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
41 lines (41 loc) · 2.71 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry including="**/*.java" kind="src" path="src"/>
<classpathentry kind="src" path="src-tests"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib/commons-configuration-1.6.jar"/>
<classpathentry kind="lib" path="lib/commons-lang-2.5.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.contenttype_3.4.1.R35x_v20090826-0451.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.jobs_3.4.100.v20090429-1800.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.resources_3.5.2.R35x_v20091203-1235.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.resources.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.runtime_3.5.0.v20090525.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.runtime-3.1.0.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.common_3.5.1.R35x_v20090807-1100.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.preferences_3.2.301.R35x_v20091117.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jdt.core_3.8.1.v20120531-0637.jar" sourcepath="/Users/rbonifacio/.m2/repository/org/eclipse/tycho/org.eclipse.jdt.core/3.8.1.v20120531-0637/org.eclipse.jdt.core-3.8.1.v20120531-0637-sources.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.osgi_3.5.2.R35x_v20100126.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.osgi_3.6.0.v20100128-1430_NLSONLY.jar"/>
<classpathentry kind="lib" path="lib/org.osgi.core-4.2.0.jar"/>
<classpathentry kind="lib" path="lib/spring-aop-4.1.6.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-beans-4.1.6.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-context-4.1.6.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-core-4.1.6.RELEASE.jar"/>
<classpathentry kind="lib" path="lib/spring-expression-4.1.6.RELEASE.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>