mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
[ml-completion] Add libraries with ranking models properly
GitOrigin-RevId: 5ab1ab994b8e32e9d6dc355c9ece818848e0cff7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b388f51276
commit
4e8a4271dd
@@ -1206,8 +1206,10 @@ object CommunityLibraryLicenses {
|
||||
jetbrainsLibrary("completion-log-events"),
|
||||
jetbrainsLibrary("completion-performance-kotlin"),
|
||||
jetbrainsLibrary("completion-ranking-cpp-exp"),
|
||||
jetbrainsLibrary("completion-ranking-css-exp"),
|
||||
jetbrainsLibrary("completion-ranking-dart-exp"),
|
||||
jetbrainsLibrary("completion-ranking-go-exp"),
|
||||
jetbrainsLibrary("completion-ranking-html-exp"),
|
||||
jetbrainsLibrary("completion-ranking-java"),
|
||||
jetbrainsLibrary("completion-ranking-java-exp"),
|
||||
jetbrainsLibrary("completion-ranking-java-exp2"),
|
||||
|
||||
@@ -276,7 +276,9 @@
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/completion/completion-ranking-html/0.0.1/completion-ranking-html-0.0.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/completion/completion-ranking-html/0.0.1/completion-ranking-html-0.0.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
<orderEntry type="module-library">
|
||||
@@ -292,7 +294,9 @@
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/completion/completion-ranking-css/0.2.1/completion-ranking-css-0.2.1.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES />
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/completion/completion-ranking-css/0.2.1/completion-ranking-css-0.2.1-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
</component>
|
||||
|
||||
Reference in New Issue
Block a user