Init externals as submoduls

This commit is contained in:
Robin 2021-01-13 14:05:40 +01:00
parent 2749216aa5
commit 762c59c6c6
11 changed files with 47 additions and 0 deletions

27
.gitmodules vendored Normal file
View File

@ -0,0 +1,27 @@
[submodule "Libs/AceConfig-3.0"]
path = Libs/AceConfig-3.0
url = https://git.grml.de/rilgamon/AceConfig-3.0.git
[submodule "Libs/AceDBOptions-3.0"]
path = Libs/AceDBOptions-3.0
url = https://git.grml.de/rilgamon/AceDBOptions-3.0.git
[submodule "Libs/AceGUI-3.0"]
path = Libs/AceGUI-3.0
url = https://git.grml.de/rilgamon/AceGUI-3.0.git
[submodule "Libs/AceLocale-3.0"]
path = Libs/AceLocale-3.0
url = https://git.grml.de/rilgamon/AceLocale-3.0.git
[submodule "Libs/AceDB-3.0"]
path = Libs/AceDB-3.0
url = https://git.grml.de/rilgamon/AceDB-3.0.git
[submodule "Libs/CallbackHandler-1.0"]
path = Libs/CallbackHandler-1.0
url = https://git.grml.de/rilgamon/CallbackHandler-1.0.git
[submodule "Libs/LibStub"]
path = Libs/LibStub
url = https://git.grml.de/rilgamon/LibStub.git
[submodule "Libs/LibDBIcon-1.0"]
path = Libs/LibDBIcon-1.0
url = https://git.grml.de/rilgamon/LibDBIcon-1.0.git
[submodule "Libs/LibDataBroker-1.1"]
path = Libs/LibDataBroker-1.1
url = https://git.grml.de/rilgamon/LibDataBroker-1.1.git

1
Libs/AceConfig-3.0 Submodule

@ -0,0 +1 @@
Subproject commit da5ad3a6114e2274f44def5cb7ba43f43ae30379

1
Libs/AceDB-3.0 Submodule

@ -0,0 +1 @@
Subproject commit 607528c76ea8447db3108766c9cd3afd5421ef27

1
Libs/AceDBOptions-3.0 Submodule

@ -0,0 +1 @@
Subproject commit abe1763591b2c444d29850a5c8360881b32bff57

1
Libs/AceGUI-3.0 Submodule

@ -0,0 +1 @@
Subproject commit 34378b1965c22f860dbec9fa27e08b4905bdbc1e

1
Libs/AceLocale-3.0 Submodule

@ -0,0 +1 @@
Subproject commit 98dc3e7ddde21e462d110bcb75b6cd2cf5c996f7

@ -0,0 +1 @@
Subproject commit f5358335353e48e96706dbbf4936b24eca0a3176

1
Libs/LibDBIcon-1.0 Submodule

@ -0,0 +1 @@
Subproject commit 008c36dad7cf3eec50aa96a92a3b4bea7b73c7df

@ -0,0 +1 @@
Subproject commit 1a63ede0248c11aa1ee415187c1f9c9489ce3e02

1
Libs/LibStub Submodule

@ -0,0 +1 @@
Subproject commit a42beba70f53a11f874cb6a7a1a819f63837b3cc

11
Libs/embeds.xml Normal file
View File

@ -0,0 +1,11 @@
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
<Script file="LibStub\LibStub.lua"/>
<Script file="CallbackHandler-1.0\CallbackHandler-1.0.lua"/>
<Script file="AceDB-3.0\AceDB-3.0.lua"/>
<Script file="AceDBOptions-3.0\AceDBOptions-3.0.lua"/>
<Include file="AceGUI-3.0\AceGUI-3.0.xml"/>
<Include file="AceConfig-3.0\AceConfig-3.0.xml"/>
<Include file="AceLocale-3.0\AceLocale-3.0.xml"/>
<Script file="LibDataBroker-1.1\LibDataBroker-1.1.lua"/>
<Script file="LibDBIcon-1.0\LibDBIcon-1.0.lua"/>
</Ui>