This commit refactors the project structure by moving generator-related classes to a new package (`com.sdk.generators.actionmodels`) and standardizing template directory names (`src/main/resources/templates`). It introduces new FreeMarker templates (`actionDTO.ftl`, `actionDTO.extend.ftl`) and corresponding logic in `GeneratorServices.java` to support the generation of Data Transfer Object (DTO) classes alongside ActionBeans. The changes also involve enhancements related to `ActionField` and `DTOField` generation. Updates to `build.gradle.kts`, `plugin.xml`, and Gradle wrapper files reflect these structural and functional enhancements.
16 lines
849 B
XML
16 lines
849 B
XML
<ivy-module version="2.0">
|
|
<info organisation="bundledModule" module="intellij.grid.impl" revision="IU-252.23892.409"/>
|
|
<configurations>
|
|
<conf name="default" visibility="public"/>
|
|
</configurations>
|
|
<publications>
|
|
<artifact name="intellij.grid.impl" ext="jar" conf="default" url="lib/modules"/>
|
|
</publications>
|
|
<dependencies>
|
|
<dependency org="bundledModule" name="intellij.grid.core.impl" rev="IU-252.23892.409"/>
|
|
<dependency org="bundledModule" name="intellij.platform.navbar.frontend" rev="IU-252.23892.409"/>
|
|
<dependency org="bundledModule" name="intellij.grid.csv.core.impl" rev="IU-252.23892.409"/>
|
|
<dependency org="bundledModule" name="intellij.grid.types" rev="IU-252.23892.409"/>
|
|
<dependency org="bundledModule" name="intellij.libraries.microba" rev="IU-252.23892.409"/>
|
|
</dependencies>
|
|
</ivy-module> |