Development Team/Almanac/Activity Bundles: Difference between revisions
m fix broken links |
m fix broken links |
||
| Line 215: | Line 215: | ||
== Other technologies comparison == | == Other technologies comparison == | ||
Activity bundles are similar to OS X bundles or | 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. | ||