File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ intellijPlatform {
43
43
44
44
pluginConfiguration {
45
45
id = " org.contextmapper.intellij-plugin"
46
- name = " ContextMapper "
46
+ name = " Context Mapper "
47
47
version = " 0.3.1"
48
48
49
49
productDescriptor {
@@ -55,7 +55,7 @@ intellijPlatform {
55
55
}
56
56
57
57
vendor {
58
- name = " ContextMapper "
58
+ name = " Context Mapper "
59
59
url = " https://contextmapper.org"
60
60
}
61
61
@@ -100,7 +100,7 @@ tasks {
100
100
}
101
101
102
102
val npmInstall by registering(Exec ::class ) {
103
- description = " Downloads the ContextMapper Language Server NPM package"
103
+ description = " Downloads the Context Mapper Language Server NPM package"
104
104
group = LifecycleBasePlugin .BUILD_GROUP
105
105
workingDir(layout.projectDirectory.dir(" lsp" ))
106
106
val installCommand = " npm install"
@@ -113,7 +113,7 @@ tasks {
113
113
}
114
114
115
115
val copyLanguageServer by registering(Copy ::class ) {
116
- description = " Extracts and copies the ContextMapper Language Server to the build directory"
116
+ description = " Extracts and copies the Context Mapper Language Server to the build directory"
117
117
group = LifecycleBasePlugin .BUILD_GROUP
118
118
dependsOn(npmInstall)
119
119
Original file line number Diff line number Diff line change 51
51
factoryClass =" org.contextmapper.intellij.lsp4ij.server.ContextMapperDslServerFactory" >
52
52
<description >
53
53
<![CDATA[
54
- <p>ContextMapper Language Server</p>
54
+ <p>Context Mapper Language Server</p>
55
55
<p>
56
- The ContextMapper Language Server provides support for the ContextMapper DSL in IntelliJ IDEA.
56
+ The Context Mapper Language Server provides support for the ContextMapper DSL in IntelliJ IDEA.
57
57
</p>
58
58
]]>
59
59
</description >
You can’t perform that action at this time.
0 commit comments