https://github.com/eclipse/eclipse.jdt.debug
Raw File
Tip revision: 46cf8194c1a22e2971d9920517ffc3cad60982aa authored by Sarika Sinha on 15 June 2020, 11:14:00 UTC
Bug 563669 - [Test] testCompleteMethodParameter_DeepInTwoNestedClasses
Tip revision: 46cf819
build.properties
###############################################################################
# Copyright (c) 2000, 2015 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
###############################################################################
bin.includes = icons/,\
               plugin.xml,\
               plugin.properties,\
               .,\
               snippetsupport.jar,\
               about.html,\
               META-INF/

src.includes = about.html,\
               schema/
source.. = ui/
output.. = bin/
javacWarnings..=-unavoidableGenericProblems
back to top