[jbosstools-issues] [JBoss JIRA] (JBIDE-10219) Migrate org.eclipse.core.runtime.contentTypes extension points to org.eclipse.core.contenttype.contentTypes

Denis Golovin (Commented) (JIRA) jira-events at lists.jboss.org
Wed Nov 23 03:47:41 EST 2011


    [ https://issues.jboss.org/browse/JBIDE-10219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645022#comment-12645022 ] 

Denis Golovin commented on JBIDE-10219:
---------------------------------------

### Eclipse Workspace Patch 1.0
#P org.jbpm.gd.jpdl
Index: plugin.xml
===================================================================
--- plugin.xml	(revision 36561)
+++ plugin.xml	(working copy)
@@ -1300,7 +1300,7 @@
     </editor> 
   </extension> 
   	
-  <extension point="org.eclipse.core.runtime.contentTypes">
+  <extension point="org.eclipse.core.contenttype.contentTypes">
   	<content-type id="pageflow" name="jpdl semantic info"
 		base-type="org.eclipse.core.runtime.xml"
 		default-charset="UTF-8">
#P org.jboss.tools.jst.jsp
Index: plugin.xml
===================================================================
--- plugin.xml	(revision 36561)
+++ plugin.xml	(working copy)
@@ -540,7 +540,7 @@
    	</extension>
    
 	
-    <extension point="org.eclipse.core.runtime.contentTypes">
+    <extension point="org.eclipse.core.contenttype.contentTypes">
       	<content-type 
 	      	id="org.jboss.tools.jst.jsp.jspincludesource"
 	       	name="%ContentType_JBossToolsINC"
#P org.jboss.tools.seam.xml.ui
Index: plugin.xml
===================================================================
--- plugin.xml	(revision 36561)
+++ plugin.xml	(working copy)
@@ -36,7 +36,7 @@
 	</extension>
 
      <extension
-         point="org.eclipse.core.runtime.contentTypes">
+         point="org.eclipse.core.contenttype.contentTypes">
       <content-type
             base-type="org.eclipse.core.runtime.xml"
             file-extensions="xml"
#P org.jboss.ide.eclipse.archives.core
Index: plugin.xml
===================================================================
--- plugin.xml	(revision 36561)
+++ plugin.xml	(working copy)
@@ -32,7 +32,7 @@
 
 	<!-- LEGACY - JBIDE-1041 -->
    <extension
-         point="org.eclipse.core.runtime.contentTypes">
+         point="org.eclipse.core.contenttype.contentTypes">
       <file-association
             file-names="packaging-build.xml"
             content-type="org.eclipse.ant.core.antBuildFile">
#P org.hibernate.eclipse.mapper
Index: plugin.xml
===================================================================
--- plugin.xml	(revision 36561)
+++ plugin.xml	(working copy)
@@ -3,7 +3,7 @@
 <plugin>
 
      <extension
-         point="org.eclipse.core.runtime.contentTypes">
+         point="org.eclipse.core.contenttype.contentTypes">
       <content-type
             base-type="org.eclipse.core.runtime.xml"
             file-extensions="xml"
#P org.jboss.ide.eclipse.as.ui.mbeans
Index: plugin.xml
===================================================================
--- plugin.xml	(revision 36561)
+++ plugin.xml	(working copy)
@@ -4,7 +4,7 @@
    <extension-point id="ServiceXMLQuickFixProvider" name="org.jboss.ide.eclipse.as.ui.mbeans.serviceXMLQuickFixProvider" schema="schema/ServiceXMLQuickFixProvider.exsd"/>
    <extension-point id="ServiceXMLOutlineMenuProvider" name="org.jboss.ide.eclipse.as.ui.mbeans.serviceXMLOutlineMenuProvider" schema="schema/ServiceXMLOutlineMenuProvider.exsd"/>
    <extension
-         point="org.eclipse.core.runtime.contentTypes">
+         point="org.eclipse.core.contenttype.contentTypes">
       <content-type
             base-type="org.eclipse.core.runtime.xml"
             file-extensions="xml"

                
> Migrate org.eclipse.core.runtime.contentTypes extension points to org.eclipse.core.contenttype.contentTypes 
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-10219
>                 URL: https://issues.jboss.org/browse/JBIDE-10219
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: Archives, common/jst/core, hibernate, JBossAS/Servers, jbpm, Seam 2
>    Affects Versions: 3.3.0.M4
>            Reporter: Denis Golovin
>            Assignee: Denis Golovin
>             Fix For: 3.3.0.M5
>
>
> Affected plugins are:
> org.hibernate.eclipse.mapper
> org.jboss.ide.eclipse.archives.core
> org.jboss.ide.eclipse.as.ui.mbeans
> org.jboss.tools.jst.jsp
> org.jboss.tools.seam.xml.ui
> org.jbpm.gd.jpdl

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list