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

                                                                       
                                                          

                                           

                                                      
                                                
                                                                               

                           
                  
                          

                                  

               
                         
###############################################################################
# Copyright (c) 2000, 2013 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
#     Red Hat Inc. (mistria) - Avoid nested jars
###############################################################################
bin.includes = test.xml,\
               about.html,\
               .,\
               META-INF/,\
               plugin.properties,\
               workspace/
source.. = src/
output.. = bin/
src.includes = about.html

Back to the top