Skip to content

Commit

Permalink
com.jetbrains.plugins.webDeployment — plugin model v2
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 957e6af4b19f6a5c586c3bc68ffd62e05e7c291a
  • Loading branch information
develar authored and intellij-monorepo-bot committed Jun 16, 2021
1 parent 6179dc0 commit c15bf39
Showing 1 changed file with 140 additions and 24 deletions.
164 changes: 140 additions & 24 deletions docs/plugin-graph/plugin-graph.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,37 @@
"pluginId": "com.intellij.configurationScript",
"type": 1
}
}, {
"group": "nodes",
"data": {
"id": "cLX",
"n": "com.intellij.database"
}
}, {
"group": "nodes",
"data": {
"id": "LX",
"name": "intellij.database.plugin",
"n": "i.database.plugin",
"package": null,
"sourceModule": "intellij.database.plugin",
"descriptor": "dbe/plugin/META-INF/plugin.xml",
"pluginId": "com.intellij.database",
"parent": "cLX",
"type": 2
}
}, {
"group": "nodes",
"data": {
"id": "Zu",
"name": "intellij.database.diagrams",
"n": "i.database.diagrams",
"package": "com.intellij.database.diagram",
"sourceModule": "intellij.database.diagrams",
"descriptor": "dbe/database/diagrams/resources/intellij.database.diagrams.xml",
"parent": "cLX",
"type": 0
}
}, {
"group": "nodes",
"data": {
Expand Down Expand Up @@ -2715,6 +2746,37 @@
"pluginId": "W3Validators",
"type": 1
}
}, {
"group": "nodes",
"data": {
"id": "cxc",
"n": "com.jetbrains.plugins.webDeployment"
}
}, {
"group": "nodes",
"data": {
"id": "xc",
"name": "intellij.webDeployment",
"n": "i.webDeployment",
"package": "com.jetbrains.plugins.webDeployment",
"sourceModule": "intellij.webDeployment",
"descriptor": "plugins/webDeployment/resources/META-INF/plugin.xml",
"pluginId": "com.jetbrains.plugins.webDeployment",
"parent": "cxc",
"type": 2
}
}, {
"group": "nodes",
"data": {
"id": "Ff",
"name": "intellij.webDeployment/phpStorm",
"n": "i.webDeployment/phpStorm",
"package": "com.jetbrains.plugins.webDeployment.phpStorm",
"sourceModule": "intellij.webDeployment",
"descriptor": "plugins/webDeployment/resources/intellij.webDeployment.phpStorm.xml",
"parent": "cxc",
"type": 0
}
}, {
"group": "nodes",
"data": {
Expand Down Expand Up @@ -2807,18 +2869,6 @@
"descriptor": "",
"type": 0
}
}, {
"group": "nodes",
"data": {
"id": "xc",
"name": "intellij.webDeployment",
"n": "i.webDeployment",
"package": null,
"sourceModule": "intellij.webDeployment",
"descriptor": "plugins/webDeployment/resources/META-INF/plugin.xml",
"pluginId": "com.jetbrains.plugins.webDeployment",
"type": 1
}
}, {
"group": "nodes",
"data": {
Expand Down Expand Up @@ -3008,18 +3058,6 @@
"pluginId": "com.intellij.persistence",
"type": 1
}
}, {
"group": "nodes",
"data": {
"id": "LX",
"name": "intellij.database.plugin",
"n": "i.database.plugin",
"package": null,
"sourceModule": "intellij.database.plugin",
"descriptor": "dbe/plugin/META-INF/plugin.xml",
"pluginId": "com.intellij.database",
"type": 1
}
}, {
"group": "nodes",
"data": {
Expand Down Expand Up @@ -3258,6 +3296,28 @@
"pluginId": "intellij.prettierJS",
"type": 1
}
}, {
"group": "nodes",
"data": {
"id": "Rw",
"name": "com.intellij.modules.ssh",
"n": "c.i.m.ssh",
"package": null,
"sourceModule": "",
"descriptor": "",
"type": 0
}
}, {
"group": "nodes",
"data": {
"id": "uu1",
"name": "com.intellij.modules.phpstorm",
"n": "c.i.m.phpstorm",
"package": null,
"sourceModule": "",
"descriptor": "",
"type": 0
}
}, {
"group": "edges",
"data": {
Expand Down Expand Up @@ -3322,6 +3382,14 @@
"target": "rP",
"type": 1
}
}, {
"group": "edges",
"data": {
"id": "LX_Zu",
"source": "LX",
"target": "Zu",
"type": 1
}
}, {
"group": "edges",
"data": {
Expand Down Expand Up @@ -4154,6 +4222,14 @@
"target": "BD",
"type": 1
}
}, {
"group": "edges",
"data": {
"id": "xc_Ff",
"source": "xc",
"target": "Ff",
"type": 1
}
}, {
"group": "edges",
"data": {
Expand Down Expand Up @@ -4266,6 +4342,14 @@
"target": "uY",
"type": 0
}
}, {
"group": "edges",
"data": {
"id": "Zu_Bv",
"source": "Zu",
"target": "Bv",
"type": 0
}
}, {
"group": "edges",
"data": {
Expand Down Expand Up @@ -6626,6 +6710,38 @@
"target": "It",
"type": 0
}
}, {
"group": "edges",
"data": {
"id": "xc_It",
"source": "xc",
"target": "It",
"type": 0
}
}, {
"group": "edges",
"data": {
"id": "xc_KQ",
"source": "xc",
"target": "KQ",
"type": 0
}
}, {
"group": "edges",
"data": {
"id": "xc_Rw",
"source": "xc",
"target": "Rw",
"type": 0
}
}, {
"group": "edges",
"data": {
"id": "Ff_uu1",
"source": "Ff",
"target": "uu1",
"type": 0
}
}, {
"group": "edges",
"data": {
Expand Down

0 comments on commit c15bf39

Please sign in to comment.