Skip to content

Commit

Permalink
infra: filter duplicated resources
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Bananeweizen authored and Calixte committed Sep 29, 2023
1 parent a64db2e commit 1062c88
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .derived
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# AutoDeriv plugin configuration.
# To make this work, you need to install the plugin from https://nodj.github.io/AutoDeriv/

# target folders of eclipse and maven
# target folders of Eclipse and Maven
target
bin

# The nested Maven modules are all shown as folders of this project, leading to duplicate search results etc.
# Set them derived in this project only (doesn't have any effect on the Eclipse projects for the same Maven modules).
net.sf.eclipsecs.branding
net.sf.eclipsecs.checkstyle
net.sf.eclipsecs.core
net.sf.eclipsecs.doc
net.sf.eclipsecs.sample
net.sf.eclipsecs.target
net.sf.eclipsecs.ui
net.sf.eclipsecs-feature
net.sf.eclipsecs-updatesite

0 comments on commit 1062c88

Please sign in to comment.