Added asm library

This commit is contained in:
Claudio Maggioni 2023-12-13 12:05:53 +01:00
parent 28c2237b77
commit 62483c4d09
11 changed files with 14 additions and 0 deletions

13
.idea/libraries/asm.xml Normal file
View File

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="asm">
<CLASSES>
<root url="file://$PROJECT_DIR$/agent/lib" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="file://$PROJECT_DIR$/agent/lib" />
</SOURCES>
<jarDirectory url="file://$PROJECT_DIR$/agent/lib" recursive="false" />
<jarDirectory url="file://$PROJECT_DIR$/agent/lib" recursive="false" type="SOURCES" />
</library>
</component>

View File

@ -9,5 +9,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="asm" level="project" />
</component>
</module>

Binary file not shown.

Binary file not shown.

BIN
agent/lib/asm-9.2.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
agent/lib/asm-tree-9.2.jar Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
agent/lib/asm-util-9.2.jar Normal file

Binary file not shown.