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


                                                                      
                                                          


                                        




                                                                               




                           
                                                  
                                
                         
                                       
###############################################################################
# Copyright (c) 2000, 2018 IBM Corporation and others.
#
# 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/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
#     IBM Corporation - initial API and implementation
###############################################################################
customBuildCallbacks=customBuildCallbacks.xml
source.. = src/
output.. = bin/
bin.includes = META-INF/,\
               .,\
               about.html,\
               compiler_tool_fragment.properties,\
               lib/java10api.jar
src.includes = about.html
jars.extra.classpath = lib/java10api.jar

Back to the top