mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
Newly introduced 'intellij.tools.jps.buildScriptDependencies' module contains all dependencies which are required to invoke build scripts for IntelliJ-based IDEs. The build scripts was updated to support generation of Maven artifacts from modules without sources. antlayout.jar was rebuilt from sources to include changes in JarContainer.
15 lines
902 B
XML
15 lines
902 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="module" module-name="intellij.tools.jps.build.standalone" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.groovy.jps" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.groovy.rt" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.java.guiForms.jps" scope="RUNTIME" />
|
|
<orderEntry type="module" module-name="intellij.tools.jps.antTasks" scope="RUNTIME" />
|
|
<orderEntry type="library" scope="RUNTIME" name="gant-groovy" level="project" />
|
|
<orderEntry type="library" scope="RUNTIME" name="gson" level="project" />
|
|
</component>
|
|
</module> |