artifacts initial
commite2e5a9eca7a38fd5197ab5a80ff82c9d00dce8e5
authorNikolay Chashnikov <Nikolay.Chashnikov@jetbrains.com>
Fri, 24 Apr 2009 05:47:45 +0000 (24 09:47 +0400)
committerNikolay Chashnikov <Nikolay.Chashnikov@jetbrains.com>
Fri, 24 Apr 2009 05:47:45 +0000 (24 09:47 +0400)
tree932a36a7d68eb1257d094d6304dbd07fb86298b4
parentb82d232012f4018638cfe457c468d8c2b2d7c0ae
artifacts initial
78 files changed:
compiler/impl/com/intellij/packaging/impl/artifacts/ArtifactImpl.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/artifacts/ArtifactManagerImpl.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/artifacts/ArtifactManagerState.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/artifacts/ArtifactModelBase.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/artifacts/ArtifactModelImpl.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/artifacts/ArtifactState.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/elements/ArchiveElementPropertiesPanel.form [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/elements/ArchiveElementPropertiesPanel.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/elements/ArchivePackagingElement.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/elements/ArtifactElementType.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/elements/ArtifactPackagingElement.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/elements/ArtifactRootElementImpl.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/elements/DirectoryPackagingElement.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/elements/FileCopyPackagingElement.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/elements/LibraryElementType.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/elements/LibraryPackagingElement.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/elements/ModuleOutputElementType.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/elements/ModuleOutputPackagingElement.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/elements/PackagingElementFactoryImpl.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/ui/ArchiveElementPresentation.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/ui/ArtifactElementPresentation.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/ui/DirectoryElementPresentation.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/ui/FileCopyPresentation.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/ui/LibraryElementPresentation.java [new file with mode: 0644]
compiler/impl/com/intellij/packaging/impl/ui/ModuleElementPresentation.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/artifacts/Artifact.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/artifacts/ArtifactAdapter.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/artifacts/ArtifactListener.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/artifacts/ArtifactManager.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/artifacts/ArtifactModel.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/artifacts/ArtifactProcessor.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/artifacts/ArtifactProcessorProvider.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/artifacts/ModifiableArtifact.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/artifacts/ModifiableArtifactModel.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/elements/ArtifactRootElement.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/elements/ComplexPackagingElement.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/elements/CompositePackagingElement.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/elements/CompositePackagingElementType.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/elements/PackagingElement.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/elements/PackagingElementFactory.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/elements/PackagingElementResolvingContext.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/elements/PackagingElementType.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/ui/PackagingDragAndDropSourceItemsProvider.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/ui/PackagingElementPresentation.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/ui/PackagingElementPropertiesPanel.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/ui/PackagingElementWeights.java [new file with mode: 0644]
compiler/openapi/com/intellij/packaging/ui/PackagingSourceItem.java [new file with mode: 0644]
icons/src/nodes/artifact.png [new file with mode: 0644]
icons/src/nodes/copyOfFolder.png [new file with mode: 0644]
platform-impl/src/com/intellij/ide/util/ElementsChooser.java
platform-resources_eng/src/messages/ProjectBundle.properties
source/com/intellij/openapi/roots/ui/configuration/ProjectStructureConfigurable.java
source/com/intellij/openapi/roots/ui/configuration/artifacts/AddCompositeElementActionGroup.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/AddPackagingElementActionGroup.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/ArtifactConfigurable.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/ArtifactPostprocessingPanel.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/ArtifactUtil.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/ArtifactsEditor.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/ArtifactsEditorImpl.form [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/ArtifactsEditorImpl.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/ArtifactsEditorListener.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/ArtifactsStructureConfigurable.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/ArtifactsTreeNode.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/ChooseArtifactsDialog.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/ExtractArtifactAction.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/InlineArtifactAction.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/PackagingElementDraggingObject.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/PackagingElementNode.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/PackagingElementsTree.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/RemovePackagingElementAction.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/SourceItemsTree.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/dragAndDrop/LibrariesSourceItemsProvider.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/dragAndDrop/LibrarySourceItem.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/artifacts/dragAndDrop/ModuleSourceItem.java [new file with mode: 0644]
source/com/intellij/openapi/roots/ui/configuration/libraryEditor/ChooseElementsDialog.java
source/com/intellij/openapi/roots/ui/configuration/libraryEditor/ChooseModulesDialog.java
source/com/intellij/openapi/roots/ui/configuration/packaging/ChooseLibrariesDialog.java
source/com/intellij/openapi/roots/ui/configuration/projectRoot/BaseStructureConfigurable.java