1
0
Fork 0
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:
Alexander Fedorov 2020-01-06 13:33:30 +03:00 committed by Jonah Graham
parent fecd602c1b
commit 4acce05305
12 changed files with 110 additions and 12 deletions

View file

@ -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,\ bin.includes = feature.xml,\
feature.properties feature.properties

View file

@ -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 # This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0 # are made available under the terms of the Eclipse Public License 2.0
@ -10,6 +10,7 @@
# #
# Contributors: # Contributors:
# QNX Software Systems - initial API and implementation # QNX Software Systems - initial API and implementation
# Alexander Fedorov <alexander.fedorov@arsysop.ru> - ongoing support
############################################################################### ###############################################################################
# features.properties # features.properties
# contains externalized strings for feature.xml # contains externalized strings for feature.xml
@ -18,7 +19,7 @@
# This file should be translated. # This file should be translated.
# "featureName" property - name of the feature # "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" property - name of the company that provides the feature
providerName=Eclipse CDT providerName=Eclipse CDT
@ -28,7 +29,7 @@ description=Extensions to support Arduino C++ projects in Eclipse
# copyright # copyright
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\ This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License 2.0\n\ are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\ which accompanies this distribution, and is available at\n\

View file

@ -1,4 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?> <?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 <feature
id="org.eclipse.cdt.arduino" id="org.eclipse.cdt.arduino"
label="%featureName" label="%featureName"

View file

@ -1,9 +1,9 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Tests Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.cdt.arduino.core.tests Bundle-SymbolicName: org.eclipse.cdt.arduino.core.tests
Bundle-Vendor: Eclipse CDT Bundle-Vendor: %Bundle-Vendor
Bundle-Version: 1.0.0.qualifier Bundle-Version: 1.0.100.qualifier
Fragment-Host: org.eclipse.cdt.arduino.core;bundle-version="1.0.0" Fragment-Host: org.eclipse.cdt.arduino.core;bundle-version="1.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.junit;bundle-version="4.12.0" Require-Bundle: org.junit;bundle-version="4.12.0"

View file

@ -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

View file

@ -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/ source.. = src/
output.. = bin/ output.. = bin/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\
OSGI-INF/,\
about.html about.html
src.includes = about.html src.includes = about.html

View file

@ -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/ source.. = src/
bin.includes = META-INF/,\ bin.includes = META-INF/,\
.,\ .,\

View file

@ -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 # This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0 # are made available under the terms of the Eclipse Public License 2.0
@ -10,8 +10,10 @@
# #
# Contributors: # Contributors:
# QNX Software Systems - initial API and implementation # 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 providerName=Eclipse CDT
ArduinoBuilder.name=Arduino Builder ArduinoBuilder.name=Arduino Builder
arduinonature.name=Arduino Nature arduinonature.name=Arduino Nature

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.arduino.ui;singleton:=true 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 Bundle-Activator: org.eclipse.cdt.arduino.ui.internal.Activator
Require-Bundle: org.eclipse.core.runtime, Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.expressions, org.eclipse.core.expressions,

View file

@ -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/,\ bin.includes = META-INF/,\
.,\ .,\
plugin.xml,\ plugin.xml,\
icons/,\ icons/,\
about.html,\ about.html,\
plugin.properties plugin.properties,\
cdt_logo_icon32.png
source.. = src/ source.. = src/
src.includes = about.html src.includes = about.html

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -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 # This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0 # are made available under the terms of the Eclipse Public License 2.0
@ -10,8 +10,10 @@
# #
# Contributors: # Contributors:
# QNX Software Systems - initial API and implementation # 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 providerName=Eclipse CDT
preferencePage.name=Arduino preferencePage.name=Arduino