Skip to content

Commit

Permalink
Fix feature names
Browse files Browse the repository at this point in the history
  • Loading branch information
donat committed Sep 1, 2023
1 parent 7e26d68 commit 21344fe
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# "featureName" property - the name of the feature
featureName=\
Buildship: Eclipse Plug-ins for Gradle - gradle.properties editor support
Buildship - gradle.properties editor support

# "providerName" property - the name of the company providing the feature
providerName=\
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion org.eclipse.buildship.kotlindsl.feature/feature.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# "featureName" property - the name of the feature
featureName=\
Kotlin DSL support
Buildship - Kotlin DSL editor support

# "providerName" property - the name of the company providing the feature
providerName=\
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.buildship.kotlindsl.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
-->
<feature
id="org.eclipse.buildship.kotlindsl"
label="Kotlin DSL Support"
label="%featureName"
version="1.0.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.buildship.branding">
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.buildship.oomph.feature/feature.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
featureName =\
Buildship project import support for Oomph
Buildship - project import support for Oomph

description = Contains the setup model extension and edit support plugins for Gradle Import.

Expand Down

0 comments on commit 21344fe

Please sign in to comment.