Skip to content

Commit 1062c88

Browse files
BananeweizenCalixte
authored andcommitted
infra: filter duplicated resources
When importing all projects in Eclipse, the Maven modules are imported as standalone projects, but also appear as child folders of the root module. That in turn leads to always having each file appear twice when opening the resource selection dialog, running a file search etc. Mark the child folders in the root module project as derived, which will hide them in most file related operations afterwards.
1 parent a64db2e commit 1062c88

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.derived

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# AutoDeriv plugin configuration.
22
# To make this work, you need to install the plugin from https://nodj.github.io/AutoDeriv/
33

4-
# target folders of eclipse and maven
4+
# target folders of Eclipse and Maven
55
target
66
bin
7+
8+
# The nested Maven modules are all shown as folders of this project, leading to duplicate search results etc.
9+
# Set them derived in this project only (doesn't have any effect on the Eclipse projects for the same Maven modules).
10+
net.sf.eclipsecs.branding
11+
net.sf.eclipsecs.checkstyle
12+
net.sf.eclipsecs.core
13+
net.sf.eclipsecs.doc
14+
net.sf.eclipsecs.sample
15+
net.sf.eclipsecs.target
16+
net.sf.eclipsecs.ui
17+
net.sf.eclipsecs-feature
18+
net.sf.eclipsecs-updatesite

0 commit comments

Comments
 (0)