Skip to content

Commit b823aa3

Browse files
committed
Remove unexisting source excludes
Remove exclude file entries that do not exist in the project.
1 parent 6ed443e commit b823aa3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Diff for: .classpath

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry excluding="processing/app/tools/format/|processing/app/tools/format/src/|processing/app/Trace.java|processing/app/RunnerClassLoader.java" kind="src" path="app/src"/>
43
<classpathentry kind="src" path="app/test"/>
54
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
65
<classpathentry kind="lib" path="arduino-core/lib/apple.jar"/>

Diff for: app/.classpath

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry excluding="processing/app/tools/format/" kind="src" path="src"/>
43
<classpathentry kind="src" path="test"/>
54
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
65
<classpathentry combineaccessrules="false" kind="src" path="/arduino-core"/>

0 commit comments

Comments
 (0)