Files
openide/java/debugger/debugger-agent/intellij.java.debugger.agent.iml
Egor Ushakov c555716766 [debugger] merged captureStorage into captureAgent
GitOrigin-RevId: dc1b834cd6f99a2e58cde6c2ab0191af5651da60
2021-08-18 12:36:34 +00:00

20 lines
704 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" 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-library">
<library name="asm-capture">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/asm-capture-9.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>