ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 1 | ############################################################################### |
david_williams | 67d2770 | 2006-11-20 16:36:52 +0000 | [diff] [blame] | 2 | # Copyright (c) 2003, 2006 IBM Corporation and others. |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 3 | # All rights reserved. This program and the accompanying materials |
david_williams | 67d2770 | 2006-11-20 16:36:52 +0000 | [diff] [blame] | 4 | # are made available under the terms of the Eclipse Public License v1.0 |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 5 | # which accompanies this distribution, and is available at |
david_williams | 67d2770 | 2006-11-20 16:36:52 +0000 | [diff] [blame] | 6 | # http://www.eclipse.org/legal/epl-v10.html |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 7 | # |
| 8 | # Contributors: |
| 9 | # IBM Corporation - initial API and implementation |
| 10 | ############################################################################### |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 11 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 12 | # The CVS tag to use when fetching the map files from the repository |
| 13 | mapVersionTag=HEAD |
david_williams | 67d2770 | 2006-11-20 16:36:52 +0000 | [diff] [blame] | 14 | |
david_williams | a0aec8e | 2006-05-23 00:29:00 +0000 | [diff] [blame] | 15 | runPackager=true |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 16 | |
david_williams | 67d2770 | 2006-11-20 16:36:52 +0000 | [diff] [blame] | 17 | # This is a subdirectory of $buildDirectory |
| 18 | # Set collectingFolder and archivePrefix to . if you want to create archives without |
| 19 | # trailing eclipse in the paths of the included files |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 20 | collectingFolder=eclipse |
| 21 | |
| 22 | # The prefix that will be used in the generated archive. |
david_williams | 67d2770 | 2006-11-20 16:36:52 +0000 | [diff] [blame] | 23 | # Does not make sense to use a different archivePrefix than collectingFolder, |
| 24 | # because zip wouldn't find any files to include into the target zip otherwise |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 25 | archivePrefix=eclipse |
| 26 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 27 | # Whether or not to include debug info in the output jars |
| 28 | javacDebugInfo=false |
| 29 | |
| 30 | # Whether or not to fail the build if there are compiler errors |
david_williams | 67d2770 | 2006-11-20 16:36:52 +0000 | [diff] [blame] | 31 | javacFailOnError=true |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 32 | |
david_williams | 1548010 | 2006-09-02 03:58:16 +0000 | [diff] [blame] | 33 | ################################################## |
| 34 | # Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when |
| 35 | # using the JDT Compiler Adapter to compile. |
| 36 | javacVerbose=true |