Author: scabanovich
Date: 2010-09-24 05:28:43 -0400 (Fri, 24 Sep 2010)
New Revision: 25141
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/scanner/ClassPathMonitor.java
Log:
JBIDE-7148
https://jira.jboss.org/browse/JBIDE-7148
JBIDE-7166
https://jira.jboss.org/browse/JBIDE-7166
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/scanner/ClassPathMonitor.java
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/scanner/ClassPathMonitor.java 2010-09-24
08:59:58 UTC (rev 25140)
+++
trunk/jst/plugins/org.jboss.tools.jst.web.kb/src/org/jboss/tools/jst/web/kb/internal/scanner/ClassPathMonitor.java 2010-09-24
09:28:43 UTC (rev 25141)
@@ -54,6 +54,7 @@
*/
public void init() {
model = InnerModelHelper.createXModel(project.getProject());
+ super.init();
}
public IProject getProjectResource() {