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








                                                                                 
                       
                                    

                       

                              


                                   

                   
################################################################################
# Copyright (c) 2012, 2013 Oracle. 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:
#     Oracle - initial API and implementation
################################################################################
bin.includes = *.htm,\
			   *.html,\
               *.xml,\
               *.ini,\
               cheatsheets/,\
               dcommon/,\
               img/,\
               plugin.properties,\
               META-INF/
src.includes = *
src.excludes = src

Back to the top