Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 4dca9138bea5402761bfa40981474e43c8532c0f (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                       
          
             
            















































                                                                                   
# Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
# 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:
#    Eike Stepper - initial API and implementation

stream=4.2
branch=master
train=kepler
buckminster=4.2
eclipse=3.8
emf=2.8
weekly=I

#	This build can be optimized by setting these properties externally:
#platform = "Windows" | "Linux" | "Mac"

eclipse.downloads=http://download.eclipse.org
cloudsmith.downloads=http://download.cloudsmith.com

director=${eclipse.downloads}/tools/buckminster/products/director_latest.zip
buckminster.headless=${eclipse.downloads}/tools/buckminster/headless-${buckminster}
train.releases=${eclipse.downloads}/releases/${train}
eclipse.updates=${eclipse.downloads}/eclipse/updates/${eclipse}
eclipse.milestones=${eclipse.downloads}/eclipse/updates/${eclipse}milestones

qualifier.replacement.*=generator:lastModified
generator.lastModified.format='v'yyyyMMdd-HHmm

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

signing.type=eclipse.local

###########################################################################

jars.compile.order = .
source.. = src/
output.. = bin/
bin.includes = .,\
               META-INF/
src.includes = aggregation/,\
               buckminster.cspex,\
               build.cquery,\
               build.mspec,\
               build.rmap,\
               build.xml,\
               hudson/,\
               local.mspec,\
               prefs/,\
               psf/,\
               release.digest,\
               release.xml,\
               xsl/

generateSourceReferences = true

Back to the top