Skip to content

Commit 1f175e9

Browse files
committed
Updated eclipse project files
1 parent 2339049 commit 1f175e9

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

app/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<classpath>
33
<classpathentry excluding="processing/app/tools/format/" kind="src" path="src"/>
44
<classpathentry kind="src" path="test"/>
5-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
66
<classpathentry kind="lib" path="lib/antlr.jar"/>
77
<classpathentry kind="lib" path="lib/ecj.jar"/>
88
<classpathentry kind="lib" path="lib/apple.jar"/>

app/.settings/org.eclipse.jdt.core.prefs

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
44
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5-
org.eclipse.jdt.core.compiler.compliance=1.6
5+
org.eclipse.jdt.core.compiler.compliance=1.8
66
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
77
org.eclipse.jdt.core.compiler.debug.localVariable=generate
88
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
@@ -62,7 +62,7 @@ org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=di
6262
org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled
6363
org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning
6464
org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning
65-
org.eclipse.jdt.core.compiler.source=1.6
65+
org.eclipse.jdt.core.compiler.source=1.8
6666
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
6767
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
6868
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0
@@ -145,7 +145,6 @@ org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true
145145
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true
146146
org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=false
147147
org.eclipse.jdt.core.formatter.indentation.size=2
148-
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation=insert
149148
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert
150149
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert
151150
org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert

arduino-core/.classpath

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
33
<classpathentry kind="src" path="src"/>
4-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
55
<classpathentry kind="lib" path="lib/apple.jar"/>
66
<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/>
77
<classpathentry kind="lib" path="lib/jmdns-3.4.1.jar"/>
@@ -29,5 +29,7 @@
2929
<classpathentry kind="lib" path="lib/jackson-databind-2.2.3.jar"/>
3030
<classpathentry kind="lib" path="lib/jackson-module-mrbean-2.2.3.jar"/>
3131
<classpathentry kind="lib" path="lib/java-semver-0.8.0.jar"/>
32+
<classpathentry kind="lib" path="lib/jna-4.1.0.jar"/>
33+
<classpathentry kind="lib" path="lib/jna-platform-4.1.0.jar"/>
3234
<classpathentry kind="output" path="bin"/>
3335
</classpath>

0 commit comments

Comments
 (0)