Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ba8eade

Browse files
committedNov 13, 2014
Split IDE into 2 projects.
BEWARE: HIGHLY EXPERIMENTAL BRANCH
1 parent 2de206c commit ba8eade

File tree

274 files changed

+5903
-4826
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

274 files changed

+5903
-4826
lines changed
 

‎app/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
<classpathentry kind="lib" path="lib/jmdns-3.4.1.jar"/>
1414
<classpathentry kind="lib" path="lib/jsch-0.1.50.jar"/>
1515
<classpathentry kind="lib" path="lib/jssc-2.8.0.jar"/>
16+
<classpathentry combineaccessrules="false" kind="src" path="/arduino-core"/>
1617
<classpathentry kind="output" path="bin"/>
1718
</classpath>

‎arduino-core/.classpath

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="src"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="lib" path="lib/jna.jar"/>
6+
<classpathentry kind="lib" path="lib/apple.jar"/>
7+
<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
8+
<classpathentry kind="lib" path="lib/jmdns-3.4.1.jar"/>
9+
<classpathentry kind="lib" path="lib/jssc-2.8.0.jar"/>
10+
<classpathentry kind="lib" path="lib/jsch-0.1.50.jar"/>
11+
<classpathentry kind="output" path="bin"/>
12+
</classpath>

0 commit comments

Comments
 (0)
Please sign in to comment.