Skip to main content
summaryrefslogtreecommitdiffstats
blob: 48cda7c3c5bf171f1af3fba690ec20b38f4dc7a7 (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
33
34
35
36
37
38
39
###############################################################################
# Copyright (c) 2003, 2011 Wind River Systems, Inc. and others.
# 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
#
# Initial Contributors:
# The following Wind River employees contributed to the Terminal component
# that contains this file: Chris Thew, Fran Litterio, Stephen Lamb,
# Helmut Haigermoser and Ted Williams.
#
# Contributors:
# Michael Scharf (Wind River) - split into core, view and connector plugins 
# Martin Oberhuber (Wind River) - fixed copyright headers and beautified
# Anna Dushistova (MontaVista) - added icons
###############################################################################
bin.includes = .,\
               META-INF/,\
               plugin.xml,\
               plugin.properties,\
               .options,\
               README.txt,\
               about.html,\
               about.ini,\
               about.mappings,\
               about.properties,\
               tm32.png,\
               icons/,\
               HelpContexts.xml,\
               css/
               
source.. = src/
output.. = bin/
src.includes = schema/,\
               about.html
javacSource=1.4
javacTarget=1.4
               

Back to the top