mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +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.
20 lines
1.1 KiB
XML
20 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module type="JAVA_MODULE" version="4">
|
|
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
<exclude-output />
|
|
<content url="file://$MODULE_DIR$">
|
|
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
</content>
|
|
<orderEntry type="inheritedJdk" />
|
|
<orderEntry type="sourceFolder" forTests="false" />
|
|
<orderEntry type="library" name="Groovy" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.jps.build" exported="" />
|
|
<orderEntry type="module" module-name="intellij.platform.jps.model" />
|
|
<orderEntry type="library" name="cli-parser" level="project" />
|
|
<orderEntry type="library" scope="PROVIDED" name="Ant" level="project" />
|
|
<orderEntry type="module" module-name="intellij.platform.jps.model.serialization" exported="" />
|
|
<orderEntry type="library" scope="PROVIDED" name="gant-groovy" level="project" />
|
|
<orderEntry type="library" name="Log4J" level="project" />
|
|
<orderEntry type="library" name="protobuf" level="project" />
|
|
</component>
|
|
</module> |