fixed analysis phase

Former-commit-id: e28068852192aeba7912e434cde2ec207a679baa
This commit is contained in:
Jeremy Long
2013-01-13 16:53:28 -05:00
parent 41f631d1c0
commit c2dbe4c821

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.
*/