blob: e8db6cc573a3836976d4443844282c2175bfe14d [file] [log] [blame]
david_williams24b89fd2009-03-13 07:01:50 +00001###############################################################################
2# Copyright (c) 2003, 2009 IBM Corporation and others.
3# All rights reserved. This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License v1.0
5# which accompanies this distribution, and is available at
6# http://www.eclipse.org/legal/epl-v10.html
7#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
11
12# This property file is used automatically by the PDE build process
13
14runPackager=true
15
16# This is a subdirectory of $buildDirectory
17# Set collectingFolder and archivePrefix to . if you want to create archives without
18# trailing eclipse in the paths of the included files
19collectingFolder=eclipse
20logExtension=.xml
21# The prefix that will be used in the generated archive.
22# Does not make sense to use a different archivePrefix than collectingFolder,
23# because zip wouldn't find any files to include into the target zip otherwise
24archivePrefix=eclipse
25
26# Whether or not to include debug info in the output jars
27javacDebugInfo=true
28
29# Whether or not to fail the build if there are compiler errors
30javacFailOnError=false
31
32##################################################
33# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
34# using the JDT Compiler Adapter to compile.
35javacVerbose=true
36
37sign=true
38
39#############################################################
40
41# Properties introduced in 3.5 M3 (PDE base builder R35_M2). See
42# http://aniefer.blogspot.com/2008/10/sorting-bundles-and-parallel.html
43
44flattenDependencies=true
45parallelCompilation=true
david_williams1641c472009-11-10 06:43:29 +000046
47prereq.eclipseplatform=false
48prereq.eclipse=false
49prereq.emf=false
50prereq.emfxsd=false
51prereq.emfvalidation=false
52prereq.gef=false
53prereq.dtp=false
54prereq.wst=false
55prereq.jst=false
56prereq.wtp=false
57