Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7a1bbdddb3bdfcb5ef556ed88965d2c49c799b36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
###############################################################################
# Copyright (c) 2012, 2014 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 2.0 which accompanies this distribution, and is
# available at https://www.eclipse.org/legal/epl-2.0/
#
# Contributors:
# Wind River Systems - initial API and implementation
###############################################################################
bin.includes = feature.xml,\
               feature.properties
src.includes = feature.properties

Back to the top