Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit 3164fc1

Browse files
committed
update XML schema location
1 parent f8dc2d0 commit 3164fc1

File tree

8 files changed

+8
-15
lines changed

8 files changed

+8
-15
lines changed

Libs/embeds.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Copyright (c) 2006-2014 Connor H. Chenoweth
44
This code is licensed under the MIT license (see LICENSE for details)-->
55

6-
<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/ https://github.com/Ellypse/wow-ui-source/blob/live/FrameXML/UI.xsd">
7-
6+
<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/ https://raw.githubusercontent.com/Gethe/wow-ui-source/live/FrameXML/UI.xsd">
87
<!--Be very careful about the order of these loads. LibStub must come first, followed by CallbackHandler and Ace Locale. Ace GUI bust come before AceDBOptions. -->
98

109
<Script file="LibStub\LibStub.lua"/>

Localizations/Neuron_Localizations.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Copyright (c) 2006-2014 Connor H. Chenoweth
44
This code is licensed under the MIT license (see LICENSE for details)-->
55

6-
<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/ https://github.com/Ellypse/wow-ui-source/blob/live/FrameXML/UI.xsd">
7-
6+
<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/ https://raw.githubusercontent.com/Gethe/wow-ui-source/live/FrameXML/UI.xsd">
87
<Script file="Neuron_X-enUS.lua"/>
98
<Script file="Neuron_X-deDE.lua"/>
109
<Script file="Neuron_X-esES.lua"/>

XML/Neuron-GUI.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Copyright (c) 2006-2014 Connor H. Chenoweth
44
This code is licensed under the MIT license (see LICENSE for details)-->
55

6-
<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/ https://github.com/Gethe/wow-ui-source/blob/live/FrameXML/UI.xsd">
7-
6+
<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/ https://raw.githubusercontent.com/Gethe/wow-ui-source/live/FrameXML/UI.xsd">
87
<Button name="NeuronPopupButtonTemplate" virtual="true" inherits="BackdropTemplate">
98
<CheckedTexture file="Interface\QuestFrame\UI-QuestTitleHighlight" alphaMode="ADD">
109
<Anchors>

XML/NeuronActionButtonTemplate.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Copyright (c) 2006-2014 Connor H. Chenoweth
44
This code is licensed under the MIT license (see LICENSE for details)-->
55

6-
<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/ https://github.com/Gethe/wow-ui-source/blob/live/FrameXML/UI.xsd">
6+
<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/ https://raw.githubusercontent.com/Gethe/wow-ui-source/live/FrameXML/UI.xsd">
77

88
<CheckButton name="NeuronActionButtonTemplate" inherits="SecureActionButtonTemplate, SecureHandlerEnterLeaveTemplate" virtual="true">
99
<Size>

XML/NeuronAnchorButtonTemplate.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Copyright (c) 2006-2014 Connor H. Chenoweth
44
This code is licensed under the MIT license (see LICENSE for details)-->
55

6-
<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/ https://github.com/Gethe/wow-ui-source/blob/live/FrameXML/UI.xsd">
7-
6+
<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/ https://raw.githubusercontent.com/Gethe/wow-ui-source/live/FrameXML/UI.xsd">
87
<CheckButton name="NeuronAnchorButtonTemplate" inherits="SecureActionButtonTemplate" virtual="true" clampedToScreen="true">
98
<Size x="36" y="36"/>
109
</CheckButton>

XML/NeuronBarTemplate.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Copyright (c) 2006-2014 Connor H. Chenoweth
44
This code is licensed under the MIT license (see LICENSE for details)-->
55

6-
<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/ https://github.com/Gethe/wow-ui-source/blob/live/FrameXML/UI.xsd">
7-
6+
<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/ https://raw.githubusercontent.com/Gethe/wow-ui-source/live/FrameXML/UI.xsd">
87
<Button name="NeuronBarTemplate" enableMouse="true" movable="true" frameStrata="MEDIUM" virtual="true" inherits="SecureHandlerStateTemplate, BackdropTemplate" >
98
<Layers>
109
<Layer level="BACKGROUND">

XML/NeuronBindFrameTemplate.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Copyright (c) 2006-2014 Connor H. Chenoweth
44
This code is licensed under the MIT license (see LICENSE for details)-->
55

6-
<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/ https://github.com/Gethe/wow-ui-source/blob/live/FrameXML/UI.xsd">
7-
6+
<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/ https://raw.githubusercontent.com/Gethe/wow-ui-source/live/FrameXML/UI.xsd">
87
<Button name="NeuronBindFrameTemplate" frameStrata="DIALOG" hidden="true" virtual="true">
98
<Layers>
109
<Layer level="OVERLAY">

XML/NeuronStatusBarTemplate.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
Copyright (c) 2006-2014 Connor H. Chenoweth
44
This code is licensed under the MIT license (see LICENSE for details)-->
55

6-
<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/ https://github.com/Gethe/wow-ui-source/blob/live/FrameXML/UI.xsd">
7-
6+
<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/ https://raw.githubusercontent.com/Gethe/wow-ui-source/live/FrameXML/UI.xsd">
87
<Frame name="NeuronStatusBarTemplate" frameStrata="LOW" virtual="true" inherits="BackdropTemplate">
98
<Size x="195" y="16"/>
109
<Frames>

0 commit comments

Comments
 (0)