mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

Clean-up "org.eclipse.cdt.codan.checkers.ui.tests" test bundle Change-Id: I0f5198cc85c85b0829f5a73574cec54f152ba0cf Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
22 lines
848 B
Properties
22 lines
848 B
Properties
###############################################################################
|
|
# Copyright (c) 2016, 2020 COSEDA Technologies GmbH 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:
|
|
# Dominic Scharfe (COSEDA Technologies GmbH) - initial API and implementation
|
|
# Alexander Fedorov (alexander.fedorov@arsysop.ru) - Bug 561582
|
|
###############################################################################
|
|
source.. = src/
|
|
output.. = bin/
|
|
bin.includes = META-INF/,\
|
|
.,\
|
|
OSGI-INF/,\
|
|
about.html,\
|
|
ui-test-plugin.properties
|
|
src.includes = about.html
|