Development Team/Almanac/Activity Bundles: Difference between revisions

No edit summary
 
mNo edit summary
Line 1: Line 1:
= Introduction =
= Introduction =
Every activity in the [[Sugar]] environment is packaged into a self-contained "bundle".  The bundle contains all the resources and executable code (other than system-provided base libraries) which the activity needs to execute.  Any resources or executable code that is not provided by the base system must be packaged within the bundle.
Every activity in the [[Sugar]] environment is packaged into a self-contained '''"bundle"'''.  The bundle contains all the resources and executable code (other than system-provided base libraries) which the activity needs to execute.  Any resources or executable code that is not provided by the base system must be packaged within the bundle.


= Rationale =
= Rationale =