1

I have a grey (or brown?) mark on top of my projects here:

Click Here For Image

Does anyone know what this means and what I should I do about it?

howlger
  • 31,050
  • 11
  • 59
  • 99
  • Possible duplicate of [What do the icons in Eclipse mean?](https://stackoverflow.com/questions/1561336/what-do-the-icons-in-eclipse-mean) – JoSSte Nov 19 '18 at 06:52
  • It is not clear which part of the image you are asking about. – greg-449 Nov 19 '18 at 08:19
  • @JoSSte In Eclipse icons that icon is not listed. – daud_config Nov 19 '18 at 08:41
  • @greg-449 the grey icon next to M. – daud_config Nov 19 '18 at 09:10
  • It visualizes a project nature that I do not know (maybe Perl or Camel; unfortunately, the Maven-`M` covers a part of the decoration icon). In the _Navigator_ view open the file `.project` and tell us which `` (beside the Maven nature) there are. – howlger Nov 19 '18 at 10:01
  • @howlger these are the natures. org.fusesource.ide.project.RiderProjectNature org.eclipse.m2e.core.maven2Nature org.eclipse.jem.workbench.JavaEMFNature org.eclipse.wst.common.modulecore.ModuleCoreNature org.maven.ide.eclipse.maven2Nature org.eclipse.jdt.core.javanature org.eclipse.wst.common.project.facet.core.nature – daud_config Nov 19 '18 at 10:14

1 Answers1

2

This icon says it's an Apache Camel project.

Obviously, you have Red Hat Fuse Tooling for Eclipse installed, identifiable by the org.fusesource.ide.project.RiderProjectNature project nature, which is visualized on project level by the following decoration icon (see camel_project_16x16.png at GitHub):

camel_project_16x16.png

Unfortunately, the Maven-M covers the camel's head.

howlger
  • 31,050
  • 11
  • 59
  • 99