Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Equinox p2 Status"

(July 9th)
Line 2: Line 2:
 
* Initial implementation of the recommendations (aka constraints) released
 
* Initial implementation of the recommendations (aka constraints) released
 
* Review of the write API for metadata repository (https://bugs.eclipse.org/bugs/show_bug.cgi?id=194674)
 
* Review of the write API for metadata repository (https://bugs.eclipse.org/bugs/show_bug.cgi?id=194674)
 +
* Combined IDependency and RequiredCapability into one interface
 +
* Refactored NameBasedDependency and FilterBasedDependency into RequiredCapability objects
 +
* Fixed various bugs with filters on RequiredCapability, and added filtering JUnit tests
 +
  
 
[[Category:Equinox|Provisioning]]
 
[[Category:Equinox|Provisioning]]

Revision as of 11:24, 10 July 2007

July 9th

  • Initial implementation of the recommendations (aka constraints) released
  • Review of the write API for metadata repository (https://bugs.eclipse.org/bugs/show_bug.cgi?id=194674)
  • Combined IDependency and RequiredCapability into one interface
  • Refactored NameBasedDependency and FilterBasedDependency into RequiredCapability objects
  • Fixed various bugs with filters on RequiredCapability, and added filtering JUnit tests

Back to the top