Skip to content

Commit f07a1b5

Browse files
PerfectCarlNotalifeform
authored andcommitted
[#1730] Exclude usual views folders from eclipse class path
1 parent fe9c069 commit f07a1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/eclipse/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry excluding="views/**" kind="src" path="app"/>
3+
<classpathentry excluding="japidviews/**|rythm/**|views/**" kind="src" path="app"/>
44
%TESTCLASSPATH%
55
%MODULES%
66
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

0 commit comments

Comments
 (0)