Skip to main content

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

Shouldn't these imports made optional so that we can create patches for M5?



                                                                                                                                   
                      Philippe P                                                                                                   
                      Mulet/France/IBM@IB        To:       jdt-core-dev@xxxxxxxxxxx                                                
                      MFR                        cc:                                                                               
                      Sent by:                   Subject:  [jdt-core-dev] [eclipse-dev] ACTION REQUIRED: update plugin.xmls        
                      jdt-core-dev-admin@                                                                                          
                      eclipse.org                                                                                                  
                                                                                                                                   
                                                                                                                                   
                      11/28/2003 12:18 AM                                                                                          
                      Please respond to                                                                                            
                      jdt-core-dev                                                                                                 
                                                                                                                                   
                                                                                                                                   




Upgraded JDT/Core projects accordingly.

----- Forwarded by Philippe P Mulet/France/IBM on 11/28/2003 12:17 AM -----

                      Jeff

                      McAffer/Ottawa/IBM        To:
eclipse-dev@xxxxxxxxxxx
                      @IBMCA                    cc:

                      Sent by:                  Subject:  [eclipse-dev]
ACTION REQUIRED: update plugin.xmls
                      eclipse-dev-admin@

                      eclipse.org



                      11/27/2003 11:42

                      PM

                      Please respond to

                      eclipse-dev








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



_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-core-dev







Back to the top