ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 1 | |
| 2 | mapVersionTag=HEAD |
| 3 | buildType=I |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 4 | build.distribution=wtp |
| 5 | |
| 6 | |
david_williams | 22bd49b | 2006-11-28 09:17:14 +0000 | [diff] [blame] | 7 | relengroot= |
| 8 | releng=releng |
| 9 | releng.builder=releng.wtpbuilder |
| 10 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 11 | # javacFailOnError must be false otherwise the |
| 12 | # build will terminated at the first compile error |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 13 | javacFailOnError=false |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 14 | javacDebugInfo=true |
| 15 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 16 | # Asks the compiler for verbose output. This should be set |
| 17 | # to true in order for *.bin.log files to be generated when |
| 18 | # using the JDT Compiler Adapter to compile. |
david_williams | 1548010 | 2006-09-02 03:58:16 +0000 | [diff] [blame] | 19 | javacVerbose=true |
| 20 | |
| 21 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 22 | # This is the eclipse releng driver |
| 23 | # It is only used to drive the build process |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 24 | # it must be relative to the build home |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 25 | # |
| 26 | # |
| 27 | # in 3.2 based builds, this version is no longer appended to |
| 28 | # pde builder directory name. |
| 29 | #eclipse.base.version=3.1.0 |
| 30 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 31 | eclipse.builder=org.eclipse.releng.basebuilder |
david_williams | 3237bbd | 2006-01-10 18:36:56 +0000 | [diff] [blame] | 32 | #eclipse.builder.version=r311_vM20050914-1235 |
david_williams | 4773062 | 2006-02-13 04:29:04 +0000 | [diff] [blame] | 33 | #eclipse.builder.version=vI20051215-1506 |
david_williams | 5a86f48 | 2006-02-22 20:37:22 +0000 | [diff] [blame] | 34 | #eclipse.builder.version=vI20060210-1640 |
david_williams | 601fd4e | 2006-11-23 04:17:13 +0000 | [diff] [blame] | 35 | eclipse.builder.version=M3_33 |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 36 | eclipse.builder.fetch=true |
| 37 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 38 | archivesFormat=*,*,*-antZip |
| 39 | |
| 40 | # This parameter is specific to the compiler |
| 41 | # being used (JDT Compiler, in our case). |
| 42 | # 'showversion' causes the version of JDT Compiler to be |
| 43 | # printed to the compiler log file. |
david_williams | e46b0ab | 2006-11-29 20:50:59 +0000 | [diff] [blame] | 44 | compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,raw,typeHiding,unchecked |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 45 | |
| 46 | |
| 47 | # Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when |
| 48 | # using the JDT Compiler Adapter to compile. |
| 49 | javacVerbose=true |
| 50 | |
| 51 | ############################################################# |
| 52 | |
| 53 | |
| 54 | # Set this to the relative path for the |
| 55 | # directory to be use for the current build. |
| 56 | # It must be relative to the build home |
| 57 | # Final name will include the ditribution name and build type |
| 58 | # e.g: build-wtp-I |
| 59 | build.current=build |
| 60 | |
| 61 | |
| 62 | # Set this to the relative path for the |
| 63 | # directory to be use for the current test pass. |
| 64 | # It must be relative to the build home |
| 65 | # Final name will include the component and build type |
| 66 | # e.g: test-wtp-I |
| 67 | build.tests=test |
| 68 | |
| 69 | # Set this to the relative path for the |
| 70 | # directory to be used for the peformance test. |
| 71 | # It is relative to the build home. |
| 72 | build.perf.tests=perf-current |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 73 | |
| 74 | # This is the directory in which eclipse driver |
| 75 | # that will be used to compile the build will |
| 76 | # be installed into it is relative to the build.current |
| 77 | base.location=eclipse |
| 78 | |
| 79 | |
david_williams | 22bd49b | 2006-11-28 09:17:14 +0000 | [diff] [blame] | 80 | # This is the working directory in which |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 81 | # build process will do its job |
| 82 | # It is relative to the build.current |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 83 | build.directory=workdir |
| 84 | |
david_williams | d321374 | 2006-11-28 18:47:00 +0000 | [diff] [blame] | 85 | # Set this to the relative path for the |
| 86 | # directory that keeps the downloaded drivers (local repository) |
| 87 | # It must be relative to the buildHome |
| 88 | build.local.repository=downloads |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 89 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 90 | # This is the CVS Repository |
| 91 | # that is used during the build process |
| 92 | # |
lmandel | 0e3b5fe | 2005-10-01 04:44:12 +0000 | [diff] [blame] | 93 | cvsRoot=/cvsroot/webtools |
ndai | d7c6c4e | 2005-09-13 18:07:51 +0000 | [diff] [blame] | 94 | cvsServer=dev.eclipse.org |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 95 | cvsProtocol=ext |
| 96 | cvsUser=david_williams |
david_williams | 1548010 | 2006-09-02 03:58:16 +0000 | [diff] [blame] | 97 | |
david_williams | 22bd49b | 2006-11-28 09:17:14 +0000 | [diff] [blame] | 98 | # Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when |
| 99 | # using the JDT Compiler Adapter to compile. |
| 100 | javacVerbose=true |
| 101 | |
ndai | 1a032ed | 2005-09-13 18:29:51 +0000 | [diff] [blame] | 102 | |
| 103 | ############################################################# |
| 104 | # Other inline resolved properties |
david_williams | 1cff0e9 | 2006-11-23 00:40:29 +0000 | [diff] [blame] | 105 | pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder} |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 106 | # in 3.2 based builds, pde's directory no longer has version number |
| 107 | #pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build_${eclipse.base.version}/scripts |
| 108 | pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build/scripts |
david_williams | 1cff0e9 | 2006-11-23 00:40:29 +0000 | [diff] [blame] | 109 | buildDirectory=${env.BUILD_HOME}/${build.current}-${build.distribution}-${buildBranch}-${buildType}/${build.directory} |
| 110 | pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder} |