artifact ui fixes

This commit is contained in:
nik
2009-10-05 13:51:01 +04:00
parent 06b2213fcb
commit a0082b315b
10 changed files with 9 additions and 47 deletions
@@ -28,5 +28,4 @@ public interface Artifact extends UserDataHolder {
ArtifactProperties<?> getProperties(@NotNull ArtifactPropertiesProvider propertiesProvider);
boolean isClearOutputDirectoryOnRebuild();
}
@@ -19,6 +19,4 @@ public interface ModifiableArtifact extends Artifact {
void setProperties(ArtifactPropertiesProvider provider, ArtifactProperties<?> properties);
void setArtifactType(@NotNull ArtifactType selected);
void setClearOutputDirectoryOnRebuild(boolean clearOutputDirectoryOnRebuild);
}