This is for those that maintain own loader templates for their qooxdoo applications.
Here is the corresponding bug: http://bugzilla.qooxdoo.org/show_bug.cgi?id=5072 The information put into the loader template by the generator has changed: - %{Parts} now maps part names to a lists of package *keys* (not indices anymore). {"boot":[7], ...} - The %{Uris} placeholder has been replaced by %{Packages}. This value is a map that relates package keys to package information, currently just the package uris: {"7":{"uris":[qx:qx/Bootstrap.js,...]},...} - %{PackageHashes} has been removed, as it is no longer necessary; the package keys can be used directly to e.g. correlate package data (via qx.$$packageData). The new structure removes a bit of redundancy, and is way more readable if you want to inspect the generated loader directly. If you have written own loader templates and are using the above placeholders, you might want to revisit your code and how it makes use of them. The change hits with trunk rev. 27004. T. ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
