mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
configuring context artifact for javaee facets & resolving in javaee facets via artifacts
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
package com.intellij.openapi.compiler.make;
|
||||
|
||||
import com.intellij.openapi.module.Module;
|
||||
import com.intellij.openapi.vfs.VirtualFileFilter;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
|
||||
@@ -31,7 +30,7 @@ public interface BuildRecipe {
|
||||
void addAll(@NotNull BuildRecipe buildRecipe);
|
||||
void addFileCopyInstruction(@NotNull File file,
|
||||
boolean isDirectory,
|
||||
@NotNull Module module,
|
||||
Module module,
|
||||
String outputRelativePath,
|
||||
@Nullable PackagingFileFilter fileFilter);
|
||||
}
|
||||
@@ -66,7 +66,7 @@ public abstract class DeploymentUtil {
|
||||
|
||||
public abstract boolean addItemsRecursively(@NotNull BuildRecipe items,
|
||||
@NotNull File root,
|
||||
@NotNull Module module,
|
||||
Module module,
|
||||
String outputRelativePath,
|
||||
@Nullable PackagingFileFilter fileFilter,
|
||||
@Nullable String possibleBaseOutputPath);
|
||||
|
||||
Reference in New Issue
Block a user