Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 398a59083b8af9b74bf17259125d54009f6a5d43 (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
# Copyright (c) 2014-2016, 2018 Eike Stepper (Loehne, 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

# UpdateTrigger = 20160322-1212

bin.includes = .,\
               icons/,\
               META-INF/,\
               plugin.xml,\
               plugin.properties,\
               about.html,\
               dialog_settings.xml,\
               templates/,\
               about.mappings,\
               html/
jars.compile.order = .
source.. = src/
output.. = bin
src.includes = about.html,\
               pom.xml

doc.project = org.eclipse.oomph.setup.doc
generateSourceReferences = true

Back to the top