Skip to main content
summaryrefslogblamecommitdiffstats
blob: edb088e13f5d18683d9966dbfccd892d78d9308e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                 

























                                                                      
 

                                                                                                        
                                                                                              
                                       
                                                                                                   



                                                      
#--------------------------------------------------------------------------------
# Copyright (c) 2012 CEA LIST.
#
#    
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
#    Nicolas Bros (Mia-Software)
#--------------------------------------------------------------------------------

# don't use mirrors when building on the eclipse.org infrastructure
eclipse.p2.mirrors=false

# use the local filesystem
svn.repository=file:///svnroot

# the ".qualifier" of each plug-in is replaced by the build date
qualifier.replacement.*=generator:buildTimestamp
generator.buildTimestamp.format='v'yyyyMMddHHmm

target.os=*
target.ws=*
target.arch=*

site.pack200=false
site.signing=false
#cbi.include.source=false

eclipse.downloads=file:///home/data/httpd/download.eclipse.org
bm.headless.path=tools/buckminster/headless-3.7
director.path=tools/buckminster/products/director_latest.zip

jdk1.5.dir=/shared/common/jdk-1.5.0-22.x86_64
jdk_1.6=/shared/common/sun-jdk1.6.0_21_x64
org.eclipse.update.jarprocessor.pack200.buckminster=${jdk_1.6}/jre/bin


# the following two properties are used to fix the SVN references in the BOM, for building a correct PSF
# the location from the rmap
bom.source.tree.pattern=repository=".*?/papyrus-trunk-extra-nightly(?:/.*?)?/sourceTree/(.*?)"
# the corresponding location on the SVN
bom.source.tree.replacement=repository="file:///svnroot/modeling/org.eclipse.mdt.papyrus/trunk/\\1"

# https://bugs.eclipse.org/bugs/show_bug.cgi?id=309147
pde.bundle.range.generation=false
pde.feature.range.generation=false

Back to the top