Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[spaces-dev] Spaces rev 7933

Space revision 7933

 

I refactored the way PublishingAreas are handled. In the previous version PublishingArea was basically an enum for flat/structured and test/production publishing areas, and the responsability for those where passed on to the provider of an adapter. Now, publishing areas is placed higher in the API, and a spaceprovider only needs to provide one of the areas “flat” and “structured” (or both).

 

The new PublishingArea handles initialization of a new space, handles typing of the area so it is possible to detect what sort of structure can be expected inside of it (like an “osgi repository”, “eclipse update site”, etc.

 

Regards

- henrik


Back to the top