Skip to content

Commit ee3c37b

Browse files
committed
Update app/.classpath to be consistent with .classpath
Update `app/.classpath` so that it is consistent with `/.classpath`. This file is used when setting up `app` as a module of the main project (which is optional, since the main project and the `app` module have the same source and bin directories).
1 parent b823aa3 commit ee3c37b

File tree

2 files changed

+14
-23
lines changed

2 files changed

+14
-23
lines changed

Diff for: .classpath

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3+
<classpathentry kind="src" path="app/src"/>
34
<classpathentry kind="src" path="app/test"/>
45
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
56
<classpathentry kind="lib" path="arduino-core/lib/apple.jar"/>

Diff for: app/.classpath

+13-23
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3+
<classpathentry kind="src" path="src"/>
34
<classpathentry kind="src" path="test"/>
45
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
5-
<classpathentry combineaccessrules="false" kind="src" path="/arduino-core"/>
6-
<classpathentry kind="lib" path="lib/apple.jar"/>
6+
<classpathentry kind="lib" path="/arduino-core/lib/apple.jar"/>
77
<classpathentry kind="lib" path="lib/batik-1.8.jar"/>
88
<classpathentry kind="lib" path="lib/batik-anim-1.8.jar"/>
99
<classpathentry kind="lib" path="lib/batik-awt-util-1.8.jar"/>
@@ -22,35 +22,25 @@
2222
<classpathentry kind="lib" path="lib/batik-transcoder-1.8.jar"/>
2323
<classpathentry kind="lib" path="lib/batik-util-1.8.jar"/>
2424
<classpathentry kind="lib" path="lib/batik-xml-1.8.jar"/>
25-
<classpathentry kind="lib" path="lib/bcpg-jdk15on-152.jar"/>
26-
<classpathentry kind="lib" path="lib/bcprov-jdk15on-152.jar"/>
27-
<classpathentry kind="lib" path="lib/commons-codec-1.7.jar"/>
28-
<classpathentry kind="lib" path="lib/commons-compress-1.8.jar"/>
29-
<classpathentry kind="lib" path="lib/commons-exec-1.1.jar"/>
30-
<classpathentry kind="lib" path="lib/commons-httpclient-3.1.jar"/>
31-
<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
32-
<classpathentry kind="lib" path="lib/commons-net-3.3.jar"/>
33-
<classpathentry kind="lib" path="lib/jackson-annotations-2.9.5.jar"/>
34-
<classpathentry kind="lib" path="lib/jackson-core-2.9.5.jar"/>
35-
<classpathentry kind="lib" path="lib/jackson-databind-2.9.5.jar"/>
36-
<classpathentry kind="lib" path="lib/jackson-module-mrbean-2.9.5.jar"/>
37-
<classpathentry kind="lib" path="lib/java-semver-0.8.0.jar"/>
38-
<classpathentry kind="lib" path="lib/jmdns-3.5.3.jar"/>
39-
<classpathentry kind="lib" path="lib/slf4j-api-1.7.22.jar"/>
40-
<classpathentry kind="lib" path="lib/slf4j-simple-1.7.22.jar"/>
41-
<classpathentry kind="lib" path="lib/jsch-0.1.50.jar"/>
42-
<classpathentry kind="lib" path="lib/jssc-2.8.0-arduino3.jar"/>
25+
<classpathentry kind="lib" path="/arduino-core/lib/commons-compress-1.8.jar"/>
26+
<classpathentry kind="lib" path="/arduino-core/lib/commons-lang3-3.8.1.jar"/>
27+
<classpathentry kind="lib" path="/arduino-core/lib/jackson-core-2.9.5.jar"/>
28+
<classpathentry kind="lib" path="/arduino-core/lib/jackson-databind-2.9.5.jar"/>
29+
<classpathentry kind="lib" path="/arduino-core/lib/jackson-module-mrbean-2.9.5.jar"/>
30+
<classpathentry kind="lib" path="/arduino-core/lib/java-semver-0.8.0.jar"/>
31+
<classpathentry kind="lib" path="/arduino-core/lib/jsch-0.1.50.jar"/>
32+
<classpathentry kind="lib" path="/arduino-core/lib/jssc-2.8.0-arduino3.jar"/>
33+
<classpathentry kind="lib" path="lib/jtouchbar-1.0.0.jar"/>
4334
<classpathentry kind="lib" path="lib/rsyntaxtextarea-3.0.3-SNAPSHOT.jar"/>
4435
<classpathentry kind="lib" path="lib/xml-apis-1.3.04.jar"/>
4536
<classpathentry kind="lib" path="lib/xml-apis-ext-1.3.04.jar"/>
4637
<classpathentry kind="lib" path="lib/xmlgraphics-commons-2.0.jar"/>
47-
<classpathentry kind="lib" path="test-lib/junit-4.11.jar"/>
4838
<classpathentry kind="lib" path="test-lib/fest-assert-1.2.jar"/>
4939
<classpathentry kind="lib" path="test-lib/fest-reflect-1.2.jar"/>
5040
<classpathentry kind="lib" path="test-lib/fest-swing-1.2.jar"/>
5141
<classpathentry kind="lib" path="test-lib/fest-util-1.1.2.jar"/>
5242
<classpathentry kind="lib" path="test-lib/jcip-annotations-1.0.jar"/>
53-
<classpathentry kind="lib" path="lib/jtouchbar-1.0.0.jar"/>
54-
<classpathentry kind="lib" path="lib/commons-lang3-3.8.1.jar"/>
43+
<classpathentry kind="lib" path="test-lib/junit-4.11.jar"/>
44+
<classpathentry combineaccessrules="false" kind="src" path="/arduino-core"/>
5545
<classpathentry kind="output" path="bin"/>
5646
</classpath>

0 commit comments

Comments
 (0)