2006-09-21 20:31:44 +00:00
|
|
|
#####################################################################################
|
|
|
|
# Copyright (c) 2006 PalmSource, Inc.
|
|
|
|
# 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)
|
2006-11-10 21:08:48 +00:00
|
|
|
# Martin Oberhuber (Wind River) - fix 158529: Migrate docs to HTML / TOC format
|
2006-11-10 22:31:17 +00:00
|
|
|
# Martin Oberhuber (Wind River) - add help contexts
|
2006-09-21 20:31:44 +00:00
|
|
|
#####################################################################################
|
|
|
|
|
2006-05-24 16:39:41 +00:00
|
|
|
source.. = src/
|
|
|
|
output.. = bin/
|
|
|
|
bin.includes = META-INF/,\
|
2006-07-25 16:00:51 +00:00
|
|
|
about.html,\
|
2006-09-28 14:01:55 +00:00
|
|
|
about.ini,\
|
|
|
|
about.mappings,\
|
|
|
|
about.properties,\
|
|
|
|
eclipse32.png,\
|
2006-09-20 22:05:39 +00:00
|
|
|
plugin.properties,\
|
|
|
|
plugin.xml,\
|
2006-11-10 21:08:48 +00:00
|
|
|
remotecdt.html,\
|
|
|
|
toc.xml,\
|
2006-11-10 22:31:17 +00:00
|
|
|
HelpContexts.xml,\
|
2006-07-25 16:00:51 +00:00
|
|
|
icons/,\
|
2006-09-20 22:05:39 +00:00
|
|
|
.
|
2006-07-25 16:00:51 +00:00
|
|
|
src.includes = META-INF/,\
|
|
|
|
about.html,\
|
2006-05-24 16:39:41 +00:00
|
|
|
icons/,\
|
2006-07-25 16:00:51 +00:00
|
|
|
plugin.xml
|