mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[change-reminder] Convert ChangeReminder prediction model from project-library to module-library
GitOrigin-RevId: 6fb60ed87003a79708d94d963ed3f339e0382111
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c6bb9232c9
commit
956b52e30d
12
.idea/libraries/change_reminder_prediction_model.xml
generated
12
.idea/libraries/change_reminder_prediction_model.xml
generated
@@ -1,12 +0,0 @@
|
||||
<component name="libraryTable">
|
||||
<library name="change-reminder-prediction-model" type="repository">
|
||||
<properties maven-id="org.jetbrains.intellij.deps.changeReminder.prediction:randomForestRegressor:0.0.11" />
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/changeReminder/prediction/randomForestRegressor/0.0.11/randomForestRegressor-0.0.11.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/changeReminder/prediction/randomForestRegressor/0.0.11/randomForestRegressor-0.0.11-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
||||
@@ -164,7 +164,6 @@ class CommunityLibraryLicenses {
|
||||
url: "http://bouncycastle.org", licenseUrl: "http://bouncycastle.org/licence.html"),
|
||||
new LibraryLicense(name: "CGLib", libraryName: "CGLIB", license: "Apache", url: "http://cglib.sourceforge.net/",
|
||||
licenseUrl: "http://www.apache.org/foundation/licence-FAQ.html"),
|
||||
new LibraryLicense(libraryName: "change-reminder-prediction-model", license: "Apache 2.0"),
|
||||
new LibraryLicense(name: "classworlds", libraryName: "Maven", transitiveDependency: true, version: "1.1", license: "codehaus",
|
||||
url: "https://github.com/codehaus/classworlds",
|
||||
licenseUrl: "https://github.com/codehaus/classworlds/blob/master/classworlds/LICENSE.txt"),
|
||||
@@ -581,6 +580,7 @@ class CommunityLibraryLicenses {
|
||||
new LibraryLicense(name: "XZ for Java", libraryName: "xz", license: "Public Domain",
|
||||
url: "http://tukaani.org/xz/java.html"),
|
||||
|
||||
jetbrainsLibrary("change-reminder-prediction-model"),
|
||||
jetbrainsLibrary("completion-ranking-java"),
|
||||
jetbrainsLibrary("completion-ranking-kotlin"),
|
||||
jetbrainsLibrary("completion-ranking-python"),
|
||||
|
||||
@@ -15,6 +15,17 @@
|
||||
<orderEntry type="module" module-name="intellij.platform.vcs.log.impl" />
|
||||
<orderEntry type="module" module-name="intellij.platform.vcs.log" />
|
||||
<orderEntry type="module" module-name="intellij.vcs.git" />
|
||||
<orderEntry type="library" name="change-reminder-prediction-model" level="project" />
|
||||
<orderEntry type="module-library">
|
||||
<library name="change-reminder-prediction-model" type="repository">
|
||||
<properties maven-id="org.jetbrains.intellij.deps.changeReminder.prediction:randomForestRegressor:0.0.11" />
|
||||
<CLASSES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/changeReminder/prediction/randomForestRegressor/0.0.11/randomForestRegressor-0.0.11.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/intellij/deps/changeReminder/prediction/randomForestRegressor/0.0.11/randomForestRegressor-0.0.11-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</orderEntry>
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user