- Deleted LibGroupInSpecT-1.1.toc, LibStub.lua, and lib.xml files as they are no longer needed. - Updated localization files (deDE.lua, enUS.lua) to reflect the change from "Buff Ending" to "Aura Expiry". - Renamed BuffEndingAnnouncer module to AuraExpiry and updated references throughout the codebase. - Adjusted options and configuration to align with the new module name. - Updated readme to describe the new Aura Expiry feature instead of Buff Ending Announcer.
45 lines
1.2 KiB
XML
45 lines
1.2 KiB
XML
<Ui xmlns="http://www.blizzard.com/wow/ui/"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
|
|
|
|
<!-- LibStub -->
|
|
<Script file="Libs\LibStub\LibStub.lua"/>
|
|
|
|
<!-- CallbackHandler -->
|
|
<Include file="Libs\CallbackHandler-1.0\CallbackHandler-1.0.xml"/>
|
|
|
|
<!-- AceAddon -->
|
|
<Include file="Libs\AceAddon-3.0\AceAddon-3.0.xml"/>
|
|
|
|
<!-- AceEvent -->
|
|
<Include file="Libs\AceEvent-3.0\AceEvent-3.0.xml"/>
|
|
|
|
<!-- AceTimer -->
|
|
<Include file="Libs\AceTimer-3.0\AceTimer-3.0.xml"/>
|
|
|
|
<!-- AceComm -->
|
|
<Include file="Libs\AceComm-3.0\AceComm-3.0.xml"/>
|
|
|
|
<!-- AceDB -->
|
|
<Include file="Libs\AceDB-3.0\AceDB-3.0.xml"/>
|
|
|
|
<!-- AceDBOptions -->
|
|
<Include file="Libs\AceDBOptions-3.0\AceDBOptions-3.0.xml"/>
|
|
|
|
<!-- AceGUI -->
|
|
<Include file="Libs\AceGUI-3.0\AceGUI-3.0.xml"/>
|
|
|
|
<!-- AceConfig -->
|
|
<Include file="Libs\AceConfig-3.0\AceConfig-3.0.xml"/>
|
|
|
|
<!-- AceConsole -->
|
|
<Include file="Libs\AceConsole-3.0\AceConsole-3.0.xml"/>
|
|
|
|
<!-- AceLocale -->
|
|
<Include file="Libs\AceLocale-3.0\AceLocale-3.0.xml"/>
|
|
|
|
<!-- LibSharedMedia -->
|
|
<Include file="Libs\LibSharedMedia-3.0\lib.xml"/>
|
|
|
|
</Ui>
|