-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'IEP-195' into 'master'
IEP-195: Branding for IDF Eclipse Plugin Closes IEP-195 See merge request idf/idf-eclipse-plugin!120
- Loading branch information
Showing
19 changed files
with
328 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/target/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>com.espressif.idf.branding</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.pde.ManifestBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.pde.SchemaBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.pde.PluginNature</nature> | ||
</natures> | ||
</projectDescription> |
8 changes: 8 additions & 0 deletions
8
bundles/com.espressif.idf.branding/.settings/org.eclipse.jdt.core.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled | ||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 | ||
org.eclipse.jdt.core.compiler.compliance=1.8 | ||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error | ||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error | ||
org.eclipse.jdt.core.compiler.release=enabled | ||
org.eclipse.jdt.core.compiler.source=1.8 |
3 changes: 3 additions & 0 deletions
3
bundles/com.espressif.idf.branding/.settings/org.eclipse.jdt.launching.prefs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
eclipse.preferences.version=1 | ||
org.eclipse.jdt.launching.PREF_COMPILER_COMPLIANCE_DOES_NOT_MATCH_JRE=warning | ||
org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE=warning |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Manifest-Version: 1.0 | ||
Bundle-ManifestVersion: 2 | ||
Bundle-Name: %pluginName | ||
Bundle-SymbolicName: com.espressif.idf.branding;singleton:=true | ||
Bundle-Version: 1.0.0.qualifier | ||
Bundle-Vendor: %providerName | ||
Bundle-Localization: plugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# about.ini | ||
# contains information about a feature | ||
# java.io.Properties file (ISO 8859-1 with "\" escapes) | ||
# "%key" are externalized strings defined in about.properties | ||
# This file does not need to be translated. | ||
|
||
# Property "aboutText" contains blurb for "About" dialog (translated) | ||
aboutText=%blurb | ||
|
||
# Property "windowImage" contains path to window icon (16x16) | ||
# needed for primary features only | ||
windowImage=espressif16x16.png | ||
|
||
# Property "featureImage" contains path to feature image (32x32) | ||
featureImage=espressif32x32.png | ||
|
||
# Property "aboutImage" contains path to product image (500x330 or 115x164) | ||
# needed for primary features only | ||
|
||
# Property "appName" contains name of the application (translated) | ||
# needed for primary features only | ||
|
||
# Property "welcomePerspective" contains the id of the perspective in which the | ||
# welcome page is to be opened. | ||
# optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# about.mappings | ||
# contains fill-ins for about.properties | ||
# java.io.Properties file (ISO 8859-1 with "\" escapes) | ||
# This file does not need to be translated. | ||
|
||
# The following should contain the build version. | ||
# e.g. "0=20200106-1728" | ||
# This value will be added automatically via the build scripts | ||
0=${buildId} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
blurb=ESP-IDF Eclipse Plugin\n\ | ||
\n\ | ||
Version: {featureVersion}\n\ | ||
\n\ | ||
Copyright (c) 2019 ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD. All rights reserved. | ||
\n\ | ||
Visit https://www.espressif.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
############################################################################### | ||
# Copyright (c) 2005, 2009 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 | ||
############################################################################### | ||
bin.includes = about.ini,\ | ||
about.mappings,\ | ||
about.properties,\ | ||
plugin.properties,\ | ||
epl-v20.html,\ | ||
META-INF/,\ | ||
espressif32x32.png,\ | ||
espressif16x16.png,\ | ||
plugin.xml,\ | ||
build.properties |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,189 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1" ?> | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> | ||
<title>Eclipse Foundation Software User Agreement</title> | ||
</head> | ||
|
||
<body lang="EN-US"> | ||
<h2>Eclipse Foundation Software User Agreement</h2> | ||
<p>November 22, 2017</p> | ||
|
||
<h3>Usage Of Content</h3> | ||
|
||
<p>THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, | ||
INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS | ||
(COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY | ||
THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND | ||
CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED | ||
BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS | ||
GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY | ||
APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED | ||
BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS | ||
AGREEMENT AND THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE | ||
AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT | ||
USE THE CONTENT.</p> | ||
|
||
<h3>Applicable Licenses</h3> | ||
|
||
<p> | ||
Unless otherwise indicated, all Content made available by the Eclipse | ||
Foundation is provided to you under the terms and conditions of the | ||
Eclipse Public License Version 2.0 ("EPL"). A copy of the | ||
EPL is provided with this Content and is also available at <a | ||
href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>. | ||
For purposes of the EPL, "Program" will mean the Content. | ||
</p> | ||
|
||
<p>Content includes, but is not limited to, source code, object | ||
code, documentation and other files maintained in the Eclipse | ||
Foundation source code repository ("Repository") in software | ||
modules ("Modules") and made available as downloadable | ||
archives ("Downloads").</p> | ||
|
||
<ul> | ||
<li>Content may be structured and packaged into modules to | ||
facilitate delivering, extending, and upgrading the Content. Typical | ||
modules may include plug-ins ("Plug-ins"), plug-in | ||
fragments ("Fragments"), and features | ||
("Features").</li> | ||
<li>Each Plug-in or Fragment may be packaged as a sub-directory | ||
or JAR (Java™ ARchive) in a directory named | ||
"plugins".</li> | ||
<li>A Feature is a bundle of one or more Plug-ins and/or | ||
Fragments and associated material. Each Feature may be packaged as a | ||
sub-directory in a directory named "features". Within a | ||
Feature, files named "feature.xml" may contain a list of | ||
the names and version numbers of the Plug-ins and/or Fragments | ||
associated with that Feature.</li> | ||
<li>Features may also include other Features ("Included | ||
Features"). Within a Feature, files named | ||
"feature.xml" may contain a list of the names and version | ||
numbers of Included Features.</li> | ||
</ul> | ||
|
||
<p>The terms and conditions governing Plug-ins and Fragments should | ||
be contained in files named "about.html" | ||
("Abouts"). The terms and conditions governing Features and | ||
Included Features should be contained in files named | ||
"license.html" ("Feature Licenses"). Abouts and | ||
Feature Licenses may be located in any directory of a Download or | ||
Module including, but not limited to the following locations:</p> | ||
|
||
<ul> | ||
<li>The top-level (root) directory</li> | ||
<li>Plug-in and Fragment directories</li> | ||
<li>Inside Plug-ins and Fragments packaged as JARs</li> | ||
<li>Sub-directories of the directory named "src" of | ||
certain Plug-ins</li> | ||
<li>Feature directories</li> | ||
</ul> | ||
|
||
<p>Note: if a Feature made available by the Eclipse Foundation is | ||
installed using the Provisioning Technology (as defined below), you | ||
must agree to a license ("Feature Update License") during | ||
the installation process. If the Feature contains Included Features, | ||
the Feature Update License should either provide you with the terms | ||
and conditions governing the Included Features or inform you where you | ||
can locate them. Feature Update Licenses may be found in the | ||
"license" property of files named | ||
"feature.properties" found within a Feature. Such Abouts, | ||
Feature Licenses, and Feature Update Licenses contain the terms and | ||
conditions (or references to such terms and conditions) that govern | ||
your use of the associated Content in that directory.</p> | ||
|
||
<p>THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY | ||
REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND | ||
CONDITIONS. SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT | ||
ARE NOT LIMITED TO):</p> | ||
|
||
<ul> | ||
<li>Eclipse Public License Version 1.0 (available at <a | ||
href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>) | ||
</li> | ||
<li>Eclipse Distribution License Version 1.0 (available at <a | ||
href="http://www.eclipse.org/licenses/edl-v10.html">http://www.eclipse.org/licenses/edl-v1.0.html</a>) | ||
</li> | ||
<li>Common Public License Version 1.0 (available at <a | ||
href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>) | ||
</li> | ||
<li>Apache Software License 1.1 (available at <a | ||
href="http://www.apache.org/licenses/LICENSE">http://www.apache.org/licenses/LICENSE</a>) | ||
</li> | ||
<li>Apache Software License 2.0 (available at <a | ||
href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>) | ||
</li> | ||
<li>Mozilla Public License Version 1.1 (available at <a | ||
href="http://www.mozilla.org/MPL/MPL-1.1.html">http://www.mozilla.org/MPL/MPL-1.1.html</a>) | ||
</li> | ||
</ul> | ||
|
||
<p>IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND | ||
CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, | ||
or Feature Update License is provided, please contact the Eclipse | ||
Foundation to determine what terms and conditions govern that | ||
particular Content.</p> | ||
|
||
|
||
<h3>Use of Provisioning Technology</h3> | ||
|
||
<p> | ||
The Eclipse Foundation makes available provisioning software, examples | ||
of which include, but are not limited to, p2 and the Eclipse Update | ||
Manager ("Provisioning Technology") for the purpose of | ||
allowing users to install software, documentation, information and/or | ||
other materials (collectively "Installable Software"). This | ||
capability is provided with the intent of allowing such users to | ||
install, extend and update Eclipse-based products. Information about | ||
packaging Installable Software is available at <a | ||
href="http://eclipse.org/equinox/p2/repository_packaging.html">http://eclipse.org/equinox/p2/repository_packaging.html</a> | ||
("Specification"). | ||
</p> | ||
|
||
<p>You may use Provisioning Technology to allow other parties to | ||
install Installable Software. You shall be responsible for enabling | ||
the applicable license agreements relating to the Installable Software | ||
to be presented to, and accepted by, the users of the Provisioning | ||
Technology in accordance with the Specification. By using Provisioning | ||
Technology in such a manner and making it available in accordance with | ||
the Specification, you further acknowledge your agreement to, and the | ||
acquisition of all necessary rights to permit the following:</p> | ||
|
||
<ol> | ||
<li>A series of actions may occur ("Provisioning | ||
Process") in which a user may execute the Provisioning | ||
Technology on a machine ("Target Machine") with the intent | ||
of installing, extending or updating the functionality of an | ||
Eclipse-based product.</li> | ||
<li>During the Provisioning Process, the Provisioning Technology | ||
may cause third party Installable Software or a portion thereof to be | ||
accessed and copied to the Target Machine.</li> | ||
<li>Pursuant to the Specification, you will provide to the user | ||
the terms and conditions that govern the use of the Installable | ||
Software ("Installable Software Agreement") and such | ||
Installable Software Agreement shall be accessed from the Target | ||
Machine in accordance with the Specification. Such Installable | ||
Software Agreement must inform the user of the terms and conditions | ||
that govern the Installable Software and must solicit acceptance by | ||
the end user in the manner prescribed in such Installable Software | ||
Agreement. Upon such indication of agreement by the user, the | ||
provisioning Technology will complete installation of the Installable | ||
Software.</li> | ||
</ol> | ||
|
||
<h3>Cryptography</h3> | ||
|
||
<p>Content may contain encryption software. The country in which | ||
you are currently may have restrictions on the import, possession, and | ||
use, and/or re-export to another country, of encryption software. | ||
BEFORE using any encryption software, please check the country's laws, | ||
regulations and policies concerning the import, possession, or use, | ||
and re-export of encryption software, to see if this is permitted.</p> | ||
|
||
<p> | ||
<small>Java and all Java-based trademarks are trademarks of | ||
Oracle Corporation in the United States, other countries, or both.</small> | ||
</p> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
pluginName=ESP-IDF Eclipse Plugin | ||
providerName=ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?eclipse version="3.4"?> | ||
<plugin> | ||
|
||
</plugin> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<artifactId>com.espressif.idf.branding</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<packaging>eclipse-plugin</packaging> | ||
|
||
<parent> | ||
<groupId>com.espressif.idf</groupId> | ||
<artifactId>com.espressif.idf.bundles</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
</parent> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters