Author: scabanovich
Date: 2009-04-16 12:38:51 -0400 (Thu, 16 Apr 2009)
New Revision: 14779
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/editor/XMLContentDescriber.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-4123 Migration to Eclipse 3.5
Modified:
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/editor/XMLContentDescriber.java
===================================================================
---
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/editor/XMLContentDescriber.java 2009-04-16
16:36:58 UTC (rev 14778)
+++
trunk/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/model/ui/editor/XMLContentDescriber.java 2009-04-16
16:38:51 UTC (rev 14779)
@@ -23,7 +23,7 @@
/**
* @author Viacheslav Kabanovich
*/
-public class XMLContentDescriber extends
org.eclipse.core.internal.content.XMLContentDescriber implements ITextContentDescriber {
+public class XMLContentDescriber extends
org.eclipse.core.runtime.content.XMLContentDescriber implements ITextContentDescriber {
public int describe(InputStream contents, IContentDescription description) throws
IOException {
super.describe(contents, description);