Author: scabanovich
Date: 2007-07-19 06:51:23 -0400 (Thu, 19 Jul 2007)
New Revision: 2520
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/propertieseditor/PropertiesCompoundEditor.java
Log:
JBIDE-541
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/propertieseditor/PropertiesCompoundEditor.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/propertieseditor/PropertiesCompoundEditor.java 2007-07-19
10:50:53 UTC (rev 2519)
+++
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/propertieseditor/PropertiesCompoundEditor.java 2007-07-19
10:51:23 UTC (rev 2520)
@@ -101,4 +101,8 @@
}
}
+ protected String[] getSupportedNatures() {
+ return new String[0];
+ }
+
}