Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f7e4f4493f9404aeecc3f169af30a413e8a77929 (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
###############################################################################
# Copyright (c) 2006, 2020 Borland Software Corporation, CEA LIST, Artal
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
# 
# Contributors:
#     Borland Software Corporation - initial API and implementation
#    Aurelien Didier (ARTAL) - aurelien.didier51@gmail.com - Bug 569174
###############################################################################
#
# $Id$

bin.includes = .,\
               models/,\
               META-INF/,\
               plugin.xml,\
               plugin.properties,\
               about.html
jars.compile.order = .
source.. = src/
output.. = bin/
src.includes = about.html

Back to the top