Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 6937947cc04d95c5998bf60728d1342f1ea4c30c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
                                                                                
                                                       
                                                                          

                                                                              






                                                                                
                         


                                

                  
################################################################################
# Copyright (c) 2011, 2018 Oracle. All rights reserved.
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0, which accompanies this distribution
# and is available at https://www.eclipse.org/legal/epl-2.0/.
# 
# Contributors:
#     Oracle - initial API and implementation
################################################################################
bin.includes = .,\
               META-INF/,\
               about.html,\
               test.xml,\
               plugin.properties
source.. = src/
output.. = bin/
src.includes = *
src.excludes = src

Back to the top