Skip to content

Commit

Permalink
#566: consistent use of "CMSIS Packs"
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed May 23, 2023
1 parent 00c061d commit bc78737
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: org.eclipse.embedcdt.managedbuild.packs.ui;singleton:=true
Bundle-Version: 2.1.0.qualifier
Bundle-Version: 2.1.1.qualifier
Bundle-Activator: org.eclipse.embedcdt.internal.managedbuild.packs.ui.Activator
Require-Bundle: org.eclipse.embedcdt.core;bundle-version="6.3.2",
org.eclipse.embedcdt.packs.core;bundle-version="3.1.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ NewSiteDialog_label_name=Name:
NewSiteDialog_label_url=URL:

PacksView_UpdateAction_text=Update
PacksView_UpdateAction_toolTipText=Update the CMSIS packs definitions
PacksView_UpdateAction_toolTipText=Update the CMSIS Packs definitions

PacksView_InstallAction_text=Install
PacksView_InstallAction_toolTipText=Install a local copy of the selected CMSIS pack(s)
PacksView_InstallAction_toolTipText=Install a local copy of the selected CMSIS Pack(s)

PacksView_RemoveAction_text=Remove
PacksView_RemoveAction_toolTipText=Remove the local copy of the selected CMSIS pack version(s)
PacksView_RemoveAction_toolTipText=Remove the local copy of the selected CMSIS Pack version(s)

PacksView_ExpandAll_text=Expand all
PacksView_ExpandAll_toolTipText=Expand all children nodes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ private void aggregateCmsis(Map<String, Object> repo) {
domainName = StringUtils.capitalizeFirst(domainName);

contentRoot.setName(domainName);
contentRoot.setDescription(domainName + " CMSIS packs repository");
contentRoot.setDescription(domainName + " CMSIS Packs repository");

contentRoot.putProperty(Property.TYPE, "cmsis.repo");
contentRoot.putProperty(Property.REPO_URL, repoUrl);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ For further details see also the [Slides of the Embedded World CMSIS Partner Mee
This GitHub development repository contains already pre-built libraries of various software components (DSP, RTOS, RTOS2).
These libraries are validated for release.

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

0 comments on commit bc78737

Please sign in to comment.