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






                                                                       
                     
                                                                               



                           
                  
                        
                       

                           
                         
###############################################################################
# Copyright (c) 2009, 2011 Alena Laskavaia 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:
#     Alena Laskavaia - initial API and implementation
#     IBM Corporation
###############################################################################
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
               META-INF/,\
               .,\
               schema/,\
               icons/,\
               about.html,\
               OSGI-INF/
src.includes = about.html

Back to the top