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




                                                                               
 




                           

                                  
                           
                      
               
###############################################################################
# Copyright (c) 2004, 2009 Tasktop Technologies 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
###############################################################################

bin.includes = META-INF/,\
               plugin.xml,\
               about.html,\
               .,\
               icons/,\
               plugin.properties,\
               schema/
src.includes = about.html,\
               schema/
source.. = src/

Back to the top