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



                                                                       
                                                                               
                           
                          

                           


                        
                             
                        



                                         
                         

                                
                         

                      
 
                                             
###############################################################################
# Copyright (c) 2004, 2012 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/,\
               about.html,\
               .,\
               icons/,\
               intro/,\
               images/,\
               cheatsheets/,\
               toc.xml,\
               plugin.properties,\
               Mylyn/,\
               Mylyn-FAQ-toc.xml,\
               Mylyn-User-Guide-toc.xml,\
               book.css,\
               primary-toc.xml,\
               doc/
src.includes = about.html
source.. = src/
jars.compile.order = .

customBuildCallbacks=customBuildCallbacks.xml

Back to the top