Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.classpath - github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 574e1c7f83dcea63b6b5bd83ef0a2a68811c8146 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry excluding="processing/app/tools/format/|processing/app/tools/format/src/|processing/app/Trace.java|processing/app/RunnerClassLoader.java" kind="src" path="app/src"/>
	<classpathentry kind="src" path="app/test"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="app/lib/apple.jar"/>
	<classpathentry kind="lib" path="app/test-lib/junit-4.11.jar"/>
	<classpathentry kind="lib" path="app/test-lib/fest-assert-1.2.jar"/>
	<classpathentry kind="lib" path="app/test-lib/fest-reflect-1.2.jar"/>
	<classpathentry kind="lib" path="app/test-lib/fest-swing-1.2.jar"/>
	<classpathentry kind="lib" path="app/test-lib/fest-util-1.1.2.jar"/>
	<classpathentry kind="lib" path="app/test-lib/jcip-annotations-1.0.jar"/>
	<classpathentry kind="lib" path="app/lib/commons-codec-1.7.jar"/>
	<classpathentry kind="lib" path="app/lib/commons-exec-1.1.jar"/>
	<classpathentry kind="lib" path="app/lib/commons-httpclient-3.1.jar"/>
	<classpathentry kind="lib" path="app/lib/commons-logging-1.0.4.jar"/>
	<classpathentry kind="lib" path="app/lib/commons-net-3.3.jar"/>
	<classpathentry kind="lib" path="app/lib/jmdns-3.5.3.jar"/>
	<classpathentry kind="lib" path="app/lib/slf4j-api-1.7.22.jar"/>
	<classpathentry kind="lib" path="app/lib/jsch-0.1.50.jar"/>
	<classpathentry kind="lib" path="app/lib/jssc-2.8.0-arduino3.jar"/>
	<classpathentry kind="lib" path="app/lib/bcpg-jdk15on-152.jar"/>
	<classpathentry kind="lib" path="app/lib/bcprov-jdk15on-152.jar"/>
	<classpathentry kind="lib" path="app/lib/jackson-core-2.9.5.jar"/>
	<classpathentry kind="lib" path="app/lib/jackson-databind-2.9.5.jar"/>
	<classpathentry kind="lib" path="app/lib/jackson-annotations-2.9.5.jar"/>
	<classpathentry kind="lib" path="app/lib/commons-compress-1.8.jar"/>
	<classpathentry kind="lib" path="app/lib/commons-lang3-3.8.1.jar"/>
	<classpathentry combineaccessrules="false" kind="src" path="/arduino-core"/>
	<classpathentry kind="output" path="app/bin"/>
</classpath>