Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6e02fd9f20948755d63f3cd24acb5ad841205381 (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
################################################################################
# Copyright (c) 2006, 2018 Oracle. 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:
#     Oracle - initial API and implementation
################################################################################
source.. = src/,\
           model/src/,\
           property_files/
output.. = bin/
bin.includes = .,\
               META-INF/,\
               about.html,\
               plugin.xml,\
               plugin.properties,\
               .options,\
               schema/,\
               model/
jars.compile.order = .
src.includes = *
src.excludes = src
bin.excludes = model/src/

Back to the top