Skip to main content
summaryrefslogtreecommitdiffstats
blob: 359e794217c19a64d4c89bcb893f8f5bb72a1e96 (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) 2005, 2018 IBM Corporation and others.
# 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/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# IBM Corporation - initial API and implementation
# yyyymmdd bug      Email and other contact information
# -------- -------- -----------------------------------------------------------
# 20080301   220877 kathy@ca.ibm.com - Kathy Chan
###############################################################################
source.. = src/
bin.includes = .,\
               plugin.properties,\
               plugin.xml,\
               META-INF/,\
               about.html,\
               ant/
src.includes = *
src.excludes = src

Back to the top