Migrate build and project configuration to IntelliJ IDEA 12 (Leda) EAP

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".
This commit is contained in:
Andrey Breslav
2012-07-24 22:26:00 +04:00
parent 2cf411eaea
commit 839c39c70d
14 changed files with 111 additions and 44 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
<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" 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>