|
3 | 3 | <classpathentry excluding="processing/app/tools/format/" kind="src" path="src"/>
|
4 | 4 | <classpathentry kind="src" path="test"/>
|
5 | 5 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
| 6 | + <classpathentry combineaccessrules="false" kind="src" path="/arduino-core"/> |
| 7 | + <classpathentry kind="output" path="bin"/> |
6 | 8 | <classpathentry kind="lib" path="lib/apple.jar"/>
|
| 9 | + <classpathentry kind="lib" path="lib/batik-1.8.jar"/> |
| 10 | + <classpathentry kind="lib" path="lib/batik-anim-1.8.jar"/> |
| 11 | + <classpathentry kind="lib" path="lib/batik-awt-util-1.8.jar"/> |
| 12 | + <classpathentry kind="lib" path="lib/batik-bridge-1.8.jar"/> |
| 13 | + <classpathentry kind="lib" path="lib/batik-codec-1.8.jar"/> |
| 14 | + <classpathentry kind="lib" path="lib/batik-css-1.8.jar"/> |
| 15 | + <classpathentry kind="lib" path="lib/batik-dom-1.8.jar"/> |
| 16 | + <classpathentry kind="lib" path="lib/batik-ext-1.8.jar"/> |
| 17 | + <classpathentry kind="lib" path="lib/batik-gvt-1.8.jar"/> |
| 18 | + <classpathentry kind="lib" path="lib/batik-parser-1.8.jar"/> |
| 19 | + <classpathentry kind="lib" path="lib/batik-rasterizer-1.8.jar"/> |
| 20 | + <classpathentry kind="lib" path="lib/batik-script-1.8.jar"/> |
| 21 | + <classpathentry kind="lib" path="lib/batik-squiggle-1.8.jar"/> |
| 22 | + <classpathentry kind="lib" path="lib/batik-svg-dom-1.8.jar"/> |
| 23 | + <classpathentry kind="lib" path="lib/batik-svgpp-1.8.jar"/> |
| 24 | + <classpathentry kind="lib" path="lib/batik-transcoder-1.8.jar"/> |
| 25 | + <classpathentry kind="lib" path="lib/batik-util-1.8.jar"/> |
| 26 | + <classpathentry kind="lib" path="lib/batik-xml-1.8.jar"/> |
7 | 27 | <classpathentry kind="lib" path="lib/bcpg-jdk15on-152.jar"/>
|
8 | 28 | <classpathentry kind="lib" path="lib/bcprov-jdk15on-152.jar"/>
|
9 | 29 | <classpathentry kind="lib" path="lib/commons-codec-1.7.jar"/>
|
10 | 30 | <classpathentry kind="lib" path="lib/commons-compress-1.8.jar"/>
|
11 | 31 | <classpathentry kind="lib" path="lib/commons-exec-1.1.jar"/>
|
12 | 32 | <classpathentry kind="lib" path="lib/commons-httpclient-3.1.jar"/>
|
| 33 | + <classpathentry kind="lib" path="lib/commons-lang3-3.3.2.jar"/> |
13 | 34 | <classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
|
14 | 35 | <classpathentry kind="lib" path="lib/commons-net-3.3.jar"/>
|
15 | 36 | <classpathentry kind="lib" path="lib/jackson-annotations-2.6.3.jar"/>
|
16 | 37 | <classpathentry kind="lib" path="lib/jackson-core-2.6.3.jar"/>
|
17 | 38 | <classpathentry kind="lib" path="lib/jackson-databind-2.6.3.jar"/>
|
18 | 39 | <classpathentry kind="lib" path="lib/jackson-module-mrbean-2.6.3.jar"/>
|
| 40 | + <classpathentry kind="lib" path="lib/java-semver-0.8.0.jar"/> |
19 | 41 | <classpathentry kind="lib" path="lib/jmdns-3.4.1.jar"/>
|
20 | 42 | <classpathentry kind="lib" path="lib/jsch-0.1.50.jar"/>
|
21 | 43 | <classpathentry kind="lib" path="lib/jssc-2.8.0.jar"/>
|
| 44 | + <classpathentry kind="lib" path="lib/rsyntaxtextarea-2.5.8.1+arduino.jar"/> |
| 45 | + <classpathentry kind="lib" path="lib/xml-apis-1.3.04.jar"/> |
| 46 | + <classpathentry kind="lib" path="lib/xml-apis-ext-1.3.04.jar"/> |
| 47 | + <classpathentry kind="lib" path="lib/xmlgraphics-commons-2.0.jar"/> |
22 | 48 | <classpathentry kind="lib" path="test-lib/junit-4.11.jar"/>
|
23 | 49 | <classpathentry kind="lib" path="test-lib/fest-assert-1.2.jar"/>
|
24 | 50 | <classpathentry kind="lib" path="test-lib/fest-reflect-1.2.jar"/>
|
25 | 51 | <classpathentry kind="lib" path="test-lib/fest-swing-1.2.jar"/>
|
26 | 52 | <classpathentry kind="lib" path="test-lib/fest-util-1.1.2.jar"/>
|
27 |
| - <classpathentry combineaccessrules="false" kind="src" path="/arduino-core"/> |
28 | 53 | <classpathentry kind="lib" path="test-lib/jcip-annotations-1.0.jar"/>
|
29 |
| - <classpathentry kind="lib" path="lib/commons-lang3-3.3.2.jar"/> |
30 |
| - <classpathentry kind="lib" path="lib/java-semver-0.8.0.jar"/> |
31 |
| - <classpathentry kind="lib" path="lib/rsyntaxtextarea-2.5.8.1+arduino.jar"/> |
32 |
| - <classpathentry kind="output" path="bin"/> |
33 | 54 | </classpath>
|
0 commit comments