JetPackageDeclarationIndex removed (replaced by JetAllPackagesIndex)

This commit is contained in:
Andrey Breslav
2013-01-17 12:36:37 +04:00
parent e1831877b7
commit bd3d41e7ed
5 changed files with 13 additions and 63 deletions
@@ -35,7 +35,7 @@ import org.jetbrains.jet.plugin.JetLanguage;
import java.io.IOException;
public class JetFileElementType extends IStubFileElementType<PsiJetFileStub> {
public static final int STUB_VERSION = 20;
public static final int STUB_VERSION = 21;
public JetFileElementType() {
super("jet.FILE", JetLanguage.INSTANCE);