This name pattern matches ch.ethz.iks.anything. The regex (\..+)? matches zero or more occurrences of . followed by one of more of any character. Skip Component is not checked. This name pattern matchesorg.eclipse.ecf.anything. The regex (\..+)? matches zero or more occurrences of . followed by one of more of any character. Skip Component is not checked. This name pattern matches org.eclipse.team.ecf.anything. The regex (\..+)? matches zero or more occurrences of . followed by one of more of any character. Skip Component is not checked. The name pattern matches org.jivesoftware.smack exactly. Skip Component is not checked. The name pattern matches com.mycorp.examplesanything. The regex (\..+)? matches zero or more occurrences of . followed by one of more of any character. Skip Component is not checked. The name pattern matches org.eclipse.equinox.p2.user.ui exactly. Skip Component is checked so that this component which comes from the platform is not resolved. Everything not picked up by the previous name patterns is rejected.