Skip to main content
summaryrefslogblamecommitdiffstats
blob: 7198487da72c1279dff007356e95c27af664144c (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/,\
               toc.xml,\
               userguide/
src.includes = about.html
source.. = src/
jars.compile.order = .
source.. = src/

customBuildCallbacks=customBuildCallbacks.xml

Back to the top