| ############################################################################### |
| # Copyright (c) 2009, 2016 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 |
| ############################################################################### |
| source.. = src/ |
| output.. = bin/ |
| bin.includes = META-INF/,\ |
| .,\ |
| plugin.xml,\ |
| plugin.properties,\ |
| lib/antdebug.jar,\ |
| lib/loggers.jar,\ |
| lib/remote.jar,\ |
| about.html |
| |
| jars.compile.order = .,\ |
| lib/loggers.jar |
| # antdebug.jar and remote.jar are compiled locally using 1.6, see bug 495617: |
| # lib/antdebug.jar,\ |
| # lib/remote.jar |
| source.lib/loggers.jar = loggers/ |
| output.lib/loggers.jar = loggers_bin/ |
| extra.lib/loggers.jar = lib/antdebug.jar |
| #source.lib/antdebug.jar = common/ |
| #output.lib/antdebug.jar = common_bin/ |
| #source.lib/remote.jar = remote/ |
| #output.lib/remote.jar = remote_bin/ |
| src.includes = about.html,\ |
| remote/,\ |
| common/ |
| javacWarnings..=-unavoidableGenericProblems |