Add debugger native agent library and license

This commit is contained in:
Vitaliy.Bibaev
2019-01-11 19:11:31 +03:00
parent 4154de01dd
commit 182af4e3bb
2 changed files with 15 additions and 1 deletions

View 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>

View File

@@ -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"),