That is very odd. If you add a "org.eclipse.mylyn.tasks.ui.repositories"
extension you should be able to add a connectorCore and connectorUi. You
don't need the taskListMigrator unless you need to convert task list data
from versions < 3.0. It works for me on Eclipse 3.4.2. Do you have the Mylyn
plug-ins checked out in your workspace or did you install the SDK feature?

You can try pasting this into your plugin.xml and change the relevant
fields:

  <extension
         id="org.eclipse.mylyn.trac.repository"
         name=""
         point="org.eclipse.mylyn.tasks.ui.repositories">
      <connectorCore

class="org.eclipse.mylyn.internal.trac.core.TracRepositoryConnector"
            id="trac"
            name="Trac"/>
      <connectorUi
            brandingIcon="icons/eview16/trac-icon.gif"
            class="org.eclipse.mylyn.internal.trac.ui.TracConnectorUi"
            id="trac"
            name="Trac"
            overlayIcon="icons/eview16/overlay-trac.gif"/>
   </extension>

Steffen


On Thu, Mar 5, 2009 at 2:29 AM, pankaj chaitram turkar <[email protected]
> wrote:

>
> Hi,
>
> I am using Eclipse Version: 3.4.1.
> I have created one plug-in core and ui projects. In MANIFEST file of UI
> project I am trying to set "*connectorCore*" for extension point. But when
> I right click on extension point, it shows "New > Generic" option instead
> "New > *ConnectorCore*". Could any one plz help me out as how to set *
> connectorCore* for extension point.
>
> Thanks,
> Pankaj
>
> _______________________________________________
> mylyn-integrators mailing list
> [email protected]
> https://dev.eclipse.org/mailman/listinfo/mylyn-integrators
>
>
_______________________________________________
mylyn-integrators mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/mylyn-integrators

Reply via email to