839c39c70d
Major changes: ASM is switched from vanilla 3.3 to a 4.0 with renamed packages, because this is done inside IDEA and we depend on that transitively. Thus the jarjar renaming in build.xml, old library binaries deleted. Also we now depend on exact IDEA build (EAP), not "last successful".
22 lines
976 B
XML
22 lines
976 B
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="module" module-name="backend" />
|
|
<orderEntry type="module" module-name="frontend" />
|
|
<orderEntry type="module" module-name="frontend.java" />
|
|
<orderEntry type="module" module-name="runtime" />
|
|
<orderEntry type="module" module-name="jet.as.java.psi" />
|
|
<orderEntry type="library" name="intellij-core" level="project" />
|
|
<orderEntry type="library" name="asm-util" level="project" />
|
|
<orderEntry type="module" module-name="js.translator" />
|
|
<orderEntry type="library" name="jline" level="project" />
|
|
</component>
|
|
</module>
|
|
|