ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 1 | |
david_williams | 0c366d3 | 2006-12-10 07:08:39 +0000 | [diff] [blame] | 2 | # comment out, if you want tests to run |
| 3 | # skipUnitTests=yes |
| 4 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 5 | # javacFailOnError must be false otherwise the |
| 6 | # build will terminated at the first compile error |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 7 | javacFailOnError=false |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 8 | javacDebugInfo=true |
| 9 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 10 | # Asks the compiler for verbose output. This should be set |
| 11 | # to true in order for *.bin.log files to be generated when |
| 12 | # using the JDT Compiler Adapter to compile. |
david_williams | 1548010 | 2006-09-02 03:58:16 +0000 | [diff] [blame] | 13 | javacVerbose=true |
| 14 | |
| 15 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 16 | # This is the eclipse releng driver |
| 17 | # It is only used to drive the build process |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 18 | # it must be relative to the build home |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 19 | # |
| 20 | # |
| 21 | # in 3.2 based builds, this version is no longer appended to |
| 22 | # pde builder directory name. |
| 23 | #eclipse.base.version=3.1.0 |
| 24 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 25 | eclipse.builder=org.eclipse.releng.basebuilder |
david_williams | eef2b01 | 2007-11-17 17:33:35 +0000 | [diff] [blame] | 26 | eclipse.builder.version=M3_34 |
david_williams | fbadcb7 | 2007-09-23 02:37:06 +0000 | [diff] [blame] | 27 | #eclipse.builder.version=r322_v20070104 |
david_williams | fd41604 | 2007-02-17 21:04:52 +0000 | [diff] [blame] | 28 | eclipse.builder.fetch=true |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 29 | |
david_williams | ad323fe | 2007-05-02 06:23:54 +0000 | [diff] [blame] | 30 | |
david_williams | f8999d7 | 2007-07-01 03:26:27 +0000 | [diff] [blame] | 31 | # WTP specific builder |
david_williams | 8fe30a3 | 2007-11-17 08:21:05 +0000 | [diff] [blame] | 32 | wtpBuildTools.url=http://www.eclipse.org/external/webtools/wtpBuildTools/drops/R3.0/T-T200706302239-200706302239/updateSite/plugins |
david_williams | f8999d7 | 2007-07-01 03:26:27 +0000 | [diff] [blame] | 33 | wtpBuildTools.file=org.eclipse.wtp.releng.tools_1.0.0.v200706302235.jar |
| 34 | |
| 35 | |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 36 | archivesFormat=*,*,*-antZip |
| 37 | |
| 38 | # This parameter is specific to the compiler |
| 39 | # being used (JDT Compiler, in our case). |
| 40 | # 'showversion' causes the version of JDT Compiler to be |
| 41 | # printed to the compiler log file. |
david_williams | 0c366d3 | 2006-12-10 07:08:39 +0000 | [diff] [blame] | 42 | #compilerArg=-showversion -encoding ISO-8859-1 -warn:-discouraged,serial,raw |
david_williams | 0b74c59 | 2007-04-09 06:11:35 +0000 | [diff] [blame] | 43 | compilerArg=-showversion -encoding ISO-8859-1 -warn:-serial,raw,typeHiding,unchecked |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 44 | |
david_williams | 0b74c59 | 2007-04-09 06:11:35 +0000 | [diff] [blame] | 45 | logExtension=.xml |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 46 | # Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when |
| 47 | # using the JDT Compiler Adapter to compile. |
| 48 | javacVerbose=true |
| 49 | |
| 50 | ############################################################# |
| 51 | |
| 52 | |
| 53 | # Set this to the relative path for the |
| 54 | # directory to be use for the current build. |
| 55 | # It must be relative to the build home |
| 56 | # Final name will include the ditribution name and build type |
david_williams | e225478 | 2007-08-20 16:45:26 +0000 | [diff] [blame] | 57 | # e.g: projects/wtp-R3.0-I |
david_williams | 9ae13be | 2007-08-20 07:17:07 +0000 | [diff] [blame] | 58 | build.current=projects |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 59 | |
| 60 | |
| 61 | # Set this to the relative path for the |
| 62 | # directory to be use for the current test pass. |
| 63 | # It must be relative to the build home |
| 64 | # Final name will include the component and build type |
david_williams | e225478 | 2007-08-20 16:45:26 +0000 | [diff] [blame] | 65 | # e.g: tests/wtp-R3.0-I |
david_williams | 9ae13be | 2007-08-20 07:17:07 +0000 | [diff] [blame] | 66 | build.tests=tests |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 67 | |
| 68 | # Set this to the relative path for the |
| 69 | # directory to be used for the peformance test. |
| 70 | # It is relative to the build home. |
| 71 | build.perf.tests=perf-current |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 72 | |
| 73 | # This is the directory in which eclipse driver |
| 74 | # that will be used to compile the build will |
| 75 | # be installed into it is relative to the build.current |
| 76 | base.location=eclipse |
| 77 | |
| 78 | |
david_williams | 22bd49b | 2006-11-28 09:17:14 +0000 | [diff] [blame] | 79 | # This is the working directory in which |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 80 | # build process will do its job |
| 81 | # It is relative to the build.current |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 82 | build.directory=workdir |
| 83 | |
david_williams | d321374 | 2006-11-28 18:47:00 +0000 | [diff] [blame] | 84 | # Set this to the relative path for the |
| 85 | # directory that keeps the downloaded drivers (local repository) |
| 86 | # It must be relative to the buildHome |
| 87 | build.local.repository=downloads |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 88 | |
ndai | b8cedc8 | 2005-09-13 18:00:32 +0000 | [diff] [blame] | 89 | # This is the CVS Repository |
| 90 | # that is used during the build process |
| 91 | # |
lmandel | 0e3b5fe | 2005-10-01 04:44:12 +0000 | [diff] [blame] | 92 | cvsRoot=/cvsroot/webtools |
ndai | d7c6c4e | 2005-09-13 18:07:51 +0000 | [diff] [blame] | 93 | cvsServer=dev.eclipse.org |
david_williams | 42f9b24 | 2006-11-27 18:45:14 +0000 | [diff] [blame] | 94 | cvsProtocol=ext |
| 95 | cvsUser=david_williams |
david_williams | 1548010 | 2006-09-02 03:58:16 +0000 | [diff] [blame] | 96 | |
david_williams | 22bd49b | 2006-11-28 09:17:14 +0000 | [diff] [blame] | 97 | # Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when |
| 98 | # using the JDT Compiler Adapter to compile. |
| 99 | javacVerbose=true |
| 100 | |
ndai | 1a032ed | 2005-09-13 18:29:51 +0000 | [diff] [blame] | 101 | |
| 102 | ############################################################# |
| 103 | # Other inline resolved properties |
david_williams | 1cff0e9 | 2006-11-23 00:40:29 +0000 | [diff] [blame] | 104 | pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder} |
david_williams | 54315a7 | 2007-02-14 22:50:44 +0000 | [diff] [blame] | 105 | # Beginning with 33M5, the startup.jar was removed. Currently, in basebuilder, |
| 106 | # this launcher is provided without version number. If we ever move to use plain |
| 107 | # eclipse, we'll need a bit of script find and rename (or set the variable). |
| 108 | # to ever "go backwards" this one variable could be ${pde.builder.path}/startup.jar |
| 109 | eclipse.launcher=${pde.builder.path}/plugins/org.eclipse.equinox.launcher.jar |
david_williams | fbadcb7 | 2007-09-23 02:37:06 +0000 | [diff] [blame] | 110 | #eclipse.launcher=${pde.builder.path}/startup.jar |
david_williams | 54315a7 | 2007-02-14 22:50:44 +0000 | [diff] [blame] | 111 | |
david_williams | 361b75a | 2006-01-10 19:56:39 +0000 | [diff] [blame] | 112 | # in 3.2 based builds, pde's directory no longer has version number |
| 113 | #pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build_${eclipse.base.version}/scripts |
| 114 | pde.build.scripts=${pde.builder.path}/plugins/org.eclipse.pde.build/scripts |
david_williams | 9ae13be | 2007-08-20 07:17:07 +0000 | [diff] [blame] | 115 | buildDirectory=${env.BUILD_HOME}/${build.current}/${build.distribution}-${buildBranch}-${buildType}/${build.directory} |
david_williams | 1cff0e9 | 2006-11-23 00:40:29 +0000 | [diff] [blame] | 116 | pde.builder.path=${env.BUILD_HOME}/builders/${eclipse.builder.version}/${eclipse.builder} |