| ## BEGIN PROJECT BUILD PROPERTIES ## |
| |
| # default settings for all this project's builds, for this branch; see also o.e.d.common.releng/build.properties for more overrideable defaults |
| |
| # To permit automatic downloads of non-EPL compatible code, set this to property to "I accept" |
| #thirdPartyDownloadLicenseAcceptance="I accept" |
| |
| # MUST BE SET # |
| projectid=modeling.amp |
| zipPrefix=AMP |
| incubation=-incubation |
| version=0.2.0 |
| buildType=I |
| mainFeatureToBuildID=org.eclipse.amp.axf.feature |
| testFeatureToBuildID=org.eclipse.amp.test |
| |
| downloadsDir=/Users/milesparker/Downloads |
| |
| #what steps should we do? default: build.steps=buildUpdate,buildZips,buildTests,generateDigests,test,publish,cleanup |
| build.steps=buildUpdate,buildZips,buildTests,generateDigests,test,publish,cleanup |
| |
| compilerArg=-enableJavadoc -encoding ISO-8859-1 |
| flattenDependencies=true |
| parallelCompilation=true |
| generateFeatureVersionSuffix=true |
| #individualSourceBundles=true |
| |
| ################################################################################################################# |
| |
| #TODO: [269290] make javadokken work. |
| #javadocEnabled=true |
| #JAVADOC14_HOME=/opt/public/common/ibm-java2-ppc-50/bin |
| |
| # TODO: are these still required/used? |
| #projRelengRoot=:pserver:anonymous@dev.eclipse.org:/cvsroot/tools |
| projRelengRoot=:pserver:anonymous@dev.eclipse.org:/cvsroot/modeling |
| projRelengPath=org.eclipse.amp/releng/org.eclipse.amp.releng |
| basebuilderBranch=R35_RC4 |
| |