vscode-manifest-yaml package renames

Bring package names in line with project names
This commit is contained in:
Kris De Volder
2016-10-20 11:33:03 -07:00
parent ba43ccbd5f
commit 8d74d5af53
12 changed files with 19 additions and 17 deletions

View File

@@ -104,7 +104,7 @@ export function activate(context: VSCode.ExtensionContext) {
let args = [
'-Dserver.port=' + port,
'-cp', classpath,
'org.springframework.ide.vscode.cloudfoundry.manifest.editor.Main'
'org.springframework.ide.vscode.manifest.yaml.Main'
];
if (DEBUG) {
args.unshift(DEBUG_ARG);

View File

@@ -1,4 +1,4 @@
package org.springframework.ide.vscode.cloudfoundry.manifest.editor;
package org.springframework.ide.vscode.manifest.yaml;
import java.io.IOException;
import java.io.InputStream;

View File

@@ -8,7 +8,7 @@
* Contributors:
* Pivotal, Inc. - initial API and implementation
*******************************************************************************/
package org.springframework.ide.vscode.cloudfoundry.manifest.editor;
package org.springframework.ide.vscode.manifest.yaml;
import java.util.Collection;
import java.util.Set;

View File

@@ -8,7 +8,7 @@
* Contributors:
* Pivotal, Inc. - initial API and implementation
*******************************************************************************/
package org.springframework.ide.vscode.cloudfoundry.manifest.editor;
package org.springframework.ide.vscode.manifest.yaml;
import java.util.Set;

View File

@@ -1,4 +1,4 @@
package org.springframework.ide.vscode.cloudfoundry.manifest.editor;
package org.springframework.ide.vscode.manifest.yaml;
import java.util.Iterator;

View File

@@ -1,4 +1,4 @@
package org.springframework.ide.vscode.cloudfoundry.manifest.editor;
package org.springframework.ide.vscode.manifest.yaml;
import java.util.concurrent.CompletableFuture;

View File

@@ -1,4 +1,4 @@
package org.springframework.ide.vscode.cloudfoundry.manifest.editor;
package org.springframework.ide.vscode.manifest.yaml;
import java.util.ArrayList;
import java.util.Collections;

View File

@@ -8,14 +8,14 @@
* Contributors:
* Pivotal, Inc. - initial API and implementation
*******************************************************************************/
package org.springframework.ide.vscode.yaml;
package org.springframework.ide.vscode.manifest.yaml;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.springframework.ide.vscode.cloudfoundry.manifest.editor.ManifestYamlLanguageServer;
import org.springframework.ide.vscode.languageserver.testharness.Editor;
import org.springframework.ide.vscode.languageserver.testharness.LanguageServerHarness;
import org.springframework.ide.vscode.manifest.yaml.ManifestYamlLanguageServer;
public class ManifestYamlEditorTest {

View File

@@ -1,4 +1,4 @@
package org.springframework.ide.vscode.yaml;
package org.springframework.ide.vscode.manifest.yaml;
import static org.assertj.core.api.Assertions.assertThat;
@@ -7,8 +7,8 @@ import java.net.URISyntaxException;
import java.nio.file.Paths;
import org.junit.Test;
import org.springframework.ide.vscode.cloudfoundry.manifest.editor.ManifestYamlLanguageServer;
import org.springframework.ide.vscode.languageserver.testharness.LanguageServerHarness;
import org.springframework.ide.vscode.manifest.yaml.ManifestYamlLanguageServer;
import io.typefox.lsapi.InitializeResult;
import io.typefox.lsapi.TextDocumentSyncKind;

View File

@@ -1,4 +1,4 @@
package org.springframework.ide.vscode.yaml;
package org.springframework.ide.vscode.manifest.yaml;
/*******************************************************************************
* Copyright (c) 2015, 2016 Pivotal, Inc.
* All rights reserved. This program and the accompanying materials
@@ -19,12 +19,12 @@ import java.util.List;
import java.util.Map;
import org.junit.Test;
import org.springframework.ide.vscode.cloudfoundry.manifest.editor.ManifestYmlSchema;
import org.springframework.ide.vscode.commons.util.StringUtil;
import org.springframework.ide.vscode.commons.yaml.schema.YTypedProperty;
import org.springframework.ide.vscode.commons.yaml.schema.YTypeFactory.YBeanType;
import org.springframework.ide.vscode.commons.yaml.schema.YTypeFactory.YSeqType;
import org.springframework.ide.vscode.commons.yaml.util.DescriptionProviders;
import org.springframework.ide.vscode.manifest.yaml.ManifestYmlSchema;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.ImmutableSet.Builder;

View File

@@ -1,3 +1,5 @@
#There's a syntax error in this file
abc: foo
- foo
#Comment
applications:
- name: foo
buildpack: something