https://github.com/eclipse/eclipse.jdt.debug
Raw File
Tip revision: 7d5a9add570c262c6bbe1054b8c40ff3076c7d71 authored by Sarika Sinha on 17 January 2018, 07:08:25 UTC
Bug 529874 - Advanced Source Lookup preference needs keywords
Tip revision: 7d5a9ad
build.properties
###############################################################################
# Copyright (c) 2000, 2015 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
###############################################################################
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