Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: e1abefcfcc90f5f2c98c0fe41d1a337f9bfbee97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
###############################################################################
# Copyright (c) 2018 InterSystems Corporation 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:
#     InterSystems Corporation - tests for Bug 444188
###############################################################################
source.. = src/
bin.includes = META-INF/,\
               .,\
               test.xml,\
               about.html
jars.compile.order = .

Back to the top