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 | |
david_williams | 612b96c | 2009-01-29 02:50:18 +0000 | [diff] [blame] | 7 | # allow the build to be forgiving of resolution problems |
| 8 | # note, this means things can be built that won't run, but, |
| 9 | # in some cases, the packaging "fixes" the problem. |
| 10 | # in some cases, this is required, such as when building multiple |
| 11 | # versions of singletons |
| 12 | resolution.devMode=true |
| 13 | |
david_williams | c8c15e3 | 2007-12-12 15:34:00 +0000 | [diff] [blame] | 14 | # uncomment if its desired to skip unit tests |
| 15 | # (if not already defined from elsewhere) |
| 16 | # skipUnitTests=yes |
| 17 | |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 18 | # |
david_williams | 536b595 | 2007-12-09 06:03:17 +0000 | [diff] [blame] | 19 | # in 3.2 based builds, this version is no longer appended to |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 20 | # pde builder directory name. |
| 21 | #eclipse.base.version=3.1.0 |
| 22 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 23 | archivesFormat=*,*,*-antZip |
| 24 | |
david_williams | 07af753 | 2007-12-13 09:11:10 +0000 | [diff] [blame] | 25 | logExtension=.xml |
| 26 | # Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when |
| 27 | # using the JDT Compiler Adapter to compile. |
| 28 | javacVerbose=true |
david_williams | dd21a9c | 2007-12-13 09:14:36 +0000 | [diff] [blame] | 29 | # javacFailOnError must be false otherwise the |
| 30 | # build will terminated at the first compile error |
| 31 | javacFailOnError=false |
| 32 | javacDebugInfo=true |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 33 | |
david_williams | dd21a9c | 2007-12-13 09:14:36 +0000 | [diff] [blame] | 34 | # Asks the compiler for verbose output. This should be set |
| 35 | # to true in order for *.bin.log files to be generated when |
| 36 | # using the JDT Compiler Adapter to compile. |
| 37 | javacVerbose=true |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 38 | ############################################################# |
david_williams | 8e6e8a7 | 2008-02-10 07:41:14 +0000 | [diff] [blame] | 39 | |
david_williams | 1f7ed5c | 2008-10-28 05:04:22 +0000 | [diff] [blame] | 40 | # Properties introduced in 3.5 M3 (PDE base builder R35_M2). See |
| 41 | # http://aniefer.blogspot.com/2008/10/sorting-bundles-and-parallel.html |
| 42 | |
| 43 | flattenDependencies=true |
| 44 | parallelCompilation=true |
| 45 | |