mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
correctly put web and ejb artifacts in ear artifact && unused classes removed
This commit is contained in:
@@ -60,11 +60,6 @@ public abstract class ArtifactType {
|
||||
return getDefaultPathFor(sourceItem.getKindOfProducedElements());
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public String getDefaultPathFor(@NotNull PackagingElement<?> element, @NotNull PackagingElementResolvingContext context) {
|
||||
return getDefaultPathFor(element.getFilesKind(context));
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public abstract String getDefaultPathFor(@NotNull PackagingElementOutputKind kind);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user