correctly put web and ejb artifacts in ear artifact && unused classes removed

This commit is contained in:
nik
2009-10-26 13:52:41 +03:00
parent 1bb6ebc283
commit ec45a449c0
5 changed files with 4 additions and 205 deletions
@@ -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);