fixed analysis phase

Former-commit-id: 45112eb83551a22f380c676e9fd2bc9e9d73afa8
This commit is contained in:
Jeremy Long
2013-01-13 16:53:28 -05:00
parent 4202e8a7ba
commit cc18ef9aa8

View File

@@ -68,7 +68,7 @@ public class JarAnalyzer extends AbstractAnalyzer implements Analyzer {
/**
* The phase that this analyzer is intended to run in.
*/
private static final AnalysisPhase ANALYSIS_PHASE = AnalysisPhase.INITIAL;
private static final AnalysisPhase ANALYSIS_PHASE = AnalysisPhase.INFORMATION_COLLECTION;
/**
* A list of elements in the manifest to ignore.
*/