Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 382729f35b068fd6afd1f9526891f814a584bf2c (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
###############################################################################
#  Copyright (c) 2003, 2014 IBM Corporation 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
# 
#  Contributors:
#     IBM Corporation - initial API and implementation
#     Martin Oberhuber (Wind River) - [303083] Split out the Spawner
###############################################################################
bin.includes = plugin.properties,\
               about.html,\
               .,\
               META-INF/
src.includes = about.html
javadoc.packages = org.eclipse.cdt.utils.*,\
                   org.eclipse.cdt.utils.pty.*,\
                   org.eclipse.cdt.utils.spawner.*
source.. = src/

jre.compilation.profile=JavaSE-1.7
javacSource=1.7
javacTarget=1.7

Back to the top