2004-06-24 19:55:36 +00:00
|
|
|
###############################################################################
|
2007-06-14 18:51:35 +00:00
|
|
|
# Copyright (c) 2003, 2007 QNX Software Systems and others.
|
2018-11-20 13:02:15 +00:00
|
|
|
#
|
|
|
|
# This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License 2.0
|
2004-06-24 19:55:36 +00:00
|
|
|
# which accompanies this distribution, and is available at
|
2018-11-20 13:02:15 +00:00
|
|
|
# https://www.eclipse.org/legal/epl-2.0/
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: EPL-2.0
|
2005-06-23 16:01:26 +00:00
|
|
|
#
|
2004-06-24 19:55:36 +00:00
|
|
|
# Contributors:
|
|
|
|
# QNX Software Systems - initial API and implementation
|
|
|
|
###############################################################################
|
|
|
|
|
2002-08-21 03:35:59 +00:00
|
|
|
bin.includes = plugin.xml,\
|
|
|
|
plugin.properties,\
|
|
|
|
about.html,\
|
2003-11-25 18:24:55 +00:00
|
|
|
icons/,\
|
2006-01-18 18:16:35 +00:00
|
|
|
.,\
|
2005-11-15 21:33:43 +00:00
|
|
|
META-INF/
|
2003-01-06 22:19:50 +00:00
|
|
|
javadoc.packages = org.eclipse.cdt.debug.ui.*,\
|
|
|
|
org.eclipse.cdt.debug.ui.sourcelookup.*
|
2006-01-18 18:16:35 +00:00
|
|
|
source.. = src/
|
2010-06-14 20:34:48 +00:00
|
|
|
src.includes = schema/,\
|
|
|
|
about.html
|