Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9628ea1e67062439993fda0857b4eb0921f45e90 (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
# Copyright (c) 2016, 2018 Obeo.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors: Obeo - initial API and implementation

bin.includes = META-INF/,\
               .,\
               about.html,\
               plugin.properties,\
               plugin.xml,\
               pages/,\
               toc.xml
src.includes = pages/,\
               about.html
jars.extra.classpath = platform:/plugin/org.eclipse.eef,\
                       platform:/plugin/org.eclipse.eef.common,\
                       platform:/plugin/org.eclipse.eef.common.ui,\
                       platform:/plugin/org.eclipse.eef.core,\
                       platform:/plugin/org.eclipse.eef.edit,\
                       platform:/plugin/org.eclipse.eef.ide,\
                       platform:/plugin/org.eclipse.eef.ide.ui,\
                       platform:/plugin/org.eclipse.eef.ide.ui.properties,\
                       platform:/plugin/org.eclipse.eef.properties.ui,\
                       platform:/plugin/org.eclipse.eef.properties.ui.legacy
                       

Back to the top