david_williams | 948bf55 | 2007-02-26 05:17:22 +0000 | [diff] [blame] | 1 | ############################################################################### |
| 2 | # Copyright (c) 2003, 2006 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 | |
david_williams | 26f8318 | 2007-12-09 06:56:43 +0000 | [diff] [blame] | 12 | # This property file is used automatically by the PDE build process |
| 13 | |
david_williams | 948bf55 | 2007-02-26 05:17:22 +0000 | [diff] [blame] | 14 | runPackager=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 |
| 19 | collectingFolder=eclipse |
| 20 | |
| 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 |
| 24 | archivePrefix=eclipse |
| 25 | |
| 26 | # Whether or not to include debug info in the output jars |
david_williams | 26f8318 | 2007-12-09 06:56:43 +0000 | [diff] [blame] | 27 | javacDebugInfo=true |
david_williams | 948bf55 | 2007-02-26 05:17:22 +0000 | [diff] [blame] | 28 | |
| 29 | # Whether or not to fail the build if there are compiler errors |
david_williams | 373420d | 2007-12-13 08:37:55 +0000 | [diff] [blame] | 30 | javacFailOnError=false |
david_williams | 948bf55 | 2007-02-26 05:17:22 +0000 | [diff] [blame] | 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. |
| 35 | javacVerbose=true |
| 36 | |
david_williams | 8e6e8a7 | 2008-02-10 07:41:14 +0000 | [diff] [blame^] | 37 | sign=false |