2009-03-12 01:40:52 +00:00
|
|
|
#####################################################################################
|
2010-06-02 20:38:34 +00:00
|
|
|
# Copyright (c) 2006, 2009 PalmSource, Inc. and others.
|
2009-03-12 01:40:52 +00:00
|
|
|
# All rights reserved. This program and the accompanying materials
|
|
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
|
|
# which accompanies this distribution, and is available at
|
|
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
#
|
|
|
|
# Contributors:
|
|
|
|
# Ewa Matejska (PalmSource)
|
|
|
|
# Martin Oberhuber (Wind River) - fix 158529: Migrate docs to HTML / TOC format
|
|
|
|
# Martin Oberhuber (Wind River) - add help contexts
|
|
|
|
#####################################################################################
|
|
|
|
|
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
|
|
|
about.html,\
|
|
|
|
about.ini,\
|
|
|
|
about.mappings,\
|
|
|
|
about.properties,\
|
|
|
|
plugin.properties,\
|
|
|
|
plugin.xml,\
|
|
|
|
remotecdt.html,\
|
|
|
|
toc.xml,\
|
|
|
|
HelpContexts.xml,\
|
|
|
|
icons/,\
|
2009-08-10 14:42:44 +00:00
|
|
|
.,\
|
2010-06-03 21:11:36 +00:00
|
|
|
cdt_logo_icon32.png
|
2010-06-14 20:34:48 +00:00
|
|
|
src.includes = about.html
|