blob: 5958187a48197f00180557897f3f6ff4502bf1fc [file] [log] [blame]
ndaib8cedc82005-09-13 18:00:32 +00001###############################################################################
david_williams67d27702006-11-20 16:36:52 +00002# Copyright (c) 2003, 2006 IBM Corporation and others.
ndaib8cedc82005-09-13 18:00:32 +00003# All rights reserved. This program and the accompanying materials
david_williams67d27702006-11-20 16:36:52 +00004# are made available under the terms of the Eclipse Public License v1.0
ndaib8cedc82005-09-13 18:00:32 +00005# which accompanies this distribution, and is available at
david_williams67d27702006-11-20 16:36:52 +00006# http://www.eclipse.org/legal/epl-v10.html
ndaib8cedc82005-09-13 18:00:32 +00007#
8# Contributors:
9# IBM Corporation - initial API and implementation
10###############################################################################
ndaib8cedc82005-09-13 18:00:32 +000011
david_williams26f83182007-12-09 06:56:43 +000012# This property file is used automatically by the PDE build process
13
david_williamsa0aec8e2006-05-23 00:29:00 +000014runPackager=true
ndaib8cedc82005-09-13 18:00:32 +000015
david_williams67d27702006-11-20 16:36:52 +000016# 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
ndaib8cedc82005-09-13 18:00:32 +000019collectingFolder=eclipse
david_williams5d9c9862007-11-19 04:42:55 +000020logExtension=.xml
ndaib8cedc82005-09-13 18:00:32 +000021# The prefix that will be used in the generated archive.
david_williams67d27702006-11-20 16:36:52 +000022# 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
ndaib8cedc82005-09-13 18:00:32 +000024archivePrefix=eclipse
25
ndaib8cedc82005-09-13 18:00:32 +000026# Whether or not to include debug info in the output jars
david_williams26f83182007-12-09 06:56:43 +000027javacDebugInfo=true
ndaib8cedc82005-09-13 18:00:32 +000028
29# Whether or not to fail the build if there are compiler errors
david_williams373420d2007-12-13 08:37:55 +000030javacFailOnError=false
ndaib8cedc82005-09-13 18:00:32 +000031
david_williams15480102006-09-02 03:58:16 +000032##################################################
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