mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEADEV-41116: exploded war artefact: add warning for dependent module
This commit is contained in:
@@ -15,9 +15,10 @@
|
||||
*/
|
||||
package com.intellij.packaging.ui;
|
||||
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import com.intellij.openapi.module.Module;
|
||||
import com.intellij.openapi.roots.libraries.Library;
|
||||
import com.intellij.packaging.elements.CompositePackagingElement;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@@ -29,5 +30,7 @@ public interface ArtifactEditor {
|
||||
|
||||
void putLibraryIntoDefaultLocation(@NotNull Library library);
|
||||
|
||||
void putModuleIntoDefaultLocation(@NotNull Module module);
|
||||
|
||||
void addToClasspath(CompositePackagingElement<?> element, List<String> classpath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user