blob: 5aa6bc68db315927e7c1573a86dc95b8b615e3cb [file] [log] [blame]
# We are tweaking the dependency on the UDC collectors
# so our plugin is always installed by our feature but we don't want to always pull down the UDC bundles itself
# as it can be annoying for the end user which is why we mark the dependency non greedy.
# This means that there will be installations where our usagecollector bundle will be installed but not resolved.
requires.0.namespace = osgi.bundle
requires.0.name = org.eclipse.epp.usagedata.gathering
requires.0.greedy = false
requires.0.optional = true