Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 1e45d5907febadca059c12b7f6dbbe9b3618e4cb (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                               
                                                      


                                                                      
                                                          


                                        



                                                                               

                          
                  
                           




                                  
                           

                               
                         
               
###############################################################################
# Copyright (c) 2006, 2017 IBM Corporation and others.
#
# 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
###############################################################################
source.. = src/
bin.includes = META-INF/,\
               .,\
               plugin.xml,\
               templates_3.1/,\
               templates_3.2/,\
               plugin.properties,\
               icons/,\
               branding/,\
               about.html,\
               templates_3.3/,\
               templates_3.5/
src.includes = about.html
output.. = bin/

Back to the top