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

github.com/arduino/Arduino.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2011-08-16 21:57:39 +0400
committerCristian Maglie <c.maglie@bug.st>2011-08-16 21:57:39 +0400
commit3fc96366b1b14ebcf91984204f96bbff8bce1046 (patch)
treef0f84c9219d652136c2bdaaf5f9df8acbc9991d9 /.classpath
parent42943b4de3885ce82aaace01cce79bd02b5e1acb (diff)
Fixed projects setting to make it compile again inside Eclipse IDE
Diffstat (limited to '.classpath')
-rw-r--r--.classpath10
1 files changed, 6 insertions, 4 deletions
diff --git a/.classpath b/.classpath
index 71e8cc144..5f528e603 100644
--- a/.classpath
+++ b/.classpath
@@ -2,9 +2,11 @@
<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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry combineaccessrules="false" kind="src" path="/core"/>
- <classpathentry kind="lib" path="build/shared/lib/antlr.jar"/>
- <classpathentry kind="lib" path="build/shared/lib/registry.jar"/>
- <classpathentry kind="lib" path="build/shared/lib/apple.jar"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/processing-core"/>
+ <classpathentry kind="lib" path="app/lib/antlr.jar"/>
+ <classpathentry kind="lib" path="app/lib/apple.jar"/>
+ <classpathentry kind="lib" path="app/lib/ecj.jar"/>
+ <classpathentry kind="lib" path="app/lib/jna.jar"/>
+ <classpathentry kind="lib" path="app/lib/RXTXcomm.jar"/>
<classpathentry kind="output" path="app/bin"/>
</classpath>