annotate .pkgmeta @ 31:90d58723ac0a

- Removed all BeanCounter checks in files. + Added a new module: BeanCounter Support. This module will now take care of preventing mail opening while BeanCounter is scanning. + Added AceHook library for the BeanCounter Support module. ~ Sorted the Core.lua OnInitialize to properly toggle modules before doing time consuming things. ~ All module comments are now a property of the modules themselves and can be retrieved with (string)?.moduleDescription? and (bool)?.moduleRequired?. ~ All module references are now called ?mod?. ! Added a new config group: Modules. This group will show the module statuses and descriptions and it will contain all optional modules (with their settings) as subgroups. - Removed all libraries from the repository.
author Zerotorescue
date Fri, 10 Sep 2010 18:59:58 +0200
parents e64ee275bf09
children 69fc1ca8881f
rev   line source
Zerotorescue@25 1 externals:
Zerotorescue@26 2 Libs/AceAddon-3.0:
Zerotorescue@26 3 url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceAddon-3.0
Zerotorescue@26 4 tag: latest
Zerotorescue@26 5 Libs/AceConfig-3.0:
Zerotorescue@26 6 url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceConfig-3.0
Zerotorescue@26 7 tag: latest
Zerotorescue@26 8 Libs/AceDB-3.0:
Zerotorescue@26 9 url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceDB-3.0
Zerotorescue@26 10 tag: latest
Zerotorescue@26 11 Libs/AceDBOptions-3.0:
Zerotorescue@26 12 url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceDBOptions-3.0
Zerotorescue@26 13 tag: latest
Zerotorescue@26 14 Libs/AceEvent-3.0:
Zerotorescue@26 15 url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceEvent-3.0
Zerotorescue@26 16 tag: latest
Zerotorescue@26 17 Libs/AceGUI-3.0:
Zerotorescue@26 18 url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceGUI-3.0
Zerotorescue@26 19 tag: latest
Zerotorescue@26 20 Libs/AceGUI-3.0-SharedMediaWidgets:
Zerotorescue@26 21 url: svn://svn.wowace.com/wow/ace-gui-3-0-shared-media-widgets/mainline/trunk/AceGUI-3.0-SharedMediaWidgets
Zerotorescue@26 22 tag: latest
Zerotorescue@31 23 Libs/AceHook-3.0:
Zerotorescue@31 24 url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceHook-3.0
Zerotorescue@31 25 tag: latest
Zerotorescue@26 26 Libs/AceTimer-3.0:
Zerotorescue@26 27 url: svn://svn.wowace.com/wow/ace3/mainline/trunk/AceTimer-3.0
Zerotorescue@26 28 tag: latest
Zerotorescue@26 29 Libs/CallbackHandler-1.0:
Zerotorescue@26 30 url: svn://svn.wowace.com/wow/callbackhandler/mainline/trunk/CallbackHandler-1.0
Zerotorescue@26 31 tag: latest
Zerotorescue@26 32 Libs/LibSharedMedia-3.0:
Zerotorescue@26 33 url: svn://svn.wowace.com/wow/libsharedmedia-3-0/mainline/trunk/LibSharedMedia-3.0
Zerotorescue@26 34 tag: latest
Zerotorescue@26 35 Libs/LibStub:
Zerotorescue@26 36 url: svn://svn.wowace.com/wow/libstub/mainline/trunk
Zerotorescue@26 37 tag: latest
Zerotorescue@25 38
Zerotorescue@25 39 enable-nolib-creation: no