Skip to content

Commit

Permalink
mps-platform project: repack libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-matchenko committed Dec 20, 2021
1 parent 055f06f commit de20db3
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -3,6 +3,7 @@ package org.jetbrains.intellij.build
import org.jetbrains.intellij.build.impl.BaseLayout
import org.jetbrains.intellij.build.impl.BuildTasksImpl
import org.jetbrains.intellij.build.impl.PlatformLayout
import org.jetbrains.intellij.build.impl.ProjectLibraryData

import java.nio.file.Paths
import java.util.function.Consumer
Expand Down Expand Up @@ -90,10 +91,10 @@ class MPSProperties extends JetBrainsProductProperties {
withModule("intellij.java.guiForms.rt")

withModule("intellij.java.rt", "idea_rt.jar", null)
withProjectLibrary("Eclipse")
withProjectLibrary("JUnit4")
withProjectLibrary("http-client-3.1")
withProjectLibrary("pty4j") // for terminal plugin
withProjectLibrary("Eclipse", ProjectLibraryData.PackMode.MERGED)
withProjectLibrary("JUnit4", ProjectLibraryData.PackMode.STANDALONE_MERGED)
withProjectLibrary("http-client-3.1", ProjectLibraryData.PackMode.MERGED)
withProjectLibrary("pty4j", ProjectLibraryData.PackMode.STANDALONE_MERGED) // for terminal plugin
withoutProjectLibrary("Ant")
withoutProjectLibrary("Gradle")
}
Expand Down

0 comments on commit de20db3

Please sign in to comment.