Skip to main content
summaryrefslogblamecommitdiffstats
blob: bf95f172c44ee1eb4b8b6b7344bce915c1abed11 (plain) (tree)
1
2
3
4
5
6
7
8
                                                                               
                                               
                                                                  
                                                                      
                                                          


                                        







                                                                                          




                                  
                           




                                 

                  
###############################################################################
# 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 API Contribution
# 20070502   184302 sandakith@wso2.com - Lahiru Sandakith, Fix copyright for Axis2 plugins
###############################################################################
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               plugin.properties,\
               plugin.xml,\
               about.html,\
               icons/,\
               about.properties,\
               about.mappings,\
               about.ini
src.includes = *
src.excludes = src

Back to the top