2004-06-24 19:55:36 +00:00
|
|
|
###############################################################################
|
2005-06-27 03:46:51 +00:00
|
|
|
# Copyright (c) 2003, 2005 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
|
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,\
|
2005-11-15 21:33:43 +00:00
|
|
|
cdtdebugcore.jar,\
|
|
|
|
META-INF/
|
2004-07-15 15:02:04 +00:00
|
|
|
source.cdtdebugcore.jar = src/,\
|
|
|
|
cdi/
|
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.*
|
2004-05-24 17:18:38 +00:00
|
|
|
src.includes = schema/
|
2004-07-15 15:02:04 +00:00
|
|
|
jars.compile.order =
|
|
|
|
output.cdtdebugcore.jar = bin/
|