mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 13:42:30 +02:00

* retarget localization to default location * do i18n for plugin.xml * do i18n for java sources * add missed copyright headers
21 lines
694 B
Properties
21 lines
694 B
Properties
###############################################################################
|
|
# Copyright (c) 2016, 2024 Contributors to Eclipse Foundation
|
|
#
|
|
# This program and the accompanying materials are made available under the
|
|
# terms of the Eclipse Public License v. 2.0 which is available at
|
|
# https://www.eclipse.org/legal/epl-2.0
|
|
#
|
|
# SPDX-License-Identifier: EPL-2.0
|
|
#
|
|
# Contributors:
|
|
# See git history
|
|
###############################################################################
|
|
source.. = src/
|
|
output.. = bin/
|
|
bin.includes = .,\
|
|
META-INF/,\
|
|
OSGI-INF/,\
|
|
schema/,\
|
|
about.html,\
|
|
plugin.xml
|
|
src.includes = about.html
|