Skip to content

Commit bc78737

Browse files
committed
#566: consistent use of "CMSIS Packs"
1 parent 00c061d commit bc78737

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

plugins/org.eclipse.embedcdt.managedbuild.packs.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %bundle.name
44
Bundle-SymbolicName: org.eclipse.embedcdt.managedbuild.packs.ui;singleton:=true
5-
Bundle-Version: 2.1.0.qualifier
5+
Bundle-Version: 2.1.1.qualifier
66
Bundle-Activator: org.eclipse.embedcdt.internal.managedbuild.packs.ui.Activator
77
Require-Bundle: org.eclipse.embedcdt.core;bundle-version="6.3.2",
88
org.eclipse.embedcdt.packs.core;bundle-version="3.1.2",

plugins/org.eclipse.embedcdt.packs.ui/src/org/eclipse/embedcdt/internal/packs/ui/messages.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ NewSiteDialog_label_name=Name:
2020
NewSiteDialog_label_url=URL:
2121

2222
PacksView_UpdateAction_text=Update
23-
PacksView_UpdateAction_toolTipText=Update the CMSIS packs definitions
23+
PacksView_UpdateAction_toolTipText=Update the CMSIS Packs definitions
2424

2525
PacksView_InstallAction_text=Install
26-
PacksView_InstallAction_toolTipText=Install a local copy of the selected CMSIS pack(s)
26+
PacksView_InstallAction_toolTipText=Install a local copy of the selected CMSIS Pack(s)
2727

2828
PacksView_RemoveAction_text=Remove
29-
PacksView_RemoveAction_toolTipText=Remove the local copy of the selected CMSIS pack version(s)
29+
PacksView_RemoveAction_toolTipText=Remove the local copy of the selected CMSIS Pack version(s)
3030

3131
PacksView_ExpandAll_text=Expand all
3232
PacksView_ExpandAll_toolTipText=Expand all children nodes

plugins/org.eclipse.embedcdt.packs.ui/src/org/eclipse/embedcdt/packs/ui/handlers/UpdatePacksHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ private void aggregateCmsis(Map<String, Object> repo) {
268268
domainName = StringUtils.capitalizeFirst(domainName);
269269

270270
contentRoot.setName(domainName);
271-
contentRoot.setDescription(domainName + " CMSIS packs repository");
271+
contentRoot.setDescription(domainName + " CMSIS Packs repository");
272272

273273
contentRoot.putProperty(Property.TYPE, "cmsis.repo");
274274
contentRoot.putProperty(Property.REPO_URL, repoUrl);

plugins/org.eclipse.embedcdt.templates.core/templates/common/system/include/cmsis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For further details see also the [Slides of the Embedded World CMSIS Partner Mee
4848
This GitHub development repository contains already pre-built libraries of various software components (DSP, RTOS, RTOS2).
4949
These libraries are validated for release.
5050

51-
To build a complete CMSIS pack for installation the following additional tools are required:
51+
To build a complete CMSIS Pack for installation the following additional tools are required:
5252
- **doxygen.exe** Version: 1.8.6 (Documentation Generator)
5353
- **mscgen.exe** Version: 0.20 (Message Sequence Chart Converter)
5454
- **7z.exe (7-Zip)** Version: 16.02 (File Archiver)

0 commit comments

Comments
 (0)