Skip to main content
summaryrefslogblamecommitdiffstats
blob: 598a4ad74caeadd12bf83e73be192ade66adf15d (plain) (tree)
1
2
3
4
5
6
7
                                                                               
                                                      

                                                                       
                                                          

                                           





                                                                               




                                    

                         
###############################################################################
# Copyright (c) 2000, 2010 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
###############################################################################
source.compareexamples.jar = src/

bin.includes = doc-html/,\
               about.html,\
               plugin.properties,\
               plugin.xml,\
               compareexamples.jar,\
               META-INF/

src.includes = about.html

Back to the top