Skip to content

Commit 2d793d0

Browse files
bfitzpatapupier
authored andcommitted
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]>
1 parent 83139d4 commit 2d793d0

File tree

3 files changed

+36
-15
lines changed

3 files changed

+36
-15
lines changed

plugins/camel-tooling.vscode-wsdl2rest/0.0.7/meta.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: v2
2+
publisher: redhat
3+
name: vscode-wsdl2rest
4+
version: 0.0.9
5+
type: VS Code extension
6+
displayName: wsdl2rest support for Apache Camel
7+
title: wsdl2rest support for Apache Camel
8+
description: Extension supporting the mapping of an existing SOAP service to a RESTful service in Camel Rest DSL generated via wsdl2rest.
9+
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
10+
repository: https://github.com/camel-tooling/vscode-wsdl2rest
11+
category: Other
12+
firstPublicationDate: "2019-02-26"
13+
spec:
14+
containers:
15+
- image: "eclipse/che-remote-plugin-runner-java8:next"
16+
memoryLimit: "256Mi"
17+
extensions:
18+
- https://download.jboss.org/jbosstools/vscode/stable/vscode-wsdl2rest/vscode-wsdl2rest-0.0.9-16.vsix
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
apiVersion: v2
2+
publisher: redhat
3+
name: vscode-wsdl2rest
4+
version: latest
5+
type: VS Code extension
6+
displayName: wsdl2rest support for Apache Camel
7+
title: wsdl2rest support for Apache Camel
8+
description: Extension supporting the mapping of an existing SOAP service to a RESTful service in Camel Rest DSL generated via wsdl2rest.
9+
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
10+
repository: https://github.com/camel-tooling/vscode-wsdl2rest
11+
category: Other
12+
firstPublicationDate: "2019-02-26"
13+
spec:
14+
containers:
15+
- image: "eclipse/che-remote-plugin-runner-java8:next"
16+
memoryLimit: "256Mi"
17+
extensions:
18+
- https://download.jboss.org/jbosstools/vscode/stable/vscode-wsdl2rest/vscode-wsdl2rest-0.0.9-16.vsix

0 commit comments

Comments
 (0)