2004-06-24 19:29:42 +00:00
|
|
|
###############################################################################
|
|
|
|
# Copyright (c) 2003, 2004 IBM Corporation and others.
|
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Common Public License v1.0
|
|
|
|
# which accompanies this distribution, and is available at
|
|
|
|
# http://www.eclipse.org/legal/cpl-v10.html
|
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# IBM Corporation - initial API and implementation
|
|
|
|
###############################################################################
|
2003-01-06 19:46:51 +00:00
|
|
|
bin.includes = about.html,\
|
2003-06-14 21:14:56 +00:00
|
|
|
plugin.xml,\
|
2002-07-16 01:52:35 +00:00
|
|
|
about.html,\
|
|
|
|
icons/,\
|
2003-11-25 18:24:55 +00:00
|
|
|
plugin.properties,\
|
|
|
|
cdtui.jar
|
2002-07-09 18:07:38 +00:00
|
|
|
source.cdtui.jar = src/,\
|
2004-03-08 21:21:52 +00:00
|
|
|
utils.ui/,\
|
2004-03-09 22:00:19 +00:00
|
|
|
browser/,\
|
|
|
|
refactor/
|
2003-01-06 19:46:51 +00:00
|
|
|
src.includes = about.html,\
|
2004-05-24 17:18:38 +00:00
|
|
|
schema/
|
2003-01-06 19:46:51 +00:00
|
|
|
javadoc.packages = org.eclipse.cdt.ui.*,\
|
|
|
|
org.eclipse.cdt.ui.wizards.*,\
|
2003-06-14 21:14:56 +00:00
|
|
|
org.eclipse.cdt.ui.wizards.conversion.*
|
2004-03-08 21:21:52 +00:00
|
|
|
output.cdtui.jar = bin/
|