## BEGIN PROJECT BUILD PROPERTIES ## | |
#downloadsDir=/Users/milesparker/Downloads | |
#writableBuildRoot=/Volumes/Resources/Developer/builds/AMP | |
#writableBuildRoot=/Developer/builds/AMP | |
#skipSign=true | |
#skipPack=true | |
buildType=N | |
buildTypeQualifier= (Nightly) | |
#-------------# | |
# Mac OSX # | |
#JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home | |
#JAVA50_HOME=${JAVA_HOME} | |
#JAVA50_64_HOME=${JAVA_HOME} | |
#JAVA60_HOME=${JAVA_HOME} | |
#JAVA60_64_HOME=${JAVA_HOME} | |
#JAVA14_HOME=${JAVA_HOME} | |
#JAVADOC_HOME=${JAVA_HOME}/bin | |
#ECLIPSE_DL=http://download.eclipse.org/eclipse/downloads/drops/S-3.5.1RC3-200909031100/eclipse-SDK-3.5.1RC3-macosx-cocoa-x86_64.tar.gz | |
#Hudson# force | |
JAVA_HOME=/opt/public/common/ibm-java2-ppc-50 | |
JAVA50_HOME=/opt/public/common/ibm-java2-ppc-50 | |
ECLIPSE_DL=http://download.eclipse.org/eclipse/downloads/drops/R-3.5.1-200909170800/eclipse-SDK-3.5.1-linux-gtk-ppc.tar.gz | |
#TODO lwjgl repo is temporary until we figure out why repository method isn't working | |
#TODO ditto on gef3d -- there are some configuration issues that need to be addressed on gef3d side before we can use direct from svn | |
dependencyURLs=${ECLIPSE_DL},\ | |
http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.5.0/R200906151043/emf-xsd-SDK-2.5.0.zip,\ | |
http://download.eclipse.org/tools/gef/downloads/drops/3.5.0/R200906221200/GEF-ALL-3.5.0.zip,\ | |
http://download.eclipse.org/birt/downloads/drops/R-R1-2_5_0-200906180630/birt-report-framework-2_5_0.zip,\ | |
http://download.eclipse.org/modeling/mdt/uml2/downloads/drops/3.0.0/R200906151558/mdt-uml2-SDK-3.0.0.zip,\ | |
http://download.eclipse.org/datatools/downloads/1.7/dtp_1.7.0.zip,\ | |
http://download.eclipse.org/webtools/downloads/drops/R3.1/R-3.1-20090616035105/wtp-R-3.1-20090616035105.zip,\ | |
http://download.eclipse.org/modeling/tmf/xtext/downloads/drops/0.7.2/R200908120607/tmf-xtext-SDK-incubation-0.7.2.zip,\ | |
http://download.eclipse.org/modeling/emft/mwe/downloads/drops/0.7.2/S200908101326/emft-mwe-SDK-incubation-0.7.2RC1.zip,\ | |
http://download.eclipse.org/modeling/emf/compare/downloads/drops/1.0.0/R200906220949/emft-compare-runtime-incubation-1.0.0.zip,\ | |
http://download.eclipse.org/modeling/m2t/xpand/downloads/drops/0.7.2/S200908101418/m2t-xpand-SDK-incubation-0.7.2RC1.zip,\ | |
http://metaabm.org/downloads/lwjgl.zip,\ | |
http://metaabm.org/downloads/gef3d_B.zip,\ | |
http://metaabm.org/downloads/repast-score.zip | |
#what steps should we do? default: build.steps=buildUpdate,buildZips,buildTests,generateDigests,test,publish,cleanup | |
#build.steps=buildUpdate,buildZips,buildTests,generateDigests,test,publish,cleanup | |
build.steps=buildUpdate,buildZips,buildTests,generateDigests,test,publish,cleanup | |
#-------------# | |
# 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 | |
mainFeatureToBuildID=org.eclipse.amp.all | |
testFeatureToBuildID=org.eclipse.amp.test | |
runPackager=true | |
individualSourceBundles=true | |
flattenDependencies=true | |
parallelCompilation=true | |
generateFeatureVersionSuffix=true | |
allowBinaryCycles = false | |
javacSource=1.5 | |
javacTarget=1.5 | |
compilerArg=-enableJavadoc -encoding ISO-8859-1 | |
# 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 | |
## END PROJECT BUILD PROPERTIES ## |