mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 19:25:38 +02:00
Bug 558826 - Fix branding issues for org.eclipse.cdt.arduino-feature
Fixed license headers Normalized IU names Added branding image Change-Id: Ib956df90c3a755219f2305b837186e273cf9def6 Signed-off-by: Alexander Fedorov <alexander.fedorov@arsysop.ru>
This commit is contained in:
parent
fecd602c1b
commit
4acce05305
12 changed files with 110 additions and 12 deletions
|
@ -1,2 +1,17 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2015-2020 QNX Software Systems 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:
|
||||
# QNX Software Systems - initial API and implementation
|
||||
# Alexander Fedorov <alexander.fedorov@arsysop.ru> - ongoing support
|
||||
###############################################################################
|
||||
|
||||
bin.includes = feature.xml,\
|
||||
feature.properties
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2015 QNX Software Systems and others
|
||||
# Copyright (c) 2015-2020 QNX Software Systems and others.
|
||||
#
|
||||
# This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License 2.0
|
||||
|
@ -10,6 +10,7 @@
|
|||
#
|
||||
# Contributors:
|
||||
# QNX Software Systems - initial API and implementation
|
||||
# Alexander Fedorov <alexander.fedorov@arsysop.ru> - ongoing support
|
||||
###############################################################################
|
||||
# features.properties
|
||||
# contains externalized strings for feature.xml
|
||||
|
@ -18,7 +19,7 @@
|
|||
# This file should be translated.
|
||||
|
||||
# "featureName" property - name of the feature
|
||||
featureName=Arduino C++ Tools
|
||||
featureName=C/C++ Arduino Tools
|
||||
|
||||
# "providerName" property - name of the company that provides the feature
|
||||
providerName=Eclipse CDT
|
||||
|
@ -28,7 +29,7 @@ description=Extensions to support Arduino C++ projects in Eclipse
|
|||
|
||||
# copyright
|
||||
copyright=\
|
||||
Copyright (c) 2015 QNX Software Systems and others.\n\
|
||||
Copyright (c) 2015-2020 QNX Software Systems and others.\n\
|
||||
This program and the accompanying materials\n\
|
||||
are made available under the terms of the Eclipse Public License 2.0\n\
|
||||
which accompanies this distribution, and is available at\n\
|
||||
|
|
|
@ -1,4 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright (c) 2015-2020 QNX Software Systems and others
|
||||
|
||||
This program and the accompanying materials are made available under the
|
||||
terms of the Eclipse Public License 2.0 which is available at
|
||||
https://www.eclipse.org/legal/epl-2.0/.
|
||||
|
||||
SPDX-License-Identifier: EPL-2.0
|
||||
|
||||
Contributors:
|
||||
QNX Software Systems - initial API and implementation
|
||||
Alexander Fedorov <alexander.fedorov@arsysop.ru> - ongoing support
|
||||
-->
|
||||
<feature
|
||||
id="org.eclipse.cdt.arduino"
|
||||
label="%featureName"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Tests
|
||||
Bundle-Name: %Bundle-Name
|
||||
Bundle-SymbolicName: org.eclipse.cdt.arduino.core.tests
|
||||
Bundle-Vendor: Eclipse CDT
|
||||
Bundle-Version: 1.0.0.qualifier
|
||||
Bundle-Vendor: %Bundle-Vendor
|
||||
Bundle-Version: 1.0.100.qualifier
|
||||
Fragment-Host: org.eclipse.cdt.arduino.core;bundle-version="1.0.0"
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Require-Bundle: org.junit;bundle-version="4.12.0"
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
#Properties file for org.eclipse.cdt.arduino.core.tests
|
||||
###############################################################################
|
||||
# Copyright (c) 2015-2020 QNX Software Systems 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:
|
||||
# QNX Software Systems - initial API and implementation
|
||||
# Alexander Fedorov <alexander.fedorov@arsysop.ru> - ongoing support
|
||||
###############################################################################
|
||||
|
||||
Bundle-Vendor = Eclipse CDT
|
||||
Bundle-Name = C/C++ Arduino Tests
|
|
@ -1,6 +1,22 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2015-2020 QNX Software Systems 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:
|
||||
# QNX Software Systems - initial API and implementation
|
||||
# Alexander Fedorov <alexander.fedorov@arsysop.ru> - ongoing support
|
||||
###############################################################################
|
||||
|
||||
source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
OSGI-INF/,\
|
||||
about.html
|
||||
src.includes = about.html
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2015-2020 QNX Software Systems 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:
|
||||
# QNX Software Systems - initial API and implementation
|
||||
# Alexander Fedorov <alexander.fedorov@arsysop.ru> - ongoing support
|
||||
###############################################################################
|
||||
|
||||
source.. = src/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2015 QNX Software Systems and others.
|
||||
# Copyright (c) 2015-2020 QNX Software Systems and others.
|
||||
#
|
||||
# This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License 2.0
|
||||
|
@ -10,8 +10,10 @@
|
|||
#
|
||||
# Contributors:
|
||||
# QNX Software Systems - initial API and implementation
|
||||
# Alexander Fedorov <alexander.fedorov@arsysop.ru> - ongoing support
|
||||
###############################################################################
|
||||
pluginName=Arduino C++ Core
|
||||
|
||||
pluginName=C/C++ Arduino Core
|
||||
providerName=Eclipse CDT
|
||||
ArduinoBuilder.name=Arduino Builder
|
||||
arduinonature.name=Arduino Nature
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.arduino.ui;singleton:=true
|
||||
Bundle-Version: 2.1.400.qualifier
|
||||
Bundle-Version: 2.1.500.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.arduino.ui.internal.Activator
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
org.eclipse.core.expressions,
|
||||
|
|
|
@ -1,8 +1,24 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2015-2020 QNX Software Systems 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:
|
||||
# QNX Software Systems - initial API and implementation
|
||||
# Alexander Fedorov <alexander.fedorov@arsysop.ru> - ongoing support
|
||||
###############################################################################
|
||||
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
icons/,\
|
||||
about.html,\
|
||||
plugin.properties
|
||||
plugin.properties,\
|
||||
cdt_logo_icon32.png
|
||||
source.. = src/
|
||||
src.includes = about.html
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
|
@ -1,5 +1,5 @@
|
|||
###############################################################################
|
||||
# Copyright (c) 2015 QNX Software Systems and others.
|
||||
# Copyright (c) 2015-2020 QNX Software Systems and others.
|
||||
#
|
||||
# This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License 2.0
|
||||
|
@ -10,8 +10,10 @@
|
|||
#
|
||||
# Contributors:
|
||||
# QNX Software Systems - initial API and implementation
|
||||
# Alexander Fedorov <alexander.fedorov@arsysop.ru> - ongoing support
|
||||
###############################################################################
|
||||
pluginName=Arduino C++ UI
|
||||
|
||||
pluginName=C/C++ Arduino UI
|
||||
providerName=Eclipse CDT
|
||||
preferencePage.name=Arduino
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue