Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylar-dev] refactoring to internal naming convention complete

All of the Mylar plug-ins have now been migrated to Eclipse development
convention of using org.eclipse.mylar.internal as a way of tagging non-API
components, which for the time being is mostly everything.  As the extension
points and API slowly stabilize you will notice moves of the following sort:
  - from: org.eclipse.mylar.interanl.tasklist 
  - to: org.eclipse.mylar.tasklist

Indicating that those elements are planned to form APIs for 1.0.  I've
posted a note about this in the new developer FAQ:
  - http://www.eclipse.org/mylar/doc/devfaq.php#extending-overview

Also note that a considerable amount of refactoring was done to move generic
functionality from the bugzilla plug-in into the tasklist, summarized on my
last post on: https://bugs.eclipse.org/bugs/show_bug.cgi?id=120952

Mik

--
Mik Kersten, http://kerstens.org/mik
Mylar project lead, http://eclipse.org/mylar 




Back to the top