Skip to main content
summaryrefslogblamecommitdiffstats
blob: 9114f576c0937df2ab8da5a15e7b684d2f134e39 (plain) (tree)




























































                                                                                                                               
## BEGIN PROJECT BUILD PROPERTIES ##

thirdPartyDownloadLicenseAcceptance="I accept"

projectid=modeling.mdt.papyrus
zipPrefix=Papyrus
incubation=-incubation
version=0.7.0
buildType=N
mainFeatureToBuildID=org.eclipse.papyrus
#testFeatureToBuildID=org.eclipse.mdt.papyrus.tests.feature

build.steps=buildZips,buildUpdate,buildTests,generateDigests,test,publish,cleanup

compilerArg=-enableJavadoc -encoding ISO-8859-1

# PDE build options
flattenDependencies=true
parallelCompilation=true
#generateFeatureVersionSuffix=true
individualSourceBundles=true
# because we use Orbit bundles
runPackager=true

# this must be a path to a JDK (not a JRE!)
JAVA14_HOME=D:/Outils/Java/jdk1.6.0_14
JAVA50_HOME=D:/Outils/Java/jdk1.6.0_14
JAVA60_HOME=D:/Outils/Java/jdk1.6.0_14
JAVA_HOME=D:/Outils/Java/jdk1.6.0_14
JAVADOC_HOME=${JAVA60_HOME}/bin
#JAVADOC14_HOME=/usr/lib/jvm/jre-1.6.0-openjdk/bin

# use the french mirror. should change when going on Eclipse server
dependencyURLs=http://download.eclipse.org/eclipse/downloads/drops/R-3.5.1-200909170800/eclipse-SDK-3.5.1-win32.zip,\
http://download.eclipse.org/modeling/emf/emf/downloads/drops/2.5.0/R200906151043/emf-xsd-SDK-2.5.0.zip,\
http://download.eclipse.org/modeling/mdt/uml2/downloads/drops/3.0.1/R200908281428/mdt-uml2-SDK-3.0.1.zip,\
http://download.eclipse.org/modeling/mdt/ocl/downloads/drops/1.3.0/R200906151742/mdt-ocl-SDK-1.3.0.zip,\
http://download.eclipse.org/modeling/emf/validation/downloads/drops/1.3.1/R200909151245/emf-validation-SDK-1.3.1.zip,\
http://download.eclipse.org/modeling/emf/query/downloads/drops/1.3.0/R200906221200/emf-query-SDK-1.3.0.zip,\
http://download.eclipse.org/tools/gef/downloads/drops/3.5.1/R200909151220/GEF-SDK-3.5.1.zip,\
http://download.eclipse.org/modeling/gmf/gmf/downloads/drops/2.2.1/R200909151752/gmf-sdk-2.2.1.zip,\
http://download.eclipse.org/modeling/emf/transaction/downloads/drops/1.3.1/R200909151245/emf-transaction-SDK-1.3.1.zip,\
http://download.eclipse.org/modeling/emft/eef/downloads/drops/0.7.1/I200911171815/emf-eef-SDK-incubation-I200911171815.zip,\
http://download.eclipse.org/modeling/m2t/acceleo/downloads/drops/0.9.0/I200909291229/m2t-acceleo-runtime-incubation-0.9.0M2.zip

downloadsDir=D:/Build/Downloads

# to build the local source tree, execute:
# mkdir MoDiscoTree && cd MoDiscoTree
# svn export http://dev.eclipse.org/svnroot/modeling/org.eclipse.gmt.modisco/plugins/trunk plugins
# svn export http://dev.eclipse.org/svnroot/modeling/org.eclipse.gmt.modisco/features/trunk features

localSourceCheckoutDir=D:/Build/Source

# WINDOWS SPECIFIC 
workspaceDir=D:/Workspaces/Papyrus2_Head

# no signing locally
skipSign=true
sign=false
## END PROJECT BUILD PROPERTIES ##

Back to the top