1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-03-28 14:56:28 +01:00
cdt/terminal/features/org.eclipse.tm.terminal.connector.local.feature/p2.inf
nickboldt dd1eaecc6e Move terminal files into subfolder
Change-Id: Ibab77ef2ba53f4fd91363269330955eca5fd2bb3
Signed-off-by: nickboldt <nboldt@redhat.com>
2018-08-28 12:54:02 -04:00

22 lines
1.1 KiB
INI

###############################################################################
# Copyright (c) 2014, 2015 Wind River Systems, Inc. and others. All rights reserved.
# This program and the accompanying materials are made available under the terms
# of the Eclipse Public License v1.0 which accompanies this distribution, and is
# available at http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Wind River Systems - initial API and implementation
###############################################################################
# Make the org.eclipse.cdt.native feature dependency "optional" since it didn't
# exist in CDT 8.3 and we can also work on top of CDT 8.3.
# The real dependencies are all properly managed via p2.inf in the
# org.eclipse.tm.terminal.connector.process/META-INF/p2.inf file.
# The only benefit of requesting the feature here is that it allow pulling in
# additional fragments that we are not aware of in the bundle's p2.inf.
requires.0.namespace = org.eclipse.equinox.p2.iu
requires.0.name = org.eclipse.cdt.native.feature.group
requires.0.greedy = true
requires.0.optional = true