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





                                                                       

                                                                               
                           
                       


                             
                          
                        
                           
                           

                     

                        


                                 
                                
                                   
                             
                            
                               
###############################################################################
# Copyright (c) 2005, 2011 IBM Corporation 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:
#     IBM Corporation - initial API and implementation
###############################################################################
bin.includes = plugin.xml,\
               icons/,\
               test.xml,\
               ua-tests.jar,\
               data/,\
               META-INF/,\
               doc.zip,\
               about.html,\
               non_junit/,\
               nl/,\
               jsp/,\
               script/,\
               service/
jars.compile.order = ua-tests.jar
output.ua-tests.jar = bin/
source.ua-tests.jar = base/,\
                      browser/,\
                      cheatsheet/,\
                      help/,\
                      intro/
javacWarnings.ua-tests.jar=-raw

Back to the top