Skip to main content
summaryrefslogtreecommitdiffstats
blob: f1908ea166cfcf2f6b4b033a7a72741e7b8b2d41 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#####################################################################################
# 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)
# 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,\
               eclipse32.png,\
               plugin.properties,\
               plugin.xml,\
               remotecdt.html,\
               toc.xml,\
               HelpContexts.xml,\
               icons/,\
               .
src.includes = META-INF/,\
               about.html,\
               icons/,\
               plugin.xml

Back to the top