blob: 53e05748207389e373a119051ceef55749a7db38 [file] [log] [blame]
david_williams507b7302008-06-08 06:43:25 +00001###############################################################################
david_williams28ee0ae2010-09-19 08:39:14 +00002# Copyright (c) 2003, 2010 IBM Corporation and others.
david_williams507b7302008-06-08 06:43:25 +00003# 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
david_williams0ecd8ec2009-11-09 04:16:21 +000020logExtension=.xml
david_williams507b7302008-06-08 06:43:25 +000021# 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
david_williams0ecd8ec2009-11-09 04:16:21 +000025
david_williams507b7302008-06-08 06:43:25 +000026# 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
david_williams0ecd8ec2009-11-09 04:16:21 +000038
david_williams28ee0ae2010-09-19 08:39:14 +000039p2.gathering=true
40p2.compress=true
41skipMirroring=true
david_williams0ecd8ec2009-11-09 04:16:21 +000042
david_williams28ee0ae2010-09-19 08:39:14 +000043compilelogsDir=testcompilelogs
44topLevelElementType=feature
45topLevelElementId=org.eclipse.wst.jsdt_sdk.feature
david_williams0ecd8ec2009-11-09 04:16:21 +000046
47flattenDependencies=true
david_williams99df8ea2009-11-10 05:15:16 +000048parallelCompilation=true
49
david_williams28ee0ae2010-09-19 08:39:14 +000050generateSourceReferences=true
51