Files
Database-Action-Models-Gene…/.intellijPlatform/localPlatformArtifacts/IU-231.8109.175/bundledPlugin-intellij.grid.impl-IU-231.8109.175.xml
skidus fb3b704285 feat: Initial commit of the ActionBean generator plugin
This commit includes the basic project structure, the initial implementation of the plugin, and fixes for duplicate API calls and deprecated code.
2025-07-08 19:13:39 +07:00

13 lines
558 B
XML

<ivy-module version="2.0">
<info organisation="bundledPlugin" module="intellij.grid.impl" revision="IU-231.8109.175"/>
<configurations>
<conf name="default" visibility="public"/>
</configurations>
<publications>
<artifact name="grid" ext="jar" conf="default" url="plugins/grid-impl/lib"/>
</publications>
<dependencies>
<dependency org="bundledPlugin" name="intellij.grid.core.impl" rev="IU-231.8109.175"/>
<dependency org="bundledPlugin" name="com.intellij.platform.images" rev="IU-231.8109.175"/>
</dependencies>
</ivy-module>