Author: scabanovich
Date: 2007-07-19 07:04:47 -0400 (Thu, 19 Jul 2007)
New Revision: 2521
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/editors/TLDCompoundEditor.java
Log:
JBIDE-541
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/editors/TLDCompoundEditor.java
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/editors/TLDCompoundEditor.java 2007-07-19
10:51:23 UTC (rev 2520)
+++
trunk/jst/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/editors/TLDCompoundEditor.java 2007-07-19
11:04:47 UTC (rev 2521)
@@ -39,4 +39,9 @@
return super.getAdapter(adapter);
}
+
+ protected String[] getSupportedNatures() {
+ return new String[0];
+ }
+
}
\ No newline at end of file