diff options
| author | Jonah Graham | 2019-03-01 11:18:12 +0000 |
|---|---|---|
| committer | Jonah Graham | 2019-03-01 11:29:10 +0000 |
| commit | 481e4f13f0d4957c71f2e6e5a1163371757a35da (patch) | |
| tree | 0b4145c9ec2de195272e92f0f81f127212cc80ab | |
| parent | 1370c76c3875d3d0ca88d81c8551f77d6d269dbd (diff) | |
| download | org.eclipse.cdt-481e4f13f0d4957c71f2e6e5a1163371757a35da.tar.gz org.eclipse.cdt-481e4f13f0d4957c71f2e6e5a1163371757a35da.tar.xz org.eclipse.cdt-481e4f13f0d4957c71f2e6e5a1163371757a35da.zip | |
Bug 544944: Add a description for new Arduino Project
and fix wording of makefile project. These are to take
advantage/improve based on new platform feature:
https://www.eclipse.org/eclipse/news/4.11/platform.php#onboarding-text
which was done in Bug 543746
Change-Id: I4b6c5812adbf0c94e7dd60c80b5150f524e065e5
3 files changed, 5 insertions, 2 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.ui/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.managedbuilder.ui/META-INF/MANIFEST.MF index 9ed75ded417..74313015179 100644 --- a/build/org.eclipse.cdt.managedbuilder.ui/META-INF/MANIFEST.MF +++ b/build/org.eclipse.cdt.managedbuilder.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.ui; singleton:=true -Bundle-Version: 9.1.1.qualifier +Bundle-Version: 9.1.100.qualifier Bundle-Activator: org.eclipse.cdt.managedbuilder.ui.properties.ManagedBuilderUIPlugin Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties b/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties index abf4a3d5b3e..14a4812b3e0 100755 --- a/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties +++ b/build/org.eclipse.cdt.managedbuilder.ui/plugin.properties @@ -78,7 +78,7 @@ WizardConvertMakeProject.name=Convert to a C/C++ Project (Adds C/C++ Nature) WizardConvertMakeProject.description=Convert to a C/C++ Project WizardMakeProjFromExisting.name=Existing Code as Makefile Project -WizardMakeProjFromExisting.description=Creates a new Makefile project in a directory containing existing code +WizardMakeProjFromExisting.description=Create a new Makefile project in a directory containing existing code NewMakeFromExisting.name=Makefile Project with Existing Code diff --git a/toolchains/arduino/org.eclipse.cdt.arduino.ui/plugin.xml b/toolchains/arduino/org.eclipse.cdt.arduino.ui/plugin.xml index 3386862fc9a..373b91006bc 100644 --- a/toolchains/arduino/org.eclipse.cdt.arduino.ui/plugin.xml +++ b/toolchains/arduino/org.eclipse.cdt.arduino.ui/plugin.xml @@ -28,6 +28,9 @@ id="org.eclipse.cdt.arduino.ui.newProjectWizard" name="Arduino Project" project="true"> + <description> + Create a new Arduino Project + </description> </wizard> </extension> <extension |
