Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5df0bcbbe33c89fb968dd5a4dfc5e1bec9ecfc62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright (c) 2004 - 2011 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.1
branch=trunk
train=indigo
weekly.build.type=I

svn.repository=http://dev.eclipse.org/svnroot/modeling/org.eclipse.emf.cdo
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-3.7
buckminster.external=${cloudsmith.downloads}/buckminster/external-3.7

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/

Back to the top