fixed outdated references to old language server artifact IDs

This commit is contained in:
Martin Lippert
2017-04-18 15:40:42 +02:00
parent 1b47102fcf
commit 7f127bd898
6 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>vscode-manifest-yaml</artifactId>
<artifactId>manifest-yaml-language-server</artifactId>
<version>0.0.3-SNAPSHOT</version>
</dependency>
</dependencies>
@@ -39,7 +39,7 @@
<artifactItems>
<artifactItem>
<groupId>org.springframework.ide.vscode</groupId>
<artifactId>vscode-manifest-yaml</artifactId>
<artifactId>manifest-yaml-language-server</artifactId>
<overWrite>true</overWrite>
<outputDirectory>${project.build.directory}/../servers</outputDirectory>
</artifactItem>

View File

@@ -56,7 +56,7 @@ public class CloudFoundryManifestLanguageServer extends ProcessStreamConnectionP
}
protected String getLanguageServerJARLocation() {
String languageServer = "vscode-manifest-yaml-0.0.3-SNAPSHOT.jar";
String languageServer = "manifest-yaml-language-server-0.0.3-SNAPSHOT.jar";
Bundle bundle = Platform.getBundle(Constants.PLUGIN_ID);
File dataFile = bundle.getDataFile(languageServer);