move classpath panel to community
commit805fe455e2aed6c5070e5b63a731d64a013fc7a8
authorGregory Shrago <Gregory.Shrago@jetbrains.com>
Thu, 29 Oct 2009 19:13:12 +0000 (29 22:13 +0300)
committerGregory Shrago <Gregory.Shrago@jetbrains.com>
Thu, 29 Oct 2009 19:23:40 +0000 (29 22:23 +0300)
treead0e3b26f39011caad4ba150e3f5a45e2f941926
parent53c99509e908d461fa74ba8a4731b5bfd649bd1b
move classpath panel to community
platform/lang-impl/src/com/intellij/util/ui/classpath/ChooseLibrariesDialog.java [new file with mode: 0644]
platform/lang-impl/src/com/intellij/util/ui/classpath/GlobalLibraryReferenceElement.java [new file with mode: 0644]
platform/lang-impl/src/com/intellij/util/ui/classpath/SimpleClasspathElement.java [new file with mode: 0644]
platform/lang-impl/src/com/intellij/util/ui/classpath/SimpleClasspathElementFactory.java [new file with mode: 0644]
platform/lang-impl/src/com/intellij/util/ui/classpath/SimpleClasspathPanel.java [new file with mode: 0644]
platform/lang-impl/src/com/intellij/util/ui/classpath/SingleRootClasspathElement.java [new file with mode: 0644]
platform/platform-api/src/com/intellij/ide/DefaultTreeExpander.java