ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 1 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 2 | # This is the eclipse releng driver |
| 3 | # It is only used to drive the build process |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 4 | # it must be relative to the build home |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 5 | # |
david_williams | c8c15e3 | 2007-12-12 15:34:00 +0000 | [diff] [blame] | 6 | |
| 7 | # uncomment if its desired to skip unit tests |
| 8 | # (if not already defined from elsewhere) |
| 9 | # skipUnitTests=yes |
| 10 | |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 11 | # |
david_williams | 536b595 | 2007-12-09 06:03:17 +0000 | [diff] [blame] | 12 | # in 3.2 based builds, this version is no longer appended to |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 13 | # pde builder directory name. |
| 14 | #eclipse.base.version=3.1.0 |
| 15 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 16 | archivesFormat=*,*,*-antZip |
| 17 | |
david_williams | 07af753 | 2007-12-13 09:11:10 +0000 | [diff] [blame] | 18 | logExtension=.xml |
| 19 | # Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when |
| 20 | # using the JDT Compiler Adapter to compile. |
| 21 | javacVerbose=true |
david_williams | dd21a9c | 2007-12-13 09:14:36 +0000 | [diff] [blame] | 22 | # javacFailOnError must be false otherwise the |
| 23 | # build will terminated at the first compile error |
| 24 | javacFailOnError=false |
| 25 | javacDebugInfo=true |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 26 | |
david_williams | dd21a9c | 2007-12-13 09:14:36 +0000 | [diff] [blame] | 27 | # Asks the compiler for verbose output. This should be set |
| 28 | # to true in order for *.bin.log files to be generated when |
| 29 | # using the JDT Compiler Adapter to compile. |
| 30 | javacVerbose=true |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 31 | ############################################################# |