Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 371026 - Convert any remaining com.spring.. org.spring.. plugin ids to org.virgo
Summary: Convert any remaining com.spring.. org.spring.. plugin ids to org.virgo
Status: RESOLVED FIXED
Alias: None
Product: Virgo
Classification: RT
Component: tooling (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Target Milestone: 3.5.0.RELEASE   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 368890
  Show dependency tree
 
Reported: 2012-02-08 18:48 EST by Miles Parker CLA
Modified: 2012-02-16 19:50 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miles Parker CLA 2012-02-08 18:48:37 EST
There are still some ids hanging around in the above namespaces. e.g. 

com.springsource.server.publishTask

We're just going to replace them.
Comment 1 Miles Parker CLA 2012-02-08 19:10:15 EST
http://git.eclipse.org/c/virgo/org.eclipse.virgo.ide.git/commit/?id=380eb226f4cb720f1e1cb157a25966034ee4edb5

Still have:

    <extension point="org.eclipse.jst.server.core.runtimeClasspathProviders">
         <runtimeClasspathProvider
             id="org.eclipse.virgo.ide.server.core.runtime.classpath"
             runtimeTypeIds="com.springsource.server.runtime.*"
             class="org.eclipse.virgo.ide.runtime.internal.core.ServerRuntimeClasspathProvider"/>
    </extension>
    
But we'll handle that under a seperate bug.
Comment 2 Miles Parker CLA 2012-02-16 19:50:08 EST
Fixed.