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



                                                                       
                                                                               
                           
                          
                     

                           



                           

                           
                           





                      
 
###############################################################################
# Copyright (c) 2004, 2007 Mylyn project committers 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 = plugin.xml,\
               META-INF/,\
               doc/,\
               about.html,\
               .,\
               icons/,\
               intro/,\
               images/,\
               cheatsheets/
src.includes = META-INF/,\
               plugin.xml,\
               about.html,\
               doc/,\
               src/,\
               icons/
source.. = src/
jars.compile.order = .
source.. = src/

Back to the top