Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5a4e27eed5ecd5327fd2ee377f081ede88a532f7 (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) 2007, 2018 WSO2 Inc 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:
# WSO2 Inc - initial API and implementation
# yyyymmdd bug      Email and other contact information
# -------- -------- -----------------------------------------------------------
# 20070130   168762 sandakith@wso2.com - Lahiru Sandakith, Initial code to introduse the 
#											Axis2 runtime to the framework for 168762
# 20070502   184302 sandakith@wso2.com - Lahiru Sandakith, Fix copyright for Axis2 plugins
###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.properties,\
               about.html
src.includes = *
src.excludes = src

Back to the top