Skip to main content
summaryrefslogblamecommitdiffstats
blob: 83ce176f34a777718a19c9f4b166cb3b79a93a33 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                    







                                                                       

               
 

                       
 
             










                                                

















                                                                           


                               
# Copyright (c) 2011-2013 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.3
branch = master

train = luna
train.previous = kepler

eclipse = 4.4
emf = 2.10
weekly = I

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/,\
               xsl/

generateSourceReferences = true

Back to the top