Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: cc6772ab01eab3cdee5f23527ff006b2fc7707ed (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                               
                                                          


                                                                       
                                                           


                                         
 


                                                          
                                                                                                           
                                                                               
                           
                          


                         
               
                         
###############################################################################
#  Copyright (c) 2009, 2014 Wind River Systems and others.
#
#  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/
#
#  SPDX-License-Identifier: EPL-2.0
#
#  Contributors:
#      Wind River Systems - initial API and implementation
#	   IBM Corporation
#      Alvaro Sanchez-Leon (Ericsson) - Bug 437562 - Split the dsf-gdb tests to a plug-in and fragment pair
###############################################################################
bin.includes = plugin.xml,\
               META-INF/,\
               .,\
               data/,\
               about.html
source.. = src/
src.includes = about.html

Back to the top