Development Team/Almanac/Activity Bundles: Difference between revisions
... |
|||
| Line 118: | Line 118: | ||
== Other Technologies Comparison == | == Other Technologies Comparison == | ||
Activity bundles are similar to OS X bundles or Java JAR files; a simple mechanism to encapsulate everything you need in a single directory that can be moved around independently. | Activity bundles are similar to OS X bundles or [[Java JAR files]]; a simple mechanism to encapsulate everything you need in a single directory that can be moved around independently. | ||
It differs from autopackage, it's not a package management system. There's no central database, no scripts get run on install/uninstall. There also is no special file format. | It differs from autopackage, it's not a package management system. There's no central database, no scripts get run on install/uninstall. There also is no special file format. | ||