Skip to content

Commit

Permalink
mps-java-platform: a bit of cleanup
Browse files Browse the repository at this point in the history
why would java-core.jar, the one next to java-platform.jar and java-workbench.jar, host their classes, too?
  • Loading branch information
artem-tikhomirov committed Jan 13, 2022
1 parent fa53900 commit 9b7fbb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .idea/artifacts/mps_java_core.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions plugins/mps-java/META-INF/JavaPlatform.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
<component>
<implementation-class>jetbrains.mps.java.platform.index.ClassifierSuccessorsFinder</implementation-class>
</component>
<component>
<implementation-class>jetbrains.mps.java.core.sourceStubs.EmptyJavaSourceStubsFindUsages</implementation-class>
</component>
</application-components>

<project-components>
Expand Down
6 changes: 0 additions & 6 deletions plugins/mps-java/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@

<xi:include href="JavaPlatform.xml"/>

<application-components>
<component>
<implementation-class>jetbrains.mps.java.core.sourceStubs.EmptyJavaSourceStubsFindUsages</implementation-class>
</component>
</application-components>

<extensions defaultExtensionNs="com.intellij">
<mps.LanguageLibrary dir="/" hide="true"/>
<mps.VisibleModuleMask mask="Ant"/>
Expand Down

0 comments on commit 9b7fbb9

Please sign in to comment.