mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
Add debugger native agent library and license
This commit is contained in:
12
.idea/libraries/debugger_memory_agent.xml
generated
Normal file
12
.idea/libraries/debugger_memory_agent.xml
generated
Normal file
@@ -0,0 +1,12 @@
|
||||
<component name="libraryTable">
|
||||
<library name="debugger-memory-agent" type="repository">
|
||||
<properties maven-id="org.jetbrains.intellij.deps:debugger-memory-agent:0.0.1" />
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/debugger-memory-agent/0.0.1/debugger-memory-agent-0.0.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/debugger-memory-agent/0.0.1/debugger-memory-agent-0.0.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
||||
@@ -147,7 +147,9 @@ class CommunityLibraryLicenses {
|
||||
licenseUrl: "https://github.com/dart-lang/vm_service_drivers/blob/master/LICENSE",
|
||||
url: "https://github.com/dart-lang/vm_service_drivers"),
|
||||
new LibraryLicense(name: "data-binding", libraryName: "data-binding.jar", license: "Apache 2.0", url: "http://source.android.com/"),
|
||||
|
||||
new LibraryLicense(name: "debugger-memory-agent", libraryName: "debugger-memory-agent.jar", license: "Apache 2.0",
|
||||
url: "https://github.com/JetBrains/debugger-memory-agent",
|
||||
licenseUrl: "https://github.com/JetBrains/debugger-memory-agent/blob/master/LICENSE"),
|
||||
new LibraryLicense(name: "delight-rhino-sandbox", libraryName: "delight-rhino-sandbox", version: "0.0.9", license: "Apache 2.0",
|
||||
url: "https://github.com/javadelight/delight-rhino-sandbox",
|
||||
licenseUrl: "https://github.com/javadelight/delight-rhino-sandbox/blob/master/LICENSE.TXT"),
|
||||
|
||||
Reference in New Issue
Block a user