Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] ACTION REQUIRED: update plugin.xmls


Thanks for pointing this out.  You have two options,
  1. make the import optional
  2. target the nightly build

Jeff



Jerome Lanneluc/France/IBM@IBMFR

11/28/2003 03:22 AM

To
Jeff McAffer/Ottawa/IBM@IBMCA
cc
Subject
Re: [eclipse-dev] ACTION REQUIRED: update plugin.xmlsLink




Jeff,

Can this be made optional (i.e.  <import plugin="org.eclipse.core.runtime.compatibility" optional="true"/>) as this plugin is not yet part of an integration build ? (I'm personally working with I20031126)

Thanks,
Jerome



Jeff McAffer/Ottawa/IBM@IBMCA
Sent by: eclipse-dev-admin@xxxxxxxxxxx

11/27/2003 11:42 PM
Please respond to eclipse-dev

       
        To:        eclipse-dev@xxxxxxxxxxx
        cc:        
        Subject:        [eclipse-dev] ACTION REQUIRED: update plugin.xmls




In the new runtime the org.eclipse.core.runtime plugin is no longer provided for free.  Accordingly you need to change the plugin.xml (and fragment.xml) as described below.  Without these changes, PDE will not be able to figure out the correct classpaths.


1) look at the top of your plugin.xml for

        <?eclipse version="3.0">

2) if you see it, add the following import in your <requires> element

       <import plugin="org.eclipse.core.runtime.compatibility"/>

   else

       do nothing


SWT folks:  No action is required by you.


These changes should be put in place by next week's integration build.  Please let me know directly if you have questions or will have difficulty doing these changes.


Jeff




Back to the top