forked from opensourceBIM/mvdXMLChecker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
43 lines (43 loc) · 2.92 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
42
43
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="antlr-3.4-complete.jar"/>
<classpathentry kind="lib" path="lib/bimserver-1.4.0-FINAL-2015-05-14-buildingSMARTLibrary.jar"/>
<classpathentry kind="lib" path="lib/bimserver-1.4.0-FINAL-2015-05-14-client-lib.jar"/>
<classpathentry kind="lib" path="lib/bimserver-1.4.0-FINAL-2015-05-14-ifc.jar"/>
<classpathentry kind="lib" path="lib/bimserver-1.4.0-FINAL-2015-05-14-ifcplugins.jar"/>
<classpathentry kind="lib" path="lib/bimserver-1.4.0-FINAL-2015-05-14-shared.jar"/>
<classpathentry kind="lib" path="lib/bimserver-1.4.0-FINAL-2015-05-14.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.7.jar"/>
<classpathentry kind="lib" path="lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/gson-2.2.4.jar"/>
<classpathentry kind="lib" path="lib/guava-16.0.1.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.3.6.jar"/>
<classpathentry kind="lib" path="lib/httpclient-cache-4.3.2.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.3.3.jar"/>
<classpathentry kind="lib" path="lib/httpmime-4.3.2.jar"/>
<classpathentry kind="lib" path="lib/jackson-annotations-2.5.0.jar"/>
<classpathentry kind="lib" path="lib/jackson-core-2.5.1.jar"/>
<classpathentry kind="lib" path="lib/jackson-databind-2.5.1.jar"/>
<classpathentry kind="lib" path="lib/javassist.jar"/>
<classpathentry kind="lib" path="lib/log4j-1.2.16.jar"/>
<classpathentry kind="lib" path="lib/mail.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.contenttype_3.4.200.v20120523-2004.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.jobs_3.5.200.v20120521-2346.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.resources_3.8.0.v20120522-2034.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.core.runtime_3.8.0.v20120521-2346.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.emf_2.6.0.v20130902-0605.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.emf.common_2.9.1.v20130827-0309.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.emf.ecore_2.9.1.v20130827-0309.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.emf.ecore.xmi_2.9.1.v20130827-0309.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.common_3.6.100.v20120522-1841.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.equinox.preferences_3.5.0.v20120522-1841.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.jdt.core_3.8.1.v20120531-0637.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.osgi_3.8.0.v20120529-1548.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.6.2.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.6.2.jar"/>
<classpathentry kind="lib" path="lib/vecmath.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>