Skip to content

Commit

Permalink
adding v2 and v3 versions of vscode-wsdl2rest plugin, revising folder…
Browse files Browse the repository at this point in the history
… names, adusting yaml, adding 0.0.9, adjusting vsix location -removing v1 and v2 versions -adjusting memory

Signed-off-by: Brian Fitzpatrick <bfitzpat@redhat.com>
  • Loading branch information
bfitzpat authored and apupier committed Sep 9, 2019
1 parent 83139d4 commit 2d793d0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 15 deletions.
15 changes: 0 additions & 15 deletions plugins/camel-tooling.vscode-wsdl2rest/0.0.7/meta.yaml

This file was deleted.

18 changes: 18 additions & 0 deletions v3/plugins/redhat/vscode-wsdl2rest/0.0.9/meta.yaml
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
18 changes: 18 additions & 0 deletions v3/plugins/redhat/vscode-wsdl2rest/latest/meta.yaml
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

0 comments on commit 2d793d0

Please sign in to comment.