2004-06-24 19:55:36 +00:00
|
|
|
###############################################################################
|
2010-06-03 14:35:46 +00:00
|
|
|
# Copyright (c) 2003, 2009 QNX Software Systems and others.
|
2004-06-24 19:55:36 +00:00
|
|
|
# All rights reserved. This program and the accompanying materials
|
2005-06-27 03:46:51 +00:00
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
2004-06-24 19:55:36 +00:00
|
|
|
# which accompanies this distribution, and is available at
|
2005-06-27 03:46:51 +00:00
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
2006-06-23 17:27:03 +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,\
|
2003-11-25 18:24:55 +00:00
|
|
|
about.html,\
|
2006-01-18 18:16:35 +00:00
|
|
|
.,\
|
2005-11-15 21:33:43 +00:00
|
|
|
META-INF/
|
2002-08-21 03:35:59 +00:00
|
|
|
javadoc.packages = org.eclipse.cdt.debug.core.*,\
|
|
|
|
org.eclipse.cdt.debug.core.cdi.*,\
|
|
|
|
org.eclipse.cdt.debug.core.cdi.event.*,\
|
|
|
|
org.eclipse.cdt.debug.core.cdi.model.*
|
2009-04-09 19:51:46 +00:00
|
|
|
src.includes = schema/,\
|
|
|
|
about.html
|
2016-03-08 23:03:16 +00:00
|
|
|
source.. = src/
|
2006-01-18 18:16:35 +00:00
|
|
|
|