mparker | 0175973 | 2009-08-12 01:18:57 +0000 | [diff] [blame] | 1 | ## BEGIN PROJECT BUILD PROPERTIES ## |
| 2 | |
| 3 | # default settings for all this project's builds, for this branch; see also o.e.d.common.releng/build.properties for more overrideable defaults |
| 4 | |
| 5 | # To permit automatic downloads of non-EPL compatible code, set this to property to "I accept" |
| 6 | #thirdPartyDownloadLicenseAcceptance="I accept" |
| 7 | |
| 8 | # MUST BE SET # |
| 9 | projectid=modeling.amp |
| 10 | zipPrefix=AMP |
| 11 | incubation=-incubation |
| 12 | version=0.2.0 |
| 13 | buildType=I |
| 14 | mainFeatureToBuildID=org.eclipse.amp.all |
| 15 | testFeatureToBuildID=org.eclipse.amp.test |
| 16 | |
| 17 | # MUST BE SET # |
| 18 | JAVA_HOME=/opt/public/common/ibm-java2-ppc-50 |
| 19 | JAVA50_HOME=/opt/public/common/ibm-java2-ppc-50 |
| 20 | |
| 21 | http://download.eclipse.org/eclipse/downloads/drops/S-3.5.1RC1-200908070800/index.php |
| 22 | dependencyURLs=http://download.eclipse.org/eclipse/downloads/drops/S-3.5.1RC1-200908070800/download.php?dropFile=eclipse-SDK-3.5.1RC1-macosx-cocoa-x86_64.tar.gz |
| 23 | |
| 24 | #what steps should we do? default: build.steps=buildUpdate,buildZips,buildTests,generateDigests,test,publish,cleanup |
| 25 | build.steps=buildUpdate,buildZips,buildTests,generateDigests,test,publish,cleanup |
| 26 | |
| 27 | compilerArg=-enableJavadoc -encoding ISO-8859-1 |
| 28 | flattenDependencies=true |
| 29 | parallelCompilation=true |
| 30 | generateFeatureVersionSuffix=true |
| 31 | individualSourceBundles=true |
| 32 | |
| 33 | ################################################################################################################# |
| 34 | |
| 35 | #TODO: [269290] make javadokken work. |
| 36 | #javadocEnabled=true |
| 37 | #JAVADOC14_HOME=/opt/public/common/ibm-java2-ppc-50/bin |
| 38 | |
| 39 | # TODO: are these still required/used? |
| 40 | #projRelengRoot=:pserver:anonymous@dev.eclipse.org:/cvsroot/tools |
| 41 | projRelengRoot=:pserver:anonymous@dev.eclipse.org:/cvsroot/modeling |
| 42 | projRelengPath=org.eclipse.amp/releng/org.eclipse.amp.releng |
| 43 | basebuilderBranch=R35_M6 |
| 44 | |
| 45 | # TODO: not used yet |
| 46 | # define regex patterns to use when automatically selecting zips from a directory or list file |
| 47 | #dependencyRegexFilter=R3_4_maintenance:M200.*/eclipse-SDK-|R-.*200.*/eclipse-SDK- |
| 48 | |
| 49 | # TODO: not used yet |
| 50 | # could be file://, http://, cvs path, or relative path? |
| 51 | #mapLocation=maps/ |
| 52 | |
| 53 | # TODO: implement use of packager.map for defining deps? |
| 54 | # TODO: could be relative, absolute (local), or http/ftp paths to archives when defining dependencyURLs above |
| 55 | |
| 56 | ## END PROJECT BUILD PROPERTIES ## |