-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding v2 and v3 versions of vscode-wsdl2rest plugin, revising folder…
… names, adusting yaml, adding 0.0.9, adjusting vsix location -removing v1 and v2 versions -adjusting memory Signed-off-by: Brian Fitzpatrick <[email protected]>
- Loading branch information
Showing
3 changed files
with
36 additions
and
15 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: v2 | ||
publisher: redhat | ||
name: vscode-wsdl2rest | ||
version: 0.0.9 | ||
type: VS Code extension | ||
displayName: wsdl2rest support for Apache Camel | ||
title: wsdl2rest support for Apache Camel | ||
description: Extension supporting the mapping of an existing SOAP service to a RESTful service in Camel Rest DSL generated via wsdl2rest. | ||
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | ||
repository: https://github.com/camel-tooling/vscode-wsdl2rest | ||
category: Other | ||
firstPublicationDate: "2019-02-26" | ||
spec: | ||
containers: | ||
- image: "eclipse/che-remote-plugin-runner-java8:next" | ||
memoryLimit: "256Mi" | ||
extensions: | ||
- https://download.jboss.org/jbosstools/vscode/stable/vscode-wsdl2rest/vscode-wsdl2rest-0.0.9-16.vsix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
apiVersion: v2 | ||
publisher: redhat | ||
name: vscode-wsdl2rest | ||
version: latest | ||
type: VS Code extension | ||
displayName: wsdl2rest support for Apache Camel | ||
title: wsdl2rest support for Apache Camel | ||
description: Extension supporting the mapping of an existing SOAP service to a RESTful service in Camel Rest DSL generated via wsdl2rest. | ||
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | ||
repository: https://github.com/camel-tooling/vscode-wsdl2rest | ||
category: Other | ||
firstPublicationDate: "2019-02-26" | ||
spec: | ||
containers: | ||
- image: "eclipse/che-remote-plugin-runner-java8:next" | ||
memoryLimit: "256Mi" | ||
extensions: | ||
- https://download.jboss.org/jbosstools/vscode/stable/vscode-wsdl2rest/vscode-wsdl2rest-0.0.9-16.vsix |